Something went wrong on our end
grantDeleteProcess.js 299 B
import("system.vars");
import("system.result");
var uid = vars.get("$sys.uid");
var canDelete = new HasLinkedObjectTester()
.andNoEntityRows("Document_entity", "Documents", {AssignmentTable_param : "TICKET", AssignmentRowId_param : uid}) //Documents
.validate();
result.string(canDelete);