(...) tions, 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 rule s -- 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 regards, Daniel
(...) list and if a row has option A for a specific column then column B cannot be empty? There are some new functions for the item list but they only work as form rules and for action (even creating a business rule , form rules don't work as it needs to a TRUE/FALSE result). Even using SQL Command I think it would only work for a subquery because I need to check the value on each row. I've used the Select Va (...)
(...) ' 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 recipients are returned from a business rule . The business rule has three parameters. Intended recipients, language, is fallback. The business rule than returns only these recipients who are using the language. If fallback is set to true, than (...)
(...) For some reason neither Concat nor "+" works when adding another text to the output of my business rule . I have tried Concat and "+" inside and outside the rule. Neither worked sadly.
(...) Hello folks, I have to create a Word file with data from several workflows and therefore created business rule s with SQL Commands in them to help me with that. The problem is, those business rule s are nowhere to be found in the business rule s section of the Word Add-in. Several other rules are shown, but those with SQL Commands in them are just not there. Is this a known behaviour, or a bug, or is there a w (...)
(...) orkingDay] FROM [dbo].[Calendars] where [CAL_WorkingDate] < '{BRP:12}' and CAL_IsWorkingDay = 1 order by CAL_WorkingDate desc ) as workingdays order by CAL_WorkingDate asc The business rule can be used inside a form rule (3). The red highlighted days in the calendar are the non working days as they are defined in the calendar. Just make sure that the calendar for the next year(s) are a (...)
(...) Hi there, does anybody know why this error occurs? Happens the following way: - business rule retrieves datasource column (from [CacheOrganizationStructure]) COS_AD_name by means of a form field value (see 1.png) - Rule works fine if clicked on 'Test' button - This business rule is used in the cyclical action 'Update related workflow instance' with the goal to update a workflow's form values on an i (...)
(...) ollection and removes a value given in one of the parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule can not return a value (in opposition to business rule s, but those however can not contain Javascript), which requires to use an outside technical variable to hold the output of the rule. Again... it works, but could be more elegant.
(...) Hi! Unable to retrieve data while processing SQL Command, the error is: Error occured during business rule evaluation. The given key (-25) was not found in WFBusinessRuleDefinitions cache for current content database. at: Evaluation requested at: Evaluation node: SQL The same error is while configurating action or creating a business rule
(...) Hi, we have a requirement to calculate no.of days took to complete an assigned task. Created a business rule with below code: select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the step. BRP:27 (...)
(...) Hey everyone! Is there a way to keep line breaks (CR-LF) in the output of the SQL Command used in a business rule ? I'm selecting values from DET_LongText1 which has line breaks. I'm attaching 3 images to show what I mean. 1. Webcon Form: What I see on the frontend. 2. Notepad++: What I see in Notepad++. 3. Output: What I see in the email if I output the value of the field with a business rule . I can't (...)
(...) Hi, I want used the global business rule in a rest web services. I try use de business rule in Customer Headers, but when I run the action the value it's empty. I added an image with the configuration. (config_restWebServices.png) Is it possible using the business rule in Data sources Rest Web Services? Thank you, Raluca
(...) I think it would be appreciated by many developers, if you would add "activate"/"deactivate" on every element in the business rule / form rule / other similar places. It would make debugging much easier in many cases. Just as it is in the actions now.
(...) Webcon ver 2021.1.5.315 I found a bug in business rule s with parameter and SQL query. When type is text and value start by '0' then rule cut first char.
(...) tents of an attachment to BASE64. On the system step I have a TimeOut that calls the transition path after a minute. In the traversal path, I have an action that calls a web service. The frame uses a business rule to convert the content of the attachment to Base64 (the business rule returns the text value of the last attachment). When the whole thing is handled by TimeOut, I get the error: Message=Error exe (...)
(...) Hi there. Trying to familiarize myself with the for each action. I have an item list an I want a business rule to evaluate the value for each row of a certain column (choice field) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR uses: IF[GE (...)
(...) Hi all! I am really struggling with this action. I am trying to send JSON data to a REST web service. JSON string is generated by a business rule , which contains a JSON Query (FOR JSON). Testing this business rule works fine, also umlauts are shown. My configuration in request body is body type: Binary, which is the only way to send dynamic JSON data. Somehow my encoding (which should be UTF-8) (...)
Introduction I have heared that basically planning is always about three questions (three columns in Excel, three attributes on the form) - WHAT? WHO? WHEN? :) Sometimes we need an extra information/column - we can call it "Remarks", "Others" or .... COMMENT... WebCon BPS has extraordinary feature available out-of-the box without even single line of code...VERSIONING and detailed HISTORY. Such
(...) It is also crucial to know which are used within the specific Application. We can dig into the BPS Studio and check Application, Process, Worfklow, Document Types permissions. We can check actions, business rule s, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 Sometimes we ne (...)
(...) hi there, i can add a business rule for condition step, but how if i need to have more than one rule for different fields in the same condition step? so i need the condition step check for more than one rule., for example: check attachment. please note that every rule separately works but together not. please any solution?