Hi, I am looking to create a business rule, that would allow different option sets for a field based on what you choose.
Example - in an opportunity - in the Type field I choose Network - in my category field a specific option set would populate for my user to choose from.
A different option set for different choices. Is that possible?
Yes that’s possible, you can trigger your code on On Type OnValidate trigger and dedicate it to set what category you want to update based on the OnType values.
Does that mean I have to do it with code and can’t with a business rule or workflow?
Yes there’s no configuration for this, you need to a piece of code.