User Story: "Add me" - Option Removal from Watch list field in Table
Title: "Add me" option removal from Watch list field in ServiceNow Table/Form.
Details:
As a user of ServiceNow, I want the "Add me" option removed from Watch list (List type) field in Table, so that users cannot add themselves to Watch list unintentionally or inappropriately.
Acceptance Criteria:
The "Add me" option should be removed from Watch list (List type) field in the Table.
Users should no longer see the "Add me" option when interacting with the Table records.
The removal of the "Add me" option should not affect the functionality of other form elements in the Table.
Development Steps:
Go to the Table list where you need to remove 'Add me' option from Watch list field. Here, I am using my newly created table: "Demos".
Open any record, then right-click on the field label for which you need to remove 'Add me' option, click on Configure Dictionary.
Now, it will open Dictionary entry record of the field.
Go to Related Links and click on 'Advanced View'.
Now, the attributes field is visible. Add the following: no_add_me=true in the attributes field value.
Note: If the Attributes field already contains data, append a comma "," at the end before adding the new attribute as mentioned above.
Click Update.
Now, go back to the table, open any record from the list, and we can see the 'Add me' icon/option in the Watch list (List type) field is not available.
Step by step Screenshots: