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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Advanced PDFs: Is there a way to print numbers in Chinese characters?
I can change the language of the form to Chinese using:
' <link name="NotoSans" type="font" subtype="truetype" src="${nsfont.NotoSans_Regular}" src-bold="${nsfont.NotoSans_Bold}" src-italic="${nsfont.NotoSans_Italic}" src-bolditalic="${nsfont.NotoSans_BoldItalic}" bytes="2" />'
But this doesn't convert numbers into Chinese characters. E.g. 16 would be 十六. 1920.99 would be 一千九百二点九九. Is there a way to achieve this within the PDF? I'm currently trying to convert the {subtotal} field on my form.
It might be a bit too much for now, requiring scripting and a API to convert numbers to characters. If that's the case, then don't worry about it, I'll just make a custom field for now and it'll have to be done manually.