(...) Hi, It would be useful if we could configure the SDK with values from local parameter s. Sometimes we need to send a specific value, for example: a value from an item list or a calculated value, and it is easier and more efficient to save the value in local parameter s from an automation rather than saving the value in a physical field. (Usually, these values are needed temporarily and it is not necess (...)
(...) Hi, With reference to Krystian's submission https://community.webcon.com/forum/thread/5118/15 Perhaps it would be possible to add that the applied parameter s in the search panel could also be saved when creating a private view for a report. Regards.
(...) I need your assistance with something. I am currently working on a Business Rule that should return a value using SQL. The Business Rule needs to be as universal as possible, and I want to pass two parameter s to the SQL query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an object value that I ca (...)
(...) lue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub Workflow (SQL)' actions, which checks if someone has an AD user or not, isn't working when I pass parameter s like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (which turns into {Vorname} & {Zuname}). The filter works with hardcoded names but fails with passed parameter s. Any ideas on w (...)
(...) Hi, I would like to ask if anyone has encountered such an error when trying to use a global business rule with parameter s. The error occurred on version 2025.1.1.152. Message:Due to the current state of the object, the operation is invalid. ------------------------------------------------------- Call path ------------------------------------------------------- w WebCon.WorkFlow.BusinessLogic.Bus (...)
(...) Hi, it would be nice having a global default button style template configuration for the button style of paths in the parameter s tab. We would like to define some styles like "decline", "approve". This way all negative or positive buttons would always have the same look and everything could be controled through the global style template in system settings. In the path parameter configuration a live p (...)
(...) Hi, it would be nice having an option in the path parameter settings to tell the button if it shall be displayed on the left or the right of the button list. Adding eg a class .path-button-container-right to the div containers of all right aligned buttons and the following css would do the whole trick: .dynamic-form #pathPanel .path-button-container:not(.path-button-container-right) + .path-button (...)
(...) I have some form rules that have parameter s, i would like to trigger them in a javascript/formrule javascript. However it seems there is no way input the parameter s when invoking the form rule. Does somebody know a way to do this?
(...) Hi, unfortunately there seems to be no configuration for output parameter s in PowerShell script invoke actions. This is much needed to get back calculated values, created logs or whatever else. The workaround from Daniel is not really convenient: https://daniels-notes.de/posts/2021/retrieve-ps-variable-value It would be really nice if one could define input and output parameter s like in other aut (...)
Hi, we would like to pick a group in a form field and to use all members of this group as filter for another user picker field. Using the function GROUP MEMBERS [AD-Group Login and name] in a business rule works fine. Setting this one into an ALERT all members are returned as expected. Using 'testgroup' as string in the group picker of the function GROUP MEMBERS ['testgroup'] in a filter of
(...) Hi, when using e.g. Invoke REST web service action and using optional form fields as input parameter s in the body there is a problem if a form field is empty. The REST call returns BadRequest (400) because of a syntax error. That’s because WEBCON doesn’t set anything in the body. Depending of the chosen body type it would be great if WEBCON would automatically set the correct string. E.g. null if JSO (...)
(...) Hello everyone, I have a JavaScript form rule with parameter s that lives in a script tag in an HTML form field. And I have the issue that I can't figure out what button combination I need to press or where to click to edit the parameter s. With business rules, it's in a context menu, but within the expression editor on the HTML field, I can't figure it out. And I could not find anything on the forum or (...)
(...) w I’d like to link these two together. Basically, I want to add a column on the Vessels report that links directly to the Shipments report, automatically filtered by the vessel’s code (using the URL parameter ). Ideally, the solution should also work when exporting/importing the process between test and production environments. Has anyone done something similar or found a neat way to pass parameter s (...)
(...) Hi, Current Situation: Data Sources are typically static and context-independent. Each Data Source is bound to a fixed query or API call, with no native mechanism to pass parameter s dynamically. As a result, any variation in use (such as retrieving different columns, filtering by different criteria, or adapting to different workflow contexts) requires creating multiple Data Sources or embedding logic e (...)
(...) Hi, short: Business rule text parameter string values only containing digits seem to get casted to an integer value in WEBCON. long: Declaring a VARCHAR variable in SQL as a string like '001' is returned as string. If 001 is replaced by a text parameter in between single quotes its value '001' turns to 1 as integer. I would expect that a string value '001' remains a string when using it as a text (...)
(...) Hi, an automation can have parameter s with given data types. In the parameter settings there is a small icon showing the data type. When using the automation there are no icons to indicate the data type. That's why we write the data type as prefix in the parameter name as a workaround. It would be much nicer if there would be a small icon too as prefix of the name. Kind regards Sébastien
(...) ill be displayed. Fig. 6. The Account dictionary Fig. 7. The configuration of the "New deposit" button The user's login in the only passed parameter . Fig. 8. The configuration of the hyperlink used to start an instance Transactions dictionary Using the “Transactions” dictionary you can change the (...)
(...) Then, in each of the sub-sections, you will put a table which, after correct configuration, will display your data (both tables look identical). At the start, create a table and set their basic style parameter s: Fig. 10. HTML style parameter s Border-(top, bottom, left, right)-color: the color of the border of our table Margin-(top, bottom): the size of the margins in pixels (...)
(...) ant - Maximum number of tasks per person A good practice is to use constants in processes – they allow for wide parametrization and also protects you against the need to change the parameter value in all places where it is used. Next, configure the “Queue or assign” control step – below there is a business rule used to select the appropriate path: Fi (...)
(...) h time. Where can action templates be used? There is a scenario where we have a project that contains multiple stages that are supported by separate processes. During each stage, some parameter s of the process can change which may cause inconsistencies in the subsequent stages of work. To avoid them, you can create a process that contains the history of changes of the important project para (...)