Forum Discussion
Former_Member
8 years agoAccelerator III
Realized that I had made an error in my code:
Item newPermission = this.newItem("Permission", "get");
newPermission.setProperty("name", "Customer");
newPermission = newPermission.apply();
this.setPropertyItem("permission_id", newPermission);
File.AppendAllText("C:\\ArasLogs\\test.txt", this.dom.OuterXml);
return this;
Fixing this made it work with the Sample Database. I will examine what differs from this minimal example and my production installation.