Automating Email Notifications for Approvals

Use this feature to trigger email notifications by defining a single-cell named range called NeedsApprovalBy and programming the cell to list the role (e.g., VP, SE) required to approve the quote file.

SDA will auto-prompt the user to send a notification email when the role listed in the NeedsApprovalBy cell has changed; it will not continue to auto-prompt once the notification email has been sent to that role.  However, the user can manually send a notification email via the Architect menu.  The user can clear out all approvals by selecting the Unlock quote and clear approvals option under the Architect menu.

A link to the quote file will be inserted into the notification email if the quote file has been saved to a location other than the user’s local drive.

Defining an ApprovalReasons named range, SDA will copy the text of all non-blank cells within the first column of that range into the notification email.

Below is an example of a table that the AM Administrator might set up to track required approvals at multiple levels, in this case the SE (sales engineer) and VP (vice president) levels:

In addition to the formula shown in the formula bar for cell L39, which is the NeedsApprovalBy named range, below are the formulas from the SE row above:

=IF(AND(L41<>””,K41=””),”Yes”,””)

=IF(COUNTIF(ApprovedBy,I41)>0,”Yes”,””)

=IF(TotalSellPrice>25000,”Price exceeds $25k”,””)

Return to Approvals Menu