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

search results

for rule

(...) Hi everyone, it would be nice if the description of a rule parameter would be displayed in addition to its type, when hovering above a parameter. Best regards, Daniel

(...) 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 rule s “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 v (...)

(...) I want to subtract the value of two attributes from each other. I tried a business rule and it counts the differences between the two attributes, but I don't know how to make this difference show up on the form and refreshes after changing the value. For example, attribute 1 has a value of 5 and attribute 2 has a value of 10, and I want to show: attribute 2 - attribute 1 = attribute 3

(...) of parameters of apartments). When I select an apartment that has dedicated parking place I manage to check and store the ID of the assigned parking place in a technical variable on the fly (as form rule invoked on callback of the items list). However, I can not add it automatically to the list, as there is no function that allows me to do this (or I can not find it). The only procedure that allows (...)

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

(...) 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 rule s 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 name (...)

(...) Hi there, I'm trying to work out a rule to color backround of a date cell. The condition would be "if the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JSON code is: { "content": "=CurrentField", "style": { "background-color": "=if(CurrentField > today, '#FF0000', '')" } } I've also tried different va (...)

(...) se callback, but no luck here either (as callback is triggered while still in the edit mode and what if I cancel the edition?). The optimum would be if there could be a possibility to bind a form rule to ending the editin of an item in the list, but I guess there is no such possibility. Or am I wrong? UPDATE: I managed to get on callback the list of dependant item IDs and the main item IDs bot (...)

(...) ind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function? I came up with an idea of making a JS form rule that takes a collection 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 (...)

(...) a option to insert values do database (my own table) by the button added in html form? My idea is like a picture I addend, but when I click on the button I get error Message=Error occured during rule SQL Dodaj powiązanie (Id: 136) evaluation. Source=WebCon.WorkFlow.Base StackTrace= at: Evaluation requested at: Evaluation node: rule at: Evaluation node: SQL InnerException: Message=Error (...)

(...) 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 rule s 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: .. RowNumberCann (...)

(...) 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 WFBusinessrule Definitions cache for current content database. at: Evaluation requested at: Evaluation node: SQL The same error is while configurating action or creating a business rule

(...) have defined a global constant for Portal Url, which is used in whole application (for redirects and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule ), which BaseUrl current system has? I do not find anything in context variables, so that's why I'm asking... Thanks a lot in advance & best regards, Nik

(...) selection, populating it's Workflow ID in the 'WorkflowID population' form field. Once that is populated, I need to set a default value 'Workflow name - test' form field. I have created a business rule with below If else condition and set as Default value on the 'Workflow name - test' form field but not working. It is setting Test 2 by default. Let me know if I am missing anything. Example: (...)

(...) ike to ask if it is possible to automatically collapse attachments in a given group? I wish this would work in the same way as the collapsed attribute group. Alternatively, is it possible to write a rule that would control this? Thank you for your help.

(...) Hi, I need to create an action / rule that will work like this: I check the VIES checkbox (file1) and then I have to add the attachment assigned to the vies name (file2). If checkbox is selected and the attachment is not associated with the correct name, then an error message appeared.

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

(...) Based on Daniels blog (https://daniels-notes.de/posts/2021/javascript-form-rule -execution-on-page-load#show-all-attachments-after-page-load) it is posible to open first attachments after page load but from all attachments tab (becouse attachment is in parent workflow)?

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

(...) ing into alternatives. I know that with the new version, it is possible to create automation variables which are VERY useful, but is there a possibility to create a variable ( maybe through JS formrule or something along this line ) which is usable in a whole workflow or step. Thanks in advance :)