Author: Linu Paul
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