WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for variable

(...) dash; the image based on which the container is run; choose the version corresponding to the WEBCON BPS version, --env-file solr_env.dist – the Solr container will be run with the environment variable s defined in this file. Currently, this is only a limitation on the RAM used. It is possible to configure additional variable s, --mount source=solr-bps,target=/var/solr – mapping the created v (...)

(...) x code. Again, select Barcode from the left menu, place it at the desired location on the label. In the window that appears, configure barcode data as {DBCODE}{WFD_ID} (it is important to include the variable referencing the database acronym  {DBCODE}):   Define the barcode type by selecting Data Matrix in the Barcode tab. As with the previous code, define its size by specifying t (...)

(...) he transition path, configure an action searching the dictionaries and saving results to the Item list. An example is shown below:   In the advanced mode, it is possible to compare the variable s found in the ‘column ID’ and ‘Searched data’ configuration fields. This is important when analyzing how the ID’s of fields in which results are saved are transferred &n (...)

(...) entifier. The calculated columns names differ from the picker field columns only by the added “_ID” suffix, i.e. “WFD_AttChoose1_ID”. By using its name (or a corresponding variable in the variable s editor in Designer Studio), the column can then be used in an SQL query to retrieve the data specified in it. The SQL query referring to the indexed choice column and used for (...)

(...) arent workflow path but is enabled in the subworkflow path, sharing the location data will be required. Furthermore, user location data at the time of path traversal can be collected using context variable s. Those variable s are available in the Location node of the expression editor. There are four such variable s available: – {CURRENT_LOCATION} – information about geographical longitude (...)

(...) ion operator.   The condition within the SWITCH operator is a business rule, whose result will point to the case that will be used. The case can be designated in two ways:   variable referencing the case As with the Workflow control step, the result of the rule can be a variable that references one of the available cases. If the rule does not identify any case, the ELS (...)

(...) post has appeared on daniels-notes.de This post provides a solution to extracting the latest comments in the standard "Comment" field on the form. The issue with this Last comment text variable is, that’s always the latest added comment, regardless of how old it may be. Here's a short video intro: READ MORE: HERE

(...) shown within the Widget. Similar to other fields in the Widget configuration window used for defining values, this field allows users to enter a numerical value directly or input it indirectly via a variable or a form field. Since the Department's application form includes a form field that displays the total project cost (“Total cost”), click within the empty space of the text field (or (...)

(...) ps://jdk.java.net/22/ The installation involves downloading the Windows 64 version of the pack, and extracting it to the chosen directory. Next, it is necessary to add a JAVA_HOME environmental variable to the system , which points to the main directory containing Java (it must contain bi and lib folders). For example,  for OpenJDK 22.0.1 the default path is: C:PROJjavajdk-22.0.1 The opt (...)

(...) dash; the image based on which the container is run; choose the version corresponding to the WEBCON BPS version, --env-file solr_env.dist – the Solr container will be run with the environment variable s defined in this file. Currently, this is only a limitation on the RAM used. It is possible to configure additional variable s, --mount source=solr-bps,target=/var/solr – mapping the created v (...)

(...) ion to detailing the specifics of the aforementioned mode, the article addresses the process of granting Business Administrator privileges and configuring rules that include the Is admin mode active? variable .   Who is the Business administrator? In simplest terms, the Business administrator in the WEBCON BPS platform is the individual with the highest privileges within an instance in Portal (...)

(...) ture coordinates for each signatory and each document individually. Example how will to fill the technical field when set the signatories. I included a screenshot showing only the variable s that need to be modified on the HTML page. These values are the ones outlined in points 1-3. Result html: Html code:  

(...) lso possible to use the login to SQL Server included in the connection parameters: Fig 2. Action configuration   The full script used in the example, along with a description of the variable s, can be found in the next section of this article. To test the action, a workflow instance was created and two attachments were added to it. The action is available under the menu button, accordi (...)

(...) n. This is where the license is assigned for each user.   Public Forms – connection configuration To communicate with WEBCON BPS, the Public Forms mechanism uses data contained in variable s embedded in IIS. In the IIS Manager, select Configuration Editor from the main node and indicate the appropriate section. The variable s must be entered in the environmentvariable s field. The followi (...)

(...) 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?