Edit the label of M2M Table after creation

rao_2017
Kilo Contributor

Can we edit the label of M2M Table after creation?

2 REPLIES 2

Jaspal Singh
Mega Patron
Mega Patron

We can but I guess it specific to Related list. So, if I created a M2M table & using it as a related list on one of my Forms then we can have the label changed by configuring List Layout.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

Not applicable

The M2M form label in the sys_m2m table cant be modified.  To do so I created an admin override ACL so i can rename the label.   There is a business rule 'SNC ManyToMany Create' that checks if the m2m already exists, I can comment out the BR that makes this check and update the record.

Otherwise you can rename the label of related list by right clicking on the menu of the related list and doing Configure >> List Control

Over there you can assign the label of your preference.

 

Hit Like or Correct on the impact of response.

-Tushar