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 organization object’s unique identifier, 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 should be the unique identifier for the organization object.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |