(...) ired": { "summand1": #{2658}#, "summand2": #{AUTP_Value:7}# }, "optional": { "summand3": #{AUTP_Value:5}# } } Next this two input parameter objects are assigned to variable s for required and for optional parameters of the input form fields: $requiredParams = $data.Required $optionalParams = $data.Optional Next all required parameters of the object get iterated (...)
(...) s in a second). SELECT epv_default AS id, epv_guid AS guid, epv_name AS description, EPV_UseDev, EPV_Dev, EPV_UseTest, EPV_Test, EPV_UseProd, EPV_Prod FROM WFEnvironmentProcessvariable s LEFT OUTER JOIN WFEnvironmentProcessvariable sGroups ON EPV_GroupID = EPVG_ID WHERE epvg_guid = '204e582d-d65b-4f0d-97f9-07b63ff2e485' Above SQL produces output like below which we al (...)
(...) on where I passed in the ID of the attachment I wanted to convert to a PDF. I used the following steps for the conversion. Extract the filename without extension and store in a local variable Create the HTML page The resulting HTML should look like this <!DOCTYPE html> <html> <body> <div style="display: flex;justify-content: center;align-items: cen (...)
(...) ved.<br><a href="https://#{EPV:205}#/db/1/app/#{APP_ID}#/element/#{WFD_ID}#/form">#{WFD_Signature}# Check details</a>." } } In the example above, dynamic WEBCON variable s are used to automatically insert form data, such as the Portal address using the constant #{EPV:205}#, the application ID (APP_ID), and the instance ID (WFD_ID). These values allow for dynamic const (...)
(...) list of trusted proxies. To support this, the application provides configuration under the Security:ForwardedHeaders node, which can be set in the standard configuration files or by using environment variable s. Available options: ForwardedHeaders – the list of headers to be processed; by default: X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Host, KnownProxies – the list of truste (...)
(...) ication. Unfortunately the export to excel only allows exporting the header + 999 rows of data - At least i couldn't find a way to raise the limit. It would be very helpful to get a parameter for a variable maximum row count for the Export in the SQL-grid configuration. Thanks!
(...) Hi, with the introduction of BPS Portal we got a few additional options were we can add "code" and where variable s from the expression editor would be useful if not even mandatory. 1. Report - SQL Filter, there are a few variable s there already 2. Calculated field in Reports and BPS internal view, no option to use existing variable s 3. Report - advanced formatting, no options to use existing variable s (...)
(...) Yeah, the new version is released and based on the change log, these are my three highlights: 4.11. Using variable s representing configuration objects’ ID Item list improvements. Ok, this is cheating but there are a lot of useful changes :) 4.17. Report views in the navigation menu I didn't list the new WEBCON BPS Designer Desk because it's not comparable and would probably be on everyone's top list.
(...) have the form rule built to create the string, but I need the number portion to append. The xxxx number needs to increment for each new record entered. I can't seem to create an "application wide" variable that I can reference, create a new proposal # and then increment by 1. Now that I think about it like that, can I SQL query the # of records for the workflow? (Still fairly new to queries in webcon (...)
(...) one and another one in German for the remaining two. If we want to send a custom mail though, I don't have an option for defining multilingual subjects/titles/contents etc. I've also checked 'Context variable s\Current user\Language' it contains the language of the user who clicked on the path. While writing this I've just come up with following idea: Create multiple "custom email" actions. The recipien (...)
(...) Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?
(...) Hi everyone, does anyone have an idea whether it's possible to retrieve the users to whom a task will be assigned in the next step? What I've tested so far: - Verified that the variable 'System fields\Assigned persons' contains the current persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and executed this in an action during pa (...)
(...) hould verify that the correct ids are used after importing the application in a new environment. Otherwise you may be in for a surprise. The attached image shows that the translated text uses the old variable ids and only the ids in the original text have been updated to match the new environment. I've noticed this in 2021.3.205 for email notification templates and task descriptions. Razvan from Encorsa (...)
(...) ospaced font. When you edit some more complex SQL Queries, or when you deal with some custom HTML element - it would make life just easier. There is some question, how to deal with with those Webcon variable blocks - how they should be aligned, but even forgetting about them, it's a nice to have. There is also a thread which might be connected: https://community.webcon.com/forum/thread/74?messageid=74 I (...)
(...) e (this fact is stored in one of parameters of apartments). When I select an apartment that has dedicated parking place I manage to check and store the ID of the assigned parking place in a technical variable on the fly (as form rule invoked on callback of the items list). However, I can not add it automatically to the list, as there is no function that allows me to do this (or I can not find it). The on (...)
(...) year", as soon as we rolled into 2022 it reset from 42 to 0. I need to find an option that just continues to increment for our FY, or at the very least can I define what the # is for a given instance variable so we can pick up where we left off in 2021? Thanks!
(...) here are rules triggered on change value of each of them to create hyperlinks in attributes of the same name (without "(BPS)" suffix). All of it in detail in the attached sketch. Sorry for the polish variable names, but you will have no trouble identifying them in the picture. This way you can create as many hyperlinks to different choice field items as you like. IMPORTANT: This works even if the p (...)
(...) ependancy is held in one of the items list fields of the idem being added). However if edition is canceled nothing should happen. So, what approach would you advise? I've tried using an external variable to hold the ID of the item that needs to be added, but it didn;t work well. I've tried to use callback, but no luck here either (as callback is triggered while still in the edit mode and what if I ca (...)
(...) e the solution inelegant. First of all the form rule can not return a value (in opposition to business rules, but those however can not contain Javascript), which requires to use an outside technical variable to hold the output of the rule. Again... it works, but could be more elegant.
(...) and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in context variable s, so that's why I'm asking... Thanks a lot in advance & best regards, Nik