(...) of a workflow as long there is no Instance ID. For Example I would like to validate if there is an attachment uploaded or not (see picture). If I do a path on the step itself --> Instance ID --> the rule works fine!!! I think it is a bug. Thanks a lot
(...) message. In our oppinion this is a misbehaviour, because the field itself should handle such an "exception". And it is hard to find ;) A possible solution is to wrap the "Round" function around the rule /result before setting the value to the field. Could you please check, if this could be fixed or it is an intended behaviour? Thanks a lot
(...) e some element from the list and then i try to add new one. The value from the new chosen 'subtype' isnt placed in the correct row, but, for example, two rows upper (I didn't recognize there were any rule , sometimes its 2 rows upper, sometime its 5 rows upper). I found out that if I set item list sorting to ID(created by webcon) from End Date(set by user) then problem doesnt occur. The thing is I wan (...)
(...) 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 (...)
(...) How to use the mentioned function (https://community.webcon.com/posts/post/function-dictionary-for-business-rule s-and-form-rule s/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?
(...) 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.