
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2018 04:16 PM
In a related list, I would like to omit the New button if the status of the parent record (above the related list) is in a particular state. Essentially, If the record is in a "Closed" state, I would like to disallow users from opening new, associated records.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2018 05:12 PM
Hi Brian,
This can be achieved by using an Omit new condition script. On the Justifications Related List, Right Click on one of the headers and select Configure > List Control. On the List Control Form add the Omit new condition Field, Configure > Form Layout add Omit new condition to the selected fields. One this field is added, you can then script your condition as required.
See Advanced list control with scripts in the Product Documentation for further information.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2018 05:12 PM
Hi Brian,
This can be achieved by using an Omit new condition script. On the Justifications Related List, Right Click on one of the headers and select Configure > List Control. On the List Control Form add the Omit new condition Field, Configure > Form Layout add Omit new condition to the selected fields. One this field is added, you can then script your condition as required.
See Advanced list control with scripts in the Product Documentation for further information.