Notify Portal RMA Approved - Workflow Event Handler
Use this event handler to notify a portal user that an RMA request was approved. The notification is sent to the user's portal Inbox page. If the user has chosen to receive email messages for Confirmations, the notification is also sent as an external email.
Notification Text
To: portaluser From: originator Subject: Request for RMA Approved Body: Your RMA request, entered on date, has been approved. Your RMA is number rmanum.
Variable Information
Variable | Description |
---|---|
portaluser | For notifications on the portal Inbox page, no To field is displayed. If an external email is sent, this is the portal user's email address specified on the CloudSuite Industrial Users form. |
originator |
For notifications sent to the portal Inbox page, no From field is displayed. If an external email is sent to the portal user, the From field usually contains either:
|
date | This is the date on which the portal user requested the RMA. |
rmanum | This is the new return material authorization that was added. It displays on the RMAs form with a status of Requested. |
Associated Event and IDO
The RMA request in the portal calls the stored procedure CreateRma invoked as a method on the SLRmas IDO. When the stored procedure is called, this event handler fires. The IdoOnItemUpdate event for the SLRmas IDO triggers this notification when the status is set to Opened.