Configuring Email Recipients

Creating a Communication Profile

Enable the Communications Outbound Manager component present in the Communications Management Component group.

You also need to create a profile on the Email client and make a note of the 'From Address' and 'SMTP server' details from that profile, which you can use in the following steps.

To create a communication profile

  1. Navigate to Administration-Communication > Communication Drivers > Profile.

  2. Search for Internet SMTP/POP3 Server or Internet SMTP/IMAP Server.

  3. Under Profiles, add a new profile PT Integration Mail Profile.

  4. Under Profile Parameters Overrides, provide the From Address, SMTP Server, and SMTP Server Port.

  5. Go to Profiles Applet > Settings > Submit Profile Changes.

For more information, see Siebel Email Administration Guide.

For Non-ENU customers

  1. In Siebel Web Tools, navigate to Workflow, search for name LS Clinical Protocol Synchronization.

    Under Create Log Step, change the input argument Wf Run Status value to
    IIF([&ResponseValue] = 'Failure', LookupValue ("LSCL_INT_STATUS", "ERROR"), 
    LookupValue ("LSCL_INT_STATUS", "SUCCESSFUL"))
    .
  2. In Siebel Web Tools, navigate to Workflow Query for LS Clinical Create Integration Log.

    1. In Log Error condition decision step update expression value to
       ‘Wf Run Status’ value to ‘([&Log Level]=LookupValue("LSCL_INT_LOG_LEVEL", "ENABLE")) OR (
      [&Wf Run Status] = LookupValue("LSCL_INT_STATUS", "ERROR") AND [&Direction]
       = LookupValue("LSCL_INT_DIRECTION", "OUTBOUND"))
    2. In Inbound condition decision step update expression value to
      ([&Direction] = LookupValue("LSCL_INT_DIRECTION", "INBOUND") OR ([&Direction] = 
      LookupValue("LSCL_INT_DIRECTION", "OUTBOUND") AND [&OperationType] <> "Retry"))
  3. Navigate to Administartion-Integration under Data Map Editor, search for LS Clinical PT Protocol and then for name code6 under Integration Component Map.

    Remove Source Search Specification value that is already provided.