Hi Tom,
You can refer to the following link <https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Security+Permissions> for security permission-related information. Refer following entities: *SecurityPermission* entity stores permissions. Refer framework/webtools/data/WebtoolsSecurityPermissionSeedData.xml. *SecurityGroup* entity is used to create user groups with specific permission. *UserLoginSecurityGroup* entity associates SecurityGroup to UserLogin. *SecurityGroupPermission* entity associates SecurityGroup to SecurityPermission. Refer applications/datamodel/data/demo/OrderDemoData.xml. >Is it possible to create my own permission? Yes, you can have your own custom permissions by preparing the above data HTH Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Commerce <http://www.hotwax.co/> by HotWax Systems <http://www.hotwaxsystems.com/> <https://www.linkedin.com/in/aditya-sharma-78291810a/> On Sun, Jul 29, 2018 at 1:03 AM Tom Luo <[email protected]> wrote: > Or put in other words. I see Ofbiz comes with a bunch of permissions. Are > the permissions come with Ofbiz enough for most small businesses? Thanks > > On Sat, Jul 28, 2018 at 1:04 PM, Tom Luo <[email protected]> wrote: > > > Hi, All, > > > > I am not familiar with security groups in Ofbiz. > > For example, if you choose parties, you can see some security groups. > > But, it seems to me there is no way to set permissions for a particular > > security group, right? > > If you click permissions, you can see permission id. > > Is it possible to create my own permission? > > > > Thanks, > > > > Tom > > > > > > > > On Thu, Jul 26, 2018 at 11:32 PM, Tom Luo <[email protected]> wrote: > > > >> Hi, All, > >> > >> I feel Ofbiz CRM is quite simple. Does Ofbiz have plugin to enhance the > >> CRM features? > >> For example, sugarCRM has a lot features. Could Ofbiz come close to > >> sugarCRM in terms of CRM features? > >> > >> > >> Thanks, > >> > >> Tom > >> > >> > >> > >> On Thu, Jul 26, 2018 at 11:31 PM, Tom Luo <[email protected]> wrote: > >> > >>> Hi, All, > >>> > >>> I feel Ofbiz CRM is quite simple. Does Ofbiz have plugin to enhance the > >>> CMS features? > >>> For example, sugarCRM has a lot features. Could Ofbiz come close to > >>> sugarCRM in terms of CRM features? > >>> > >>> > >>> Thanks, > >>> > >>> Tom > >>> > >>> > >> > > >
