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

search results

for form rule

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

Hello all, Does anyone tried to use the concat function using a form field? I have a form field that is single text and I want to use it plus another info like below: concat ('AaAA' 'Form Field') But I'm always getting an error saying that the rule is not correct, I tried to use a SET before and keep the information in another field but it doesn't allow to save. Anyone used this alr

(...) ld or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in 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) - Fo (...)

Maybe I missed something but I'm struggling on a form. On the form I have 2 autocomplete choice fields that are related. First I would like to hide the second field. The first field a category has to be selected (1-5), and when someone selects Category 1, the second field should appear dynamically to make a selection. Now I added a rule in "Visibility restriction in form", see picture. I runs

(...) After upgrading to most recent version 2021.1.3.205, a simple form rule definded at path parameters stopped working (the rule on the attached screen). If I change the rule just to CONFIRM['Something'] (without the IF), then it works, but with the IF it does not. It used to work in 2021.1.1.53. Anyone experiencing such an issue?

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

Dear WebCon Team, in our view, we found following misbehaviour of the form field typ - Floating Point. If you try to set this field with a periodical fraction like (14/15)*100 = 93,333333... you will get an error 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" functio

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

(...) ation-error-panel").removeClass("has-error") $("#" + columnName + " .attributeErrorsPanel li").remove() } My javascript doesn’t work with item list. It would be nice if we could have a built-in form rule function / JS function like SET ERROR(Field, errorText) - for every form diyplay mode . It would also be desirable to have something like this for item lists: SET ERROR ITEM LIST (ItemList, Row, err (...)

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

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 v

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

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

Hi, I am populating 'WorkflowID population' form field based on the 'Select Marketing support' selection. Select Marketing support is basically the the type of the request. upon Marketing support 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 r

Hello webcon community! Could someone help me with problem with ordering list on report. To beggining: I create a technical form field which collect the date part of some date field at that form (see screen below). I do itthat by using 'change field value' action and rule 'date part (month)'. Next i use that technical field to group forms by year and month but when users create datas from

(...) uess there must be something wrong with SELECT VALUES as this probably retrieves all the row values. However, in a business rule the functions to iterate over item lists don't exist like they do for form rule s. Any tips on how to evaluate each row value in a business rule and perform an action based on the result? Thanks for your help.

(...) following way: 1. Make the field that should not be shown upon form load visible in the Field Matrix 2. Insert the 'Hide' JavaScript function into the main form behavior of the step 2. Create a form rule which shows/hides based on a condition 3. Add the form rule to the field that is supposed to trigger show/hide for the target field under 'form rule to be executed on value change' This works wel (...)

(...) Hi everyone, I think it would be great to have an opportunity to add the option to execute a form rule in case of a 'Validate form' action fails. In most of my cases there some special condition which relates to a field/tab. Having the option to execute a form rule would allow to: - focus the field - show the tab - execute some JavaScript which would could display a subworkflow which needs to be (...)

(...) nge log, it should be no surprise that we need to apply some changes to any JavaScript based modifications. The cash-dom library has replaced the former jQuery library. The change may affect how form rule s work in JavaScript mode if the rules used the functionality provided by jQuery. For a description of the differences in the operation of the two libraries, see: https://github.com/fabiospampinato (...)