The configuration was done in such a way to only show the edit and delete buttons if the “Is Primary“ for Controlled Document or Change order checkbox is unchecked.

For example. For part “TRITON, T50 DRIVER, V2“ you can see the edit and delete buttons in the drop-down as the “Is Primary“ for Controlled Document or Change order checkbox is unchecked.



If you want to delete “MEMO-000115“ from the related Controlled Document and Change Order section then you need to uncheck the is primary checkbox.



Steps to uncheck the is primary checkbox for Controlled Document.

  1. Login as System Admin.
  2. Click on the gear icon and click on the developer console.
  3. Click on the query editor and paste the query.
Select id,Name, CQ_CHOIC_SQX_Controlled_Document__r.Name, CQ_CHOIC_Is_Primary_For_Controlled_Doc__c from CQ_CHOIC_SQX_Related_Part__c where id = 'a3l4x000002b16AAAQ'
  1. Double-click on the is primary controlled document column and uncheck the checkbox.

2. Click on Save rows.


Now, go back to the part record and you should be able to delete it.