Alert when Price Response is Accepted - Workflow Event Handler

Use this event handler to automatically notify Vendor Portal users when an item price response is accepted on the CloudSuite Business Item Price Requests form.

To receive this notification, Vendor Portal users must be subscribed to the ItemPriceResponseAcceptedAlert 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 Response Accepted
Body: Customer parms.company has accepted your Item Price Response for Request item_price_response.request_id. A purchase request is planned. 	

Variable Information

Variable Description
portaluser The Vendor Portal user who subscribes to this alert.
sluser The CloudSuite Business user who accepts the item price response. The user's primary email address (from the Users form) is used.
parms.company The customer company name.
item_price_response.request_id The item price response ID assigned to the request on the CloudSuite Business Item Price Requests form.

Associated Event and IDO

The event IdoOnItemUpdate for the SLItemPriceRequests IDO triggers this notification.

Related topics