Send order confirmation mails to multiple email ids using workflow in SCA

This article contains detailed steps for sending order confirmation emails to additional email IDs other than the primary email ID of a customer. The customer should enter the required email IDs, separated by commas or semicolons, in a new entity field. These email IDs are then added along with the primary email ID, and the… Continue reading Send order confirmation mails to multiple email ids using workflow in SCA

Sending Confirmation Email to Customer from Sales Order Record.

User Event Script for adding button in Sales Order based on certain condition. (record, search, serverWidget, url) => {     /**      * Defines the function to create a search for purchase orders based on an array of internal IDs.      * @param {Array} createPOArray – Array of internal IDs of purchase orders      * @returns {Array} – Array… Continue reading Sending Confirmation Email to Customer from Sales Order Record.