- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 12:16 AM
Hi there,
I have a requirement that an option called "bsc" to be added unser awating action varaible.
that bsc option is present in parent table which is showing in all the child tables.
I want it to be hidden in one of the child table called account_receivable table
I tried on load script in the parent table for removing the option it is not working
NOTE: awaiting action varaibles shows only when the state is selected as awating
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 01:55 AM
Hi @pk2184046,
Try writing the onload client script on the child table to remove the option on that field.
Syntax to remove option: g_form.removeOption('<field_name>', '<value>');
Please mark helpful, if it helps.
Mark the response correct and helpful if the answer assisted your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024 01:43 AM
Hi @pk2184046 ,
Please find the below link that explains about the Glide From methods.
Mark the response correct and helpful if the answer assisted your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 01:55 AM
Hi @pk2184046,
Try writing the onload client script on the child table to remove the option on that field.
Syntax to remove option: g_form.removeOption('<field_name>', '<value>');
Please mark helpful, if it helps.
Mark the response correct and helpful if the answer assisted your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024 01:43 AM - edited 07-06-2024 01:44 AM
Good to know this helped you.
Mark the response correct and helpful if the answer assisted your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024 01:15 AM
Can you please mention any advance g_form methods which can be helpfull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024 01:43 AM
Hi @pk2184046 ,
Please find the below link that explains about the Glide From methods.
Mark the response correct and helpful if the answer assisted your question.