Question
1
Replies
238
Views
HCL Technologies
Posted: November 27, 2019
Last activity: November 27, 2019
Closed
Edit validate rule for Multi-select properties
I have a requirement that user should be able to enter text in Multi-select property(Should not deselect free-form entry) and need to show error message if user entered value is not in the dropdown.
Is it possible to create validate/Edit validate rule to achieve this?If yes, Can anyone please tell me the steps?
***Edited by Moderator: Lochan to update platform capability tags***
Hi NirmalRaj,
In the properties settings panel select Event as Onchange and action as post value.
Specify one more event as an activity.Now have this activity call a validate rule which will validate the property everytime a value is given for the property.
Alternatively you can also have property set message in the activity and this property set message will be executed only when the when condition that tests this property evaluates to true if false the step should be skipped(specify if evaluates to true skip step)