Hi Team,
Im trying to add a new section in the mobile but the delete button is not showing even when the operation permissions are added. Any ideas?


I check the method in mobile and page seams to be permissions

Like
1 comments
Best reply
19:48 Jul 05, 2022
I added manually and works
Terrasoft.sdk.Actions.add("UsrSection", {
name: "Delete",
actionClassName: "Terrasoft.ActionDelete"
});
19:48 Jul 05, 2022
I added manually and works
Terrasoft.sdk.Actions.add("UsrSection", {
name: "Delete",
actionClassName: "Terrasoft.ActionDelete"
});
Show all comments