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

search results

for rule

There's an option to switch from horizontal to vertical layout if you click on AND/OR operators. Could this be extended to all other operators, too. :) This would reduce the scrolling and therefore improve readability a lot.

(...) Hi everyone! I was just evaluating the latest version (2021.1.3.163) on our DEV system, and wanted to prepare new functions for my processes. I had issues when trying to save a rule that included the new "select values" function to check if a collection of values from an item list is not empty. In the testing window the rule works as expected, it just wont let me save it because of invalid rule con (...)

(...) plemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rule s with alerts, which are called when the field value is changed. So I have to implement the same validation twice and the ALERT function isn't build for providing multi lingual messages. Besides the d (...)

(...) After upgrading to most recent version 2021.1.3.205, a simple form rule definded at path parameters stopped working (the rule on the attached screen). If I change the rule just to CONFIRM['Something'] (without the IF), then it works, but with the IF it does not. It used to work in 2021.1.1.53. Anyone experiencing such an issue?

(...) It was a great addition when the foreach functionality was added in form rule s for item lists, but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rule s. It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields ma (...)

(...) e done by Webcon: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 So far, I'm able to check Applications and Processes privileges but when it comes to the Business rule s, I get an error for the column they use as Users (users . BRD_Users) : select users . BRD_ID , isnull ( DEF_Name, '' ) as DEF_Name , usage. BRD_Name , usage. BRD_Documentation from WFBu (...)

(...) veryone, this post is for the few how develop processes OnPrem and import them to an WEBCON Apps instance. All others can ignore this post. I just encountered a little problem. If you have business rule s with multiple parameters you need to verify that the parameters have been imported in the correct order. It may happen that this is not the case, (1) in the screenshot. Otherwise the values may be a (...)

(...) Hi there, I have observed the problem. During the transfer between DEV-TEST-PROD environments there is an uncontrolled change in the order of formal parameters in the form rule s. This results wrong assigning the actual parameters when the rule was called after import.

(...) 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 rule s are shown, but those with SQL Commands in them are just not there. Is this a known behaviour, or a bug, or is (...)

(...) ] 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 everyone, experienced BPS Designers will remember a time when form rule s didn't have an 'Edit mode', where you could select JavaScript or Form rule . You only had JavaScript. :) In the meantime the 'Form rule ' option has been added an the JavaScript mode gets little attention, if at all. But how can you do some of the 'Form rule ' actions with pure JavaScript? If you click on the "Show" button in t (...)

(...) Hi everyone, if someone uses field references, process rule s or similar in translations you should verify that the correct ids are used after importing the application in a new environment. Otherwise you may be in for a surprise. The attached image shows that the translated text uses the old variable ids and only the ids in the original text have been updated to match the new environment. I've notic (...)

(...) -error-panel").removeClass("has-error") $("#" + columnName + " .attributeErrorsPanel li").remove() } My javascript doesn’t work with item list. It would be nice if we could have a built-in form rule function / JS function like SET ERROR(Field, errorText) - for every form diyplay mode . It would also be desirable to have something like this for item lists: SET ERROR ITEM LIST (ItemList, Row, err (...)

(...) . Should I use "Absence process wizard or I can create it as "new standard process"? The second question if I use "New standard process" how can I use "Gant chart"? Third question is how can I create rule s an attribute that validates the date on the item list?

(...) Hi, Does anyone else have problems with JavaScript rule s not working in the mobile app? Is there any trick to it? Thanks

(...) Hi everyone, if you are going to use field references, process rule s or similar in translations, these won't work once the process is transferred to another environment. See this thread for more details/images: https://community.webcon.com/forum/thread/1149 In my opinion this is an error, so I created a ticket. The answer was, that this is the intended behavior. There I'm creating this user voice. (...)

(...) Hello, I tried create sql script for created a global business rule with existing multiple global business rule s . I tried use of multiple global business rule ( with parameters) in one global business rule (with parameters). Every global business rule used has parameters. The business rule that appeals to the other business rule s has parameters that are mapped in the appealed rule s. I get the er (...)

(...) I copied businessrule from one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFBusinessrule Definitions cache for current content database. Source=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WFBusinessrule DefinitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers. (...)

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