How to disable or hide the 'DELETE' button in form at various stages?

DINESH CHINNAD1
Giga Expert

Hi Team,

I need to disable or hide the DELETE button that is visible on form....

Since it was the OOB functionality... I feel if i hide that for single form, will that affect globally in all the forms?

For Example, SAVE, SUBMIT, UPDATE, DELETE are the OOB functionality....

Now how can i accomplish my requirements???

Any ideas or thoughts are welcome!!!

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Open the delete button (global one) and write the name of your table (eg incident) in the table name column and do an "insert and Stay".


This will create a new DELETE button just for your table and the global one will now not show on your table. This is called over riding the ui action.


Now any change you do here will be limited to your table only


Use the "condition" on the ui action to decide when to show/hide.


-Anurag

View solution in original post

17 REPLIES 17

@Anurag Tripathi  I've a requirement like, I need to hide the delete button for one of the specific catalog item. Will it be possible to hide delete button for the single record of sc_cat_item?

Aishwarya Shelake

Hi,

Firstly, do you want to hide this on sc_cat_item table or record created when you submit the catalog item?

 

-Anurag

DINESH CHINNAD1
Giga Expert

Thank you for both of your prompt response....Anurag Tripathi and Pradeep Sharma



Its working fine now, as i expected...