Return to Navigation

Understanding Sales Users

In PeopleSoft Sales, users include sales representatives, sales managers, sales product managers, administrators, technical support staff, and other members of the organization. A sales user is a person that exists in the Customer Data Model (CDM) and is associated with a sales user setting, which includes a sales access profile. Typically a sales user is a member of at least one sales team and territory. This diagram illustrates the relationship between sales users, access profiles, teams, and territories:

Image: Definition of sales users and relationship with other sales components (sales access profiles, sales teams and territories)

This diagram illustrates the relationship between sales users, access profiles, teams, and territories.

Definition of sales users and relationship with other sales components (sales access profiles, sales teams and territories)

To enable an individual to use PeopleSoft Sales, create the following objects in the system:

Use dataset rules to restrict visibility into territory trees. To create a dataset rule against a territory tree, use views that show a flattened tree: RSF_ACC_MGR_VW to see all the people on the territory tree below a specific manager and RSF_ACC_SUSER to see the territories below a specific territory.

Most of the data security in the Sales application is driven by the person ID and where the sales user is located in the territory tree. Person ID is associated with user ID. This enables View as Owner rules where every sales representative can see the leads and opportunities they own. %PersonID is set dynamically, based on the user who is signed in, as follows: SELECT PERSON_ID FROM PSOPRALIAS WHERE OPRID = %UserID AND OPRALIASTYPE = 'PER'. You can enable View as Manager on one of the flattened tree views mentioned above to permit a manager to see all leads and opportunities that are owned by the employees who report to the manager.

You can initiate a search for sales users from a business process.