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

search results

for rule

(...) are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rule s. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input field (...)

(...) Hello, In many places we are able to create Process Business rule from rule typed in a field (visibility, required, and many others). Similarly with form rule s. I have a case, where i need to use same mail that is already being used, but to different people. (exactly 12 contents). Right now it requires manual creation of templates by copy-pasting them from action into e-mail template. Could we (...)

(...) Hello, for AND's and OR's inside business rule s we have ability to change layout from horizontal to vertical, which helps to keep it nice and tidy. Few times i've used concat, which got really long - see attachment. Maybe we could get vertical layout for concat? :)

(...) d... The problem seems to be: The connection is initially established but after refreshing a few times it gets disconnected. How can we resolve this issue? We have already set the TCP inbound rule to 8002. The system time is correct. OS: Windows Server 2016 1607 build 14393.7070 windows service log: Faulting application name: WebCon.WorkFlow.Service.exe, version: 2023.1.3.202, time st (...)

(...) a second improved version. :) - Additional widget type 'Text', which will output any text and not only numbers. For example to display information like "open/closed" sub workflows: 2/4. - A form rule can be executed what should happen when the user clicks on it. We could display a tab for example or execute a hyperlink or whatever. - A form rule to trigger the refresh of the widget. Can be usefu (...)

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

Applies to version 2020.1.3; author: Agnieszka Burda   The following article is an extension of the HTML form fields article.    Global functions In the HTML form field configuration, there are several functions for general information about the application and the process.   Fig. 1. Global functions in the HTML form field  

External content by Daniel Krüger; April 18, 2024 ;  The original post has appeared on daniels-notes.de Did you ever wanted, to navigate up to a parent or grant parent workflow instance? Then you may find the linked post interesting. READ MORE: HERE