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

search results

for Rules

(...) Hello all! I have a process where the user will be entering Addresses and I'm saving the new entries in a Dictionary. I have the subworkflow set up and it's working but I need to add some Rules in order to not create duplicates neither empty rows. For my case, the information to be checked will be Customer Name and Address (because a customer name can have more than one address). I was trying t (...)

(...) the action goes on each row of an item 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 t (...)

(...) png), but the issue is that I can make the column visible for a (single) defined user, but not for multiple users. Any ideas here? The preferred would be a "HIDE ITEM LIST ROW" function in the form Rules . Kind regards Klaus

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

(...) order to have information on that column. I was using a SQL query because: - Column cannot be required (there are cases that the user is sending documents so the item list will be empty) - Form Rules using Condition By Row cannot be used inside the form validation which expects True/False results (only Business Rule but conditions for Item List are limited) The problem with my SQL query is tha (...)

(...) It was a great addition when the foreach functionality was added in form Rules 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 Rules . It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields mar (...)

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

(...) 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 Rules . This results wrong assigning the actual parameters when the rule was called after import.

(...) Hi everyone, experienced BPS Designers will remember a time when form Rules 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 th (...)

(...) Hi everyone, if someone uses field references, process Rules 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 notice (...)

(...) deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form Rules “Main form -> Behavior-> forms rule to be executed on page load” are being executed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a va (...)

(...) Hi everyone, if you are going to use field references, process Rules 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. (...)

(...) How to use the mentioned function (https://community.webcon.com/posts/post/function-dictionary-for-business-Rules -and-form-Rules /237) without sql to get the date value for the last and the first day of the current month in the default value field of datetime type attribute?

(...) lated fields are "Przypisane komórki (BPS)", "Przypisane garaże (BPS)", "Przypisane miejsca postojowe (BPS)" - these are choice fields in read only control mode (technical fields actually). There are Rules triggered on change value of each of them to create hyperlinks in attributes of the same name (without "(BPS)" suffix). All of it in detail in the attached sketch. Sorry for the polish variable names (...)

(...) 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 Rules , 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, I have problem with adding new row in item list after passed value to existing field in existing value. on text field I have selected "Invoke callback Rules after value change" and in Item list callback rule I add condition , if text value is not empty just add new row. Wvery time I press button "add new row" I get exception "After callback form rule of items list: .. RowNumberCanno (...)

(...) ource=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WFBusinessRuleDefinitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.BusinessRules .InlineBusinessRules Manager.Load(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttributesManager.LoadBusinessRules (SubelementAttribute subAttribute, IInlineBusinessRules Manager rul (...)

(...) attachments. The thing I have struggled to figure out until now is, how to hide or not show a table when the corresponding data table in Webcon is empty. I know that it is possible to use Business Rules in there, but again none which use parameters. Is there a way to bring a bit of dynamicity into the Word Add-In? Best regards Fabian

(...) alues in _url-parameter_ or _request-body_. At the moment i´ve to clone the *same* data source for every process... not nice ;-) ! A parameter would solve the problem - like as parameter into Rules ! Thanks and best regards Daniel

(...) Hi, I propose to add in Bussines and Form Rules internal parameters like in automatizations. I will be helpful for calculating or savng data to compare, not using JS mode.