=== Moderated mail, copied on user ML=== Hi [email protected],
Your message has been moderated. Please use and subscribe to the user ML for such questions see why here http://ofbiz.apache.org/mailing-lists.html You will get a better support and it's more fair to share with everybody The wider the audience the better the answers you might get Thanks Jacques New component needs security to run.eml Sujet : New component needs security to run De : "[email protected]"<[email protected]> Date : 08/11/2017 15:30 Pour : <[email protected]> hii all , i have created one component which name is Success as of now we want to run it one the browser for this i wrote hello word inside SuccessScreen so according to ofbiz tutorial i have to Setup by default in my component data directory as SuccessSecurityGroupDemoData.xml for some security resion but i got confuse what to set inside SuccessSecurityGroupDemoData.xml this. code is shown below. <entity-engine-xml> <SecurityGroupPermission groupId="FULLADMIN" permissionId="Success_ADMIN"/> <SecurityGroupPermission groupId="FLEXADMIN" permissionId="Success_CREATE"/> <SecurityGroupPermission groupId="FLEXADMIN" permissionId="Success_DELETE"/> <SecurityGroupPermission groupId="FLEXADMIN" permissionId="Success_UPDATE"/> <SecurityGroupPermission groupId="FLEXADMIN" permissionId="Success_VIEW"/> <SecurityGroupPermission groupId="VIEWADMIN" permissionId="Success_VIEW"/> <SecurityGroupPermission groupId="BIZADMIN" permissionId="Success_ADMIN"/> </entity-engine-xml>
