- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 09:29 AM
Hi everyone!
I have task to update choices of sub-state field according to state field. F.e. State field have value of '1' the sub-state field's choices should be 'a' and 'b' and if State have value of '2' another should display and so on. Do you guys have some tips how to do it? it should work onLoad, onChange and also in List view. Thanks :).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 10:14 AM
You can add state as dependent field on sub state field
Also add state choices mapping in the choice list of substate field
The same is done OOB with category and sub category on incident table. You can use that as reference as shown below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 10:14 AM
You can add state as dependent field on sub state field
Also add state choices mapping in the choice list of substate field
The same is done OOB with category and sub category on incident table. You can use that as reference as shown below