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

search results

for constant

(...) or a specific client, users must narrow down two reports by the same value each time, i.e., the name of the ordering party or the order date. While it may seem like a minor inconvenience, there's constant complaining in the department, as nearly every employee has to repeat this task several times a day. Information about the dissatisfaction in the Department reached the ears of the application des (...)

(...) changes in a new WEBCON BPS version, the second situation may cause a problem, because you don't know where you used the same approach. You can easily mitigate this by creating an empty global constant and reference it in each process.   You can find more details here.  

(...) atus panel and the other way around for the right panel.     You can find the CSS definition in this post. If you are not yet using WEBCON BPS 2025, you may combine the constant approach with the CSS for the 'old UI' 

(...) cal disk.     Note: Creating a file with a global automation definition will not be possible if it contains references to another Global automation, Global business rules, Global constant s, Data sources, or SDK plugins. In this case, an appropriate message is displayed and the configuration of the exported automation must be modified. If the automation definition contains reference (...)

(...) 39;s organizations are seeking to increase efficiency by implementing solutions that enable intelligent information processing. WEBCON BPS, as a platform that supports business process management, is constant ly developing its capabilities in this area. The latest version, 2025 R2, introduced a number of AI functionalities that help users to analyze text, process recordings and interact with language model (...)

(...) ions of the public REST API will prove essential. Another scenario is the development of complex client applications or external portals that make extensive use of data from WEBCON BPS and require constant , direct communication with multiple objects and structures. In such cases, a public REST API offers enhanced autonomy and more precise process control. It also provides greater ability to filter, pag (...)

(...) tool, for creating really tiny lists.  In most use cases where i used them I've ended up with creating a Fixed Values List let's say Invoice Types, and then creating the same Process constant s, to avoid leaving Magic Numbers inside of the configuration. Just as simple thing as setting the default value is easier to read when we're using 'Invoice - Standard' rather t (...)

(...) n action, which converts the attached audio file into text. Subsequently, two summaries — internal and external — are generated with the help of AI Agents. For this workflow, a process constant named Agent – scribe was created. This constant defines the role of the AI Agent and allows it to be reused across different workflow steps. The constant is assigned to all steps where the AI A (...)

(...) The WEBCON team works tirelessly to improve the WEBCON platform. We constant ly strive to fix any errors and make sure that our system always functions as intended.   Every year, we publish a major version that introduces a multitude of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small changes. Thes (...)

(...) gt;#{WFD_Signature}# Check details</a>."   } }   In the example above, dynamic WEBCON variables 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 construction of a link that redirects directly to a specific document in WEBCON. Using HTML f (...)

(...) lated applications, but this is error prone. In my opinion the applications are not related, if they only share elements defined in system settings, data sources or plugins. Examples: - Globals -- constant s -- business rules -- form rules fields -- fields - Data source -- Dictionaries -- Templates - SDKs If the export hits one of these elements no further related elements should be gathered. Best reg (...)

(...) bezter way to add a required boolean field. My current approach is to define a choice field with true/false options, set a label "select an option" and mark this field as required. I'm using global constant s for the IDs so that I can check the value of necessary. I don't use the boolean field itself because an unchecked boolean field would fulfill the required definition too, if I remember correctly, (...)

(...) ere would be a "Usages" options for BPS groups like it exists for the most other objects like Rules, Fields, Action Template, Data sources and so on. I'm already using two workaround 1) I created a constant for each bps group so that I can use this constant wherever possible. Unfortunately there are some cases where this is not possible. For example in a "Person or group" field where the picker is limit (...)

(...) t title, body and button texts but I would be fine with setting the body at least. :) b) Allowing html for the body. Currently adding line breaks is cluttering the form rule because we need to use a constant s with >\r\n< as a value since the \ is escaped in the text. There's an option to use bold/italic in alerts if you use utf8 characters but I'm not sure whether it is such a good idea to use this. htt (...)

(...) ndatory for legal reasons). What is a proper way for placing these types of data on a form? Is there a way other than creating an attribute and assigning default value (assuming that the text will be constant ).

(...) more stuff. Unfortunately the id of the rule is added to the name which again is used as a function name. Since the id depends on the environment it gets a little annoying. If you don't want to use a constant which stores the ids, you can use the following approach: for( prop in window) { if (prop.startsWith('UxRule_TTriggerMenuActionTCreateMeasure_')) { window[prop](); // can be expanded if necess (...)

(...) . 3) Approach In both steps the task assignment is performed through SQL queries that retrieve the users from the active directory. To support a simple configuration of the AD group names process constant s are used to define the group name. 3.1) SQL query for the first user assignment Here no filtering is required except the appropriate AD groups: SELECT users.COS_BpsID FROM [dbo].[CacheOrganiza (...)

(...) Hello, during my experience with BPS Designer Studio (around 2 years) I've been multiple times in a situation where I had to create 'constant s' for positions from BPS 'Fixed values list'. So there is a short list of values for example Car Types: 1. Sedan 2. Hatchback 3. Pickup Let's say you have a single form, where you want to display fields conditionally - depending on the selected Car Type. (...)

(...) I used to update this table and chagne wft_user and WFT_user name. But from the version 2023 i got Update or insert of view or function 'WFElementTasks' failed because it contains a derived or constant field. Is there any other way to udpate the column in wfelementtasks?

(...) It would be a nice touch if we could group Automations inside Process Configuration, same as we can group Form Rules, constant s, or Business Rules. I really love how flexible Automations are, especially in case of any API integrations where global ones are created, and they might be used everywhere. Their own success makes lack of folders feel like that small stone in pair of comfy shoes ;) Closed (...)