Question
Delegating a rule with validation
Hi All,
We have a requirement where the user should have the ability to change values, that will be applied to the entire system.
I believe delegation rules is the solution for this requirement; However, user needs the system to validate these values, while being user friendly. Therefore they expect a drop down or a slider kind of configuration.
What we have done so far is using dynamic system settings, and adding them to favorites. but is there any fancier control that can be delegated, that could validate the user inputs?
Thank you
***Edited by Moderator Marissa to update platform capability tags***
Hello Ishan,
If the user know the fix set of possible values to configure, then the Dropdown would be the one of the better solution. In that case, you can define the fix set of values in a Data table, which also might be configured in prod directly if required. And, provide a UI (will be visible in portal for specific set of user), with the dropdown/ dynamic select option. In background you can store the selected value from the screen and use for future procession.
Regards,
Gopesh