cancel
Showing results for 
Search instead for 
Did you mean: 

Business Rule to set Default Picklist Value in Termination Screen

viel
Participant
995

Hi All,

Good day. Could you please let me know if there is a way to set a default picklist value in the Termination screen using a business rule? I'm trying to create one, but it is not working.

Thank you so much.

Accepted Solutions (0)

Answers (2)

Answers (2)

MadsBP
Newcomer

You could set an onChange rule on the Termination date field.

e.g:

if Employment Details model.Termination Date is not equal to Null

Then: set Employment Details Model.Field.Value to be equal to Value

Its not exactly what you want, but its the closest thing.

nlgro023
Active Contributor
0 Kudos

I unfortunately doubt you'll succeed as you'd ideally want an OnInit rule (which doesn't work if it's a not a new hire scenario). You could try it with a Onview rule with on termination reason, but I doubt that would work. If it's just 1 value you want specific users to always select, you could choose to remove permissions for all other termination reasons to ensure the person could only select 1 thing (and it would therefore always show first).