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

search results

for constants

(...) ir use, can change the behavior of the entire process in different places of the system, and their impact on the process is general and complex. Examples of such elements include data sources, global constants , global rules, and global fields.   Fig. 1. “VAT” global constant used in the cost invoice process     Exporting and importing changed global elements (...)

(...) SQL queries, and to retrieve values from data sources. CONCAT combines text values into a single string and is available among the functions dedicated to text. With CONCAT you can retrieve global constants , process constants , form field values, and combine them into a more complex text. Example: CONCAT [‘WI’][‘_‘][‘Wisconsin’] returns “WI_Wisconsin”. (...)

(...) g button () in the Data Sources tab and select the respective source in the newly opened window.   Adding an existing public data source   Global form fields, rules, and constants The last issue that deserves attention is the handling of elements with a “global” status, such as form fields, rules, or constants . While the citizen developer, acting as the Applic (...)

(...) ail settings so that all e-mails sent by the system will be redirected to the dedicated mailbox (without spamming our users with e-mails from the test environment). Make sure any global and process constants have correct values. Make sure data source connections have correct values. Analyze whether any of your deployed applications have any connection or reference to the production database. (...)

(...) 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 -- constants -- 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 rega (...)

(...) 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 constants 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, (...)

(...) 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 constants 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. http (...)

(...) Hi, I use process level constants when I need to generate MS Word attachments. This gives me consistency when transferring processes between DEV / TEST / PROD. I don't have to think about replacing the name /DOCTEMP/f8e86bc...e967af9b62 with another guid in appropriate action. The same I wanted to do for generating MS Excel attachments. Unfortunately I get the error: WebCon.WorkFlow.Common.Exceptions.Work (...)

(...) . 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 constants 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].[CacheOrganizat (...)

(...) Hello folks, We have used constants which contain SQL queries for calculated report collumns a couple of times already, so this does work. But i now have a query which works perfectly when added into the calculated collumn directly, but no longer works when stored in a constant. (img attached) Through logs we found that he has a problem seemingly with strings, but we found no way to baypass that. (...)

(...) Hello, during my experience with BPS Designer Studio (around 2 years) I've been multiple times in a situation where I had to create 'constants ' 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. (...)

(...) It would be a nice touch if we could group Automations inside Process Configuration, same as we can group Form Rules, constants , 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 i (...)

(...) r 2021 where the option was added that a constant in a business rule would be displayed in the format Group:Constant (1). Right clicking on the name of the constant would show a context menu with all constants in this group (2). This was similar to the one which is displayed if you right click on the choose field to switch from ID to Name. Can we get it back please. :) Best regards, Daniel