Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Divide custom record by 1000 in email template
We are using a email template which uses a custom record: ${customrecord.custrecord_sc_totaalwp}
This custom record is a number.
In a certain section in the email template I want to show this custom record value divided by a 1000.
Example customrecord.custrecord_sc_totaalwp value is 1500.
In the email template I want to show this as 1,5.
I am not able to find the code how to divide the custom record by 1000:
${customrecord.custrecord_sc_totaalwp} / 1000)
How can we achieve this?