Using the Organization Specifier Property to Display Custom Lists of Values
If the user chooses an existing record, then Siebel CRM uses the primary organization that is associated with the record to determine the organization context. It does not use the organization that is associated with the position of the user. The Owner Organization Specifier property of the base table that the business component references specifies the column that contains the organization Id. Siebel CRM defines this property on the primary extension table for business components that reference the S_PARTY table.
The Organization Specifier property in most tables reference the column that contains the primary organization Id. For example, the S_ORG_EXT table references BU_ID. You can define this property in several levels. This configuration allows you to define a child business component so that it uses the organization context from the row in the parent business component. For example, if the user creates a child record, then the value of the column defined as the Owner Organization Specifier determines the lists of values that Siebel CRM displays.
The following is an example of the Organization Specifier property defined with several levels:
[S_TAB_X][S_TAB_COL1][S_TAB1_COL2]
In this example, each element is one of the following:
A column in the current table
The name of an extension table
The name of an FK column
The name of the column that contains the BU_ID
To use the organization specifier property to display custom lists of values
-
Identify the objects involved in the configuration.
For example, the columns, extension tables, and FK columns.
-
Define the Organization Specifier property.