Remov button add in list stup mobile

Hi Team,

 

There is any way to remove the button add from the list setup in the mobile? I need to perform this with code because I can't change permissions in the object.

 

Like 0

Like

2 comments

This looks is working

Terrasoft.sdk.Module.setChangeModes("UsrMyObject", [Terrasoft.ChangeModes.Read]);

 

Federico Buffa 🧐,

Terrasoft.sdk.Module.setChangeModes("UsrMyObject", [Terrasoft.ChangeModes.Read]);
so with this code the button really disappears? and also what do we enter the name of UsrMyObject?

Show all comments