Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi Friends,
I have started learning customizations and wasabout to create a Customized Object however it failing with message the "Domain administered Object is not assigned with the Domain"
You can turn off the access control:
boolean accessEnforced = SessionServerHelper.manager.setAccessEnforced(false);
try {
....
} finally {
SessionServerHelper.manager.setAccessEnforced(accessEnforced);
}
