Objective:
This article teaches you how to use CSS to hide the "trash" icon from a Linked Section
Before you get started:
These articles might be helpful before you read this one:
When using Linked Sections (specifically Shared Linked Sections), there are certain situations when you may wish to have end users interact with prepopulated data, but not be able to remove records. For example, if you build a form that has a linked section to the Contact object - you may wish for your end users to only review but not remove existing Contacts from the linked section. In order to do this, consider using CSS to hide the Trash icon on the form.
.remove-linked-section-container {
display: none!important;
}
Comments
0 comments
Please sign in to leave a comment.