Remove Mark Deleted X From Related List

chriscorbett
Giga Contributor

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:

find_real_file.png

How do I go about removing and/or disabling the Red X to delete entries from the list?

Thanks in advance,

Chris

8 REPLIES 8

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.



find_real_file.png



find_real_file.png


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


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.)


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?