Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Global

TypeNameTrigger byEmail toConfigurationPO2
Pricing CampaignPrice Update Success

When the CPC Refresh Batch is finised 

FD - [CORE] Pricing Campaign - CPC Price Settings

User that launch CPC Refresh Price Setting Patch
No Logo, No Solvay
Pricing CampaignPrice Update Success HTML

When the CPC Refresh Batch is finised 

FD - [CORE] Pricing Campaign - CPC Price Settings

User that launch CPC Refresh Price Setting Patch
No Logo, No Solvay
Pricing CampaignPrice Update Success Owner

When the CPC Refresh Batch is finised 

FD - [CORE] Pricing Campaign - CPC Price Settings

Any Impacted CPC owner will reveive email notification  
No Logo, No Solvay
Pricing CampaignPrice Update Success Owner HTML

When the CPC Refresh Batch is finised 

FD - [CORE] Pricing Campaign - CPC Price Settings

Any Impacted CPC owner will reveive email notification  
No Logo, No Solvay
Pricing Campaign(Inactive) Price Update Success

InactiveN/A
QuoteAn active One Quote is about to expireEvery Friday

An Account manager will receive on every Friday an Email that will let him now that he has some quotes to renew within 15 Days (Price Valid To).


SLV44_ONE_Quote_Valid_To_Notification__c = TRUE AND
SLV44_Status__c = Closed Sales Started AND
PP_Is_Quote_Renewed__c = FALSE

Flow : ONE Quote Valid To NotificationLogo, No Solvay
QuoteSent for approval Notification

Quote moved to the status : sent for approval + Email reminder is sent to the approver every 2 business days if approver has not approved the quote since the first approval notification for more than 2 days

FD - [CORE] 5 - Approval

Notification send to all the approvers on the quote

Flow : ONE Quote Notification + One Quote Approval Reminder


QuoteOQLI Rejected

An OQLI is rejected

FD - [CORE] 5 - Approval

Notification send to the One Quote owner

Flow : One Quote Line Item Notification


QuoteApproved Quote

Quote moved to the status : "Approved" (fully approved)

FD - [CORE] 5 - Approval

Notification send to the One Quote owner

Quote

Send Email to Customer


FD - [CORE] 6 - Send to Customer & Customer Approves



Logo, No Solvay
QuoteQuote PDF 

FD - [CORE] 6 - Send to Customer & Customer Approves


All translation are made on Custom Labels in the category : Email Offer One Quote
All Labels ~ Salesforce - Unlimited Edition
Logo, Solvay
Task related to quoteTask - Overdue Daily Reminder

Flow : Task - Overdue Daily Reminder

FD - [CORE] 7 - Price Admin - CSR Tasks : SAP Upload - Update Sales Order - Update Rebate - in SAP

Task OwnerFlow : Task - Overdue Daily Reminder



Technical detailed

Jira
serverJira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdbbf5f9ee-7f3e-3274-bb6e-be12673f2166
keyIPP-3527

ActionDescriptionWhen to trigger?Flow Entry Conditions (if applicable)Specific Action RequirementsWhere is it used/called?Template TypeWho receives the notifications?
Status changed to "Approved"When a quote does not need any approval or all line items have been approved, send a notification bell + email to the Quote OwnerONE Quote is UpdatedAND(
NOT({!$Permission.Bypass_Automation}),
OR(
ISCHANGED({!$Record.SLV44_Status__c}),
ISCHANGED({!$Record.SLV44_Approved_Line_Items_by_Customer__c}),
ISPICKVAL({!$Record.SLV44_Status__c}, 'Sent for Approval')
)
)
Record.Status = ApprovedPP_ONE_Quote_NotificationEmail built on the flow by using a created Text Template with merge fields. Flow also checks if user is ECO or SCO to send the email from the correct FROM address.
This email is sent with the ECO/SCO logo
Quote Owner
Line Item Approval RejectedWhen a quote is moved to "Sent for Approval", all approvers receive a notification email. If one of the products has been rejected, the Quote Owner receives a notification bell + email to properly proceed with changes. One Quote Line Item is UpdatedAND(
NOT({!$Permission.Bypass_Automation}),
ISPICKVAL({!$Record.SLV44_Approval_Status__c}, 'Rejected')
)
Not applicablePP_One_Quote_Line_Item_NotificationEmail built on the flow by using a created Text Template with merge fields. Flow also checks if user is ECO or SCO to send the email from the correct FROM address.
This email is sent with the ECO/SCO logo
Quote Owner
Abandoned Account Manager notificationAfter a quote is abandoned a notification bell + email will be sentONE Quote is UpdatedQuote.Status ISCHANGED = True AND
Quote.Status = ("Closed - Sales Started" OR "Closed - Abandoned")
Quote.Status = "Closed - Abandoned"PP_Update_SAP_Upload_TasksEmail is built on the flow by using a created Text template. No logos are sent with these emails. No check is made if the user is ECO or SCoQuote Owner
Quote Expiration (when the quote validity is over)Every day a flow runs at midnight and sends a notification bell + email to Quote Owners if the Valid To formula returns TRUEDaily at midnightQuote.SLV44_ONE_Quote_Valid_To_Notification__c = True AND
Quote.Status = "Closed - Sales Started" AND
Quote.Is_Renewed = False
Not applicableSLV44_ONE_Quote_Valid_To_NotificationUses the following Email Alert to notify the users: SLV44_One_Quote_Notification . No logos are sent with these email. No check is made if user is ECO or SCoQuote Owner
Quotes about to ExpireApex batch job that runs weekly and sends a email to Quote OwnersEvery monday at 8am UTCSELECT Count(Id) recordCount ,OwnerId FROM SLV44_ONE_Quote__c WHERE ((SLV44_Status__c = :oneQuoteStatusSalesStarted AND (SLV44_Quote_valid_to_External__c = NEXT_N_DAYS:30 OR SLV44_Quote_valid_to_External__c = TODAY)) OR (SLV44_Status__c = :oneQuoteStatusExpired AND (SLV44_Quote_valid_to_External__c = LAST_N_DAYS:10 OR SLV44_Quote_valid_to_External__c = TODAY))) AND PP_RenewedTo__c = NULL GROUP BY OwnerIdNot applicableAPEX: PP_Notify_Quote_BatchThe following Email Template is used: https://syensqo-crm.lightning.force.com/lightning/setup/CommunicationTemplatesEmail/page?address=%2F00X080000016bfQ%3Fsetupid%3DCommunicationTemplatesEmailQuote Owner
Multiple Sold Tos ErrorWhen a Task is Completed and a Quote is moved to "Closed - Sales Started", if the Quote is marked as a Multiple Sold To's quote, a batch runs on the backend and created child records. If there is an issue with the creation a App Log record is created and an email is sent to the Quote OwnerLaunched from code when issue is found on creation of Child QuotesExpected_Quotes != Inserted_Quotes OR
(Expected_Quotes * Expected_Lines) != Inserted_Lines
Not applicablePP_Batch_Processing_NotificationEmail is built on the flow by using a created Text template. No logos are sent with these emails. No check is made if the user is ECO or SCoQuote Owner