All state dropdowns are not showing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 08:58 PM
Hi Community,
All state field dropdowns are not showing on problem table state field. I have added one custom option but its not showing in the dropdown of state field.
I checked client scripts and ui policies. But didn't found any which is creating issue.
Thanks,
Poorva Bhawsar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:23 AM - edited 09-08-2023 02:25 AM
There must be some onload client script in which you must have written g_form.removeOption and g_form.addOption, there you need to add this choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:26 AM
I have already checked client scripts but didn’t found any.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:30 AM
just filter client script by - script - contains g_form.removeOption and check it again as this is the only thing which will make the difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:22 AM
Have you got the solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 09:56 PM
No, there is no client script which is removing or adding these options.