Main relationship between Party partygroup of OFBiz

Source: Internet
Author: User
ArticleDirectory
    • Main link structure of OFBiz party

For example, there are different people and organizations when logging on to OFBiz. For example, Michael of Alibaba software logs on to OFBiz,

The following tables are involved:

Select * from party where party_id = 'company ';

Select * From party_group where party_id = 'company'

Select * From party_role where party_id = 'company' and role_type_id = 'carrier'

Select * From role_type where role_type_id = 'carrier'

Select * from party where party_id = 'admin' -- admin is the partyid of John

Select * From person where party_id = 'admin'

 

 

The essence of the main relationship between the parties that extract the acceleration OFBizCode:

 

Main link structure of OFBiz party

 

Entity

 

Party participants

 

Partytype: partygroup and person

 

Partygroup organization information

 

Person personnel information

 

 

View

 

Partyandgroup displays company information

 

Partyandperson: displays personnel information

 

Partyanduserlogin displays participants and logon information

 

Partyanduserloginandperson: displays personnel information and logon information

 

Userloginandpartydetails displays all staff information and company information

 

 

 

Other entities

 

Partyrole role

 

Partystatus participant status

 

Relationship between partyrelationship participants

 

 

A basic and scalable model of personnel and enterprise management is built.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.