Alert on Item Price Request Creation - Workflow Event Handler
Use this event handler to automatically notify Vendor Portal users when an item price request is created on the CloudSuite Industrial Item Price Requests form.
To receive this notification, Vendor Portal users must be subscribed to the ItemPriceRequestAlert publication. The notification can be an external email and a message sent to the Vendor Portal Inbox page.
Notification Text
To: portaluser From: sluser Subject: Item Price Request Entered Body: Customer parms.company has entered Item Price Request ipr_id for item Item and due date DueDate and quantity RequiredQty in site SiteName.
Variable Information
Variable | Description |
---|---|
portaluser | The Vendor Portal user who subscribes to this alert. |
sluser | The CloudSuite Industrial user who enters the item price request. The user's primary email address (from the Users form) is used. |
parms.company | The customer company name. |
ipr_id | The item price request ID assigned to the request on the CloudSuite Industrial Item Price Requests form. |
Item | The item number. |
My text
DueDate |
My text
The date upon which the customer plans to order the selected item and by which they need to receive the item price response. |
RequiredQty | The quantity the customer intends to purchase of the selected item. |
My text
SiteName |
The site name where the item price request was created. |
Associated Event and IDO
The event IdoPostItemInsert for the SLItemPriceRequests IDO triggers this notification.