Question
Checking for create Access for soecific object type is not working
boolean hasdomainAccess =AccessControlHelper.manager.hasAccess(user, "com.infineon.ProductDevelopmentReport", container.getDefaultDomainReference(), _State.toState("INWORK"),
AccessPermission.CREATE);
Here it always return true even there is no access to create for the user while implementing validation in the builder

