Example of Associating a Responsibility with Business Service Methods
The following image shows the modifications made in the Business Services Method applet so that a user with Partner Executive responsibility can invoke the business service methods Query, Update, and Insert of the business service Account Test UDS.

A user with Partner Executive responsibility in the example illustrated in this image can:
View all accounts that belong to his or her organization because the business service method Query has Broadest Visibility equal to Organization.
Update accounts for the sales team of which he or she is a member because the business service method Update has Broadest Visibility equal to Sales Rep.
Insert a new account as the business service method Insert has Broadest Visibility equal to Organization. If the new account entry matches an existing account entry in the user’s organization, then an error message appears.