Solved

How can Hide Delete Button in Aurena Page

  • 2 November 2021
  • 2 replies
  • 381 views

Userlevel 5
Badge +9

Hi Everyone,  I need Hide the Delete Option for Aurena Page

It Is Possible?

Thank you

icon

Best answer by Bhagya Wickramasinghe 3 November 2021, 03:14

View original

2 replies

Userlevel 5
Badge +13

Hi @HumbertoFloresD,

Yes, it’s possible. You can alter the code in the respective .client file (page level).

You need to include the cruducations {} section to the respective page.
 


In this example I have disabled the “new” option and enabled the “delete” option for BranchIds which are not equal to “COL-01”.
The result would be the following.
 

If you think my answer helped to resolve your issue, please mark it as the best answer. So that it will be helpful for other peers.

 

Thanks!
Bhagya
 

Userlevel 7
Badge +20

You can use custom events to prohibit deletion of records. Then you don’t need to do a customization.

 

Cheers!

Damith

Reply