Please take a look at the following link as well :- http://docs.ofbiz.org/display/OFBTECH/OFBiz+security
You can play with GUI by the following link and the sublink on this page (I guess the code tracing and finding related Entities are not a big deal for you now :-)) https://localhost:8443/partymgr/control/FindSecurityGroup ProductStoreRole , QuoteRole , RequirementRole & AgreementRole entities are used to help and create the Role based security. -- Ashish On Tue, Jun 10, 2008 at 6:04 AM, Sumit Pandit <[EMAIL PROTECTED]> wrote: > Hello > > For creating a new permission the following code is sufficient :- > > Also If you want any specific permission you can skip the line #2 , and > directly assign the existing permissionId in line#3 > > <SecurityGroup groupId="YourGroupName" description="Any group."/> > <SecurityPermission permissionId="YOUR_GROUP_PERMISSION" > description="Permission to run your specific process."/> > <SecurityGroupPermission groupId="YourGroupName" > permissionId="YOUR_GROUP_PERMISSION"/> > <UserLoginSecurityGroup userLoginId="Nominator1" groupId="YourGroupName" > fromDate="2001-05-01 00:00:00"/> > > Let me know if you have any doubt in it. > Thanks > Sumit Pandit. > > > On Jun 10, 2008, at 3:06 PM, ladroge wrote: > > >> Hi >> I want to create some permission rules on my catalogs. In the application >> we >> have some permission such as: ACCOUNT_ADMIN, FULL_ADMIN, >> >> How can i create a specific permission which can give priority on catalogs >> or product for user; >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/How-to-create-Permission-tp17751376p17751376.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> >
