Jan-WillemSpeck
8 years agoQrew Assistant Captain
auto flag checkbox fields via tresholds
Any suggestions for the following challange.
I'm working on a change request application.
It;s not unlikely that requests that meet certain criteria will need to be 'auto-approved'
ie cost < $50 & type = software than 'field_approved' --> checked.
also actions like send email to john when hardwre or send to ann when software are likely.
A possible option to achieve this is likely 'dynamic form rules' by creating conditions to compare to the hardcoded thresholds and use the action field to flag the 'field_approved'
However when these tresholds need to be changed all rules need to be amended. Not a nice solliution as I would like to pass this to the senior users but having the users playing around in the rules is not a good idea.
I foresee that we will star twith a view tresholds but that it will quickly evolve into a jungle of rules
Could the application variables be used here? Can application variables been seen by rules at all? How to overcome the fact that the variables are text by default?
or..
create some kind of table with one single record and cretae a field for each variable?
Any experiences or best-practices?
Thanks
I'm working on a change request application.
It;s not unlikely that requests that meet certain criteria will need to be 'auto-approved'
ie cost < $50 & type = software than 'field_approved' --> checked.
also actions like send email to john when hardwre or send to ann when software are likely.
A possible option to achieve this is likely 'dynamic form rules' by creating conditions to compare to the hardcoded thresholds and use the action field to flag the 'field_approved'
However when these tresholds need to be changed all rules need to be amended. Not a nice solliution as I would like to pass this to the senior users but having the users playing around in the rules is not a good idea.
I foresee that we will star twith a view tresholds but that it will quickly evolve into a jungle of rules
Could the application variables be used here? Can application variables been seen by rules at all? How to overcome the fact that the variables are text by default?
or..
create some kind of table with one single record and cretae a field for each variable?
Any experiences or best-practices?
Thanks