EMailToInFormUser "InFormUser,szSubject,szMsg"
Arguments
Sends email to a specified Oracle InForm user.
InFormUser
Internally assigned database ID of the InForm user to receive the email.
Subject
String containing the subject of the email.
Msg
String containing the text of the email message.
Note:
The InFormUser argument identifies the recipient of the email. The following registry entry specifies the sender (the From address): HKLM/SOFTWARE/OracleHS/InForm/PFMngrExecutionPlan. The entry is a string value named "FromAddress". The default is "nobody@Oracle.com".Example 2-23
Global.EMailToInformUser "sm", "CRFUnLock", "Sending InForm User email when Unlock-CRF"
Parent topic: Execution plan objects and methods