In a case we have the Type of case field. We link this field to the Escalation Level field.
We made an extension for the Type of case field on the case (because an option set did not meet our requirements). Now we want that for example Type of case A only Escalation levels A and B are available. How can we do this?
If you're using lookup fields, you might want to consider filtered lookups: docs.microsoft.com/.../special-field-properties-legacy
You can also achieve this with custom JavaScript code using the addCustomView method: docs.microsoft.com/.../addcustomview
If you're using OptionSet fields, you'll have to work with JavaScript to remove/add options dynamically: docs.microsoft.com/.../removeoption
I hope this helps.
Hamza H
141
Daniyal Khaleel
132
DAnny3211
130