Remove Mark Deleted X From Related List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 06:06 AM
Good Morning All -
I am developing a custom application that requires approvals from people in my company. On one of the forms, I am displaying the approvers in a related list like so:
How do I go about removing and/or disabling the Red X to delete entries from the list?
Thanks in advance,
Chris
- Labels:
-
Scripting and Coding
- 4,241 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 11:16 AM
I was able to do it. I created a "Simple" table with an "embedded" set of records displayed on the Simple table. Removing delete access removes the "X". In my case, I went to the delete (record) ACL on the table, turned off 'admin overrides', and made a condition that's impossible to get like Sys ID | is empty. Once I no longer had delete access, the X was gone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 11:34 AM
Oops! I had it completely wrong. I somehow got it into my mind that deleting a record from this list only deletes the reference in the list field and not the actual record. Sorry about the confusion - bad day! This should easily solve it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 11:36 AM
No problem. I thank you for making me go back and re-check it.
If it was a many-to-many table, there's still a delete record happening with the intermediate table (e.g. group members between users and groups.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 10:59 AM
Can you tell me more about this custom embedded list..? Is it like if we have 20 records in the list or string field then it will appear as 20 records/entries?