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.