Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
format Datetime
How to format a 2024/01/29 09:26:00 am value with the N/format module. INVALID_FLD_VALUE is displayed when writing. You entered an invalid field value for the following fields: 01/29/2024 09:16:20 am: custrecord_quote_update_time; ID:
Resolve the error with the following code: format.format({
value: new Date() ,
type: format.Type.DATETIME,
timezone: format.Timezone.ASIA_HONG_KONG
});
If the creation time is in the morning, the update time is in the afternoon and cannot be updated into the afternoon time;
Thank you.
Tagged:
0