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

search results

for rule

(...) Hello there :) I have yet another problem, regarding the form validation. I've attached the rule s that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is than Today() then the result is TRUE, which means, you are able to go further. Best Regards, Igor

(...) I thought about adding a timeout to check if New comments were added in the request. I know that in the notification configuration, I can select the last comment entered. But I want to create a SQL rule to active/inactive the timeout. For that, I want to check if new comments were actually added. Do you have any idea how to accomplish this? Thank you

(...) Hello all, I trying to set up a form rule that sets the cell background based on the days difference between a column date and today's date. This only works after clicking on the save but I want the background to be set as soon as they define the Date column. Probably this will only work with Javascript functions but I don't have any experience with that. I want to create an alert if they sele (...)

(...) I've been trying to utilize the form rule for the Yes/No field named "Service Line" to show "Service Line Items" item list field when it is ticked to Yes and be hidden if it is unticked or set to No. The problem is the "Service Line Items" item list field is showing on default when opening the form and even though the "Service Line" is still set to No on default. Thanks in advance for the help

(...) ectory account. Depending on whether the user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub Workflow (SQL)' actions, which checks if someone has an AD user or not, isn't working when I pass parameters like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (whi (...)

(...) Hi, I propose to reduce the documentation section by half, and enlarge the bottom sections on rule s . Regards.

(...) e workflow with some data completed. When I drag the columns, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, info from column collection and it is working, but when I go to all business rule s and open it i will see something similar with the first example. (picture 2) The actions work, (...)

(...) Hello, I have create a form rule JS that would color the cell in an itemList. But when i move between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenienta (...)

(...) Dear WEBCON Team, is there an option to only SHOW or HIDE the cell of the current row (in the specified column)? With the Form rule in the Screenshot the whole column is affected. Same for the Mark Required / Mark Not Required rule . Thank you & Best Regards, Lena Schmidbauer

(...) ent but probably in 2024 as well so... I would like to have sum of "Yes" in Item list if the field is ""Yes/No choice" sum I could copy to field in item list config but now I need: 1. do rule in item list -> to do action if row is added (cloned) or deleted 2. do rule in each item list column where is ""Yes/No choice"" type -> to count changing no. or maybe I do it wrong way ... :| ?

(...) Error: [Quote] Error occured during business rule evaluation. String values cannot be multiplied at: Evaluation requested at: Evaluation node: Operator (+) at: Evaluation node: Operator (*) at: Evaluation node: Operator (*) [/Quote] What I have : -process static A -process static B -process static C -process static D attribte a,b,c attribute a,b,c is changing dynamically vs Item L (...)

(...) What is the possible and if, the most efficient way of getting data from a dictionary into a js file that is supposed to read all the items from said report ? SQL(business rule , then convey it to the js file as an argument) or we can natively do it in js ?

(...) I try to find option to trigger refresh button in "data table" . OK I can click arrow .. but I would like to refresh to have no data ... So I have form rule when some field value is changed (deleted) then is clearing fields but not reloading whole form ... so because data is not saved or the full form is not reloaded ... the data table stays with "old data" - i can click refresh and then will b (...)

(...) er: I would "expect" that regular expressions, style and behavior, popup search, auto complete etc. are working. If the field is hidden either by a visibility restriction or a form rule the myCustomFieldContainer element would be empty. Best regards, Daniel

(...) *Edit* While implementing the check I figured, that there's no general option to implement this. There are to many conditions. Nevertheless we can create something similar using a global business rule : https://daniels-notes.de/posts/2024/is-field-value-unique

(...) art, Reset are enough). Are these requirements feasible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields, even supporting some JavaScript functions. • There are a Form rule s with JavaScript mode But, where to put what (JS, HTML, CSS) and how to combine/address/relate parts to functional stopwatches?

(...) Is it possible to use process constant in js mode, same way as we would use it in form rule ?

(...) number field. I have a REST DataSource "REST GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data. I used a business rule to get the value from the REST datasource and a form rule (on value change) to set the customer name (returned from the businessrule ). This is working fine. The problem is the mapping customern (...)

(...) he wants in this field, there is a button that should add a text at the bottom of the textbox, however the text appears besides the user inputed text and i just can't figure out how to change the formrule for it to appear in the nextline without javascript. I appreacite every help i can get.