Skip to Main Content
Return to Navigation

(Optional) Setting Up Entry Membership Rules

This section discusses how to:

Entry membership rules enable you to modify a directory entry, such as a group, based on criteria stored in the PeopleSoft database. This feature provides a method to match any type of directory entry to rules that are meaningful in PeopleSoft applications. You can use membership rules to create any type of logical grouping in the directory. The groupings are not restricted to security purposes.

Pages Used to Set Up Entry Membership Rules

Page Name

Definition Name

Navigation

Usage

Entry Definition

EO_DSCONTAINERDEFN

select Enterprise Components, then select Directory Interface, then select Membership Rules, then select Entry Rules, then select Entry Definition

Create a directory entry definition.

Entry Membership Rules

EO_DSSECRULES

select Enterprise Components, then select Directory Interface, then select Membership Rules, then select Entry Rules, then select Entry Membership Rules

Establish entry membership rules.

Entry Definition Page

Use the Entry Definition page (EO_DSCONTAINERDEFN) to create a directory entry definition.

Image: Entry Definition page

This example illustrates the fields and controls on the Entry Definition page. You can find definitions for the fields and controls later on this page.

Entry Definition page

Use this page to create a directory entry definition.

Directory Search Parameters

Build Filter

Search Attributes

Trigger Message Names

Note: Run the directory audit if an entry rule has changed or if you want to initialize the directory entries.

Entry Membership Rules Page

Use the Entry Membership Rules page (EO_DSSECRULES) to establish entry membership rules.

Image: Entry Membership Rules page

This example illustrates the fields and controls on the Entry Membership Rules page. You can find definitions for the fields and controls later on this page.

Entry Membership Rules page

Use this page to establish entry membership rules.

Entry Membership Rules

The entry rules are logical expressions that can be either true or false. They are composed of filters on database objects associated by logical operators. Rules have the following form:

[NOT] [ ( ]  Record . Field   operatorConstant [ ) ] [AND/OR]

The symbols between square brackets are optional. The operator can be <, <=, <>, =, >, or >=. A rule set is composed of single rules joined by AND or OR Boolean operators if necessary. The following example shows a series of single rules joined to make one compound rule.

( JOB.LOCATION = ‘KC004’ AND [1]
JOB.COMPRATE > 15000 ) OR [2]
NOT JOB.DEPTID = ‘GBIY004’[3]

Note: No limits are imposed on the number of rules used within a rule set.