- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 04:37 AM
Hello @everyone,
I have created one custom table which is extended by OOB Demand Table ,I have created some choices of state field on the custom table but issue is this this choices are also visible on the demand table.
if any solution please let me know quickly
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 05:02 AM
@KritiK One alternative could be create an onLoad client script on the OOB Demand table and remove the additional choices via g_from.removeOption('field_name','choice_value');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 09:18 AM
Hello @everyone, if you have any other alternate solution instead of client script. so, I have created the choices on custom table just I don't want these choices visible in state field of demand table.
Please let me know