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
2 comments
14:39 Sep 20, 2022
This looks is working
Terrasoft.sdk.Module.setChangeModes("UsrMyObject", [Terrasoft.ChangeModes.Read]);
08:39 Dec 11, 2024
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