setup — company — System Email TemplatesThen customize the standard template.Assign this template in email preferences (setup — company — email preferences — templates)
Author: Linu Paul
How to use object.assign() method
How to remove comma, double quotes, extra spaces and / from a string
How to create a csv file from a search result
When creating CSV file, how to remove newline character from a text and join together.
When creating a CSV file, how to remove comma character from a text and insert space instead of comma
How to add ‘replyTo’ in an email.send()
When we use ‘replyTo’ we can only mention a single email address.
How to add an image in a Suitelet using JQuery
How to check the context ‘inline edit’ in User Event Script
if(scriptContext.type === ‘xedit’) This condition will work on beforeSubmit() and afterSubmit.
Proposal for Employee Price Automation
Client need an automation.Every time when we change the “Item defined cost” (costestimate), we want to update the “Employee Price”.The “Employee Price” should be 20% on top of “Item defined cost” rounded off to the next full Dollar amount.Example: New “Item defined cost” is $6.52, the “Employee Price” should be CEIL({costestimate}*1.2) = $8. Proposal Proposal… Continue reading Proposal for Employee Price Automation