Siebel Life Sciences Guide > Investigating Adverse Events and Complaints > About Configuring Create Related PI and Review Complete Buttons >

LS Medical User Verification Workflow


This workflow authenticates the user's name and password. This workflow is called from other workflows.

TIP:   You can configure the User Verification workflow to capture the user name and password of two users.

The workflow appears in Figure 18.

Figure 18. LS Medical User Verification Workflow

The workflow does the following steps:

  1. Calls the Authentication business service to verify the user name and password. The Authentication business service calls two methods to perform this action as follows:
    • ValidateSessionUser. This method validates that the logged-in user is the current session user.
    • Authenticate. This method checks that the supplied username and password are valid in the system.
  2. If the authentication passes, returns to the original view and sets the result code to 100—passed.
  3. If the user name and password are expired, shows an error dialog box and sets the result code to 200—expired.
  4. If the authentication fails, increases the result code by 1 and on the third failure logs the user out of the application.
Siebel Life Sciences Guide Copyright © 2008, Oracle. All rights reserved.