The root organization serves as the top-level or parent organization in the directory. All organizations relate to the root organization.
In the following illustration, NeteAuto is the root organization. The other organizations are suborganizations of NeteAuto:
A complete root organization definition resembles the following sample:
<ImsManagedObject name="Organization" description="My Organizations" objecttype="ORG"> <RootOrg value="select orgid from tblOrganizations where parentorg is null"> <Result name="%ORG_ID%" /> </RootOrg>
After you define the basic information for the organization object including the tables that constitute the organization profile and the unique identifier of the organization object, specify the root organization in the directory.xml file:
<RootOrg value="select orgid from tblOrganizations where parentorg is null">
<Result name="%ORG_ID%" />
Note: The value of the name parameter must be the unique identifier for the organization object.
Copyright © 2013 CA.
All rights reserved.
|
|