(...) an item list with related documents. This item list has a data row column which outputs an HTML fragment for the current row to trigger a rename function. select ' ' AS Rename The only variable is the user language, there's no FROM, so it should be executed really fast. For whatever reason so the diagnostic log shows that the execution for one row took 87ms seconds while another took 4279m (...)
(...) I'm creating an email that is supposed to have a link to the workflow element in the message content ? i cannot seem to find a variable related to it ?
(...) owing methods: Option 1 – Recommended: • Install or copy Java (e.g., OpenJDK) to a separate directory (not inside the WEBCON BPS Search Server folder). • Update the JRE_HOME system environment variable to point to this location. • Restart the upgrade of Solr (done automatically after fail) Option 2 – Timing-Based Fix (Advanced): • As soon as the WEBCON BPS Search Server folder is recreated d (...)
(...) oke 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 parameters like in other automation. In our ESM-tool from Matrix42 the configuration of parameters/variable s is described here: (...)
(...) RETURN CASE WHEN CHARINDEX(CHAR(10), @input) > 0 THEN LEFT(@input, CHARINDEX(CHAR(10), @input) - 1) ELSE @input END END You could then use the variable of this new type like the other business rules select *, {SQLFunction:1700:} as DescriptionEN , {SQLFunction:1700:} as RemarkEN Which would resolve to select *, dbo.GetTextPartEN(Description) (...)
(...) be nice if there could be an option to set a configurable display name for apps that get displayed in the portal. This way one could use the app vsb.config to set a customised name that can be set as variable in the needed new "alternative display name" option that I suggest here. This field could be added in the general tab of the app und the name field with the option of a String or usage of a form rule (...)
(...) to PROD or from PROD to TEST. I would be grateful for any suggestions on where to look for information about duplicates and how to resolve this issue. Import report: ...Import in progress. ...variable s updated. ...An item with the same key has already been added. ...Import interrupted. Details: System.ArgumentException: An item with the same key has already been added. at System.ThrowHelpe (...)
(...) ion to both the selected user and his manager. I’m having trouble determining the manager automatically. Specifically, the problem comes down to the fact that I don’t know how to use a dynamic 'user' variable as a parameter. Or maybe there is another way to determine the manager? Would be grateful for any tips. Best regards Lukasz
(...) Hello everyone, I have a question: is there a smarter way to override the display names of the "Go to element" and "Go to application" buttons in an email template, other than removing the native variable blocks and building the links from scratch with custom display names?
(...) to how Business Rules allow input parameters. Parameters could include: - Filter values (e.g., a specific cost center, OU, or status) - Context values (e.g., current user, workflow field, or system variable ) This would allow a single Data Source to be reused dynamically across multiple fields, Item Lists, and Business Rules, drastically reducing redundancy and improving maintainability. Example Us (...)
(...) 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 tex (...)
(...) ********************************************** Type: System.ArgumentException ------------------------------------------------------- Message: Cannot add to index of type WFEnvironmentGlobalvariable s entry with ID 1 Parameter name: row ------------------------------------------------------- CallStack ------------------------------------------------------- at WebCon.Work (...)
(...) Hi! Please make it possible to to switch off character escaping of result text in business rules! Or at least allow to use RAW mode for local variable s in automation. It causes problems when you prepare api call body with business rule. Only workaround I know it to use update content into a formfield and refer it with RAW mode in API call action. Thanks! Peter