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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
SuiteScript > format.format > INVALID_FLD_VALUE
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:
使用以下代码解决报错提示:format.format({
value: new Date() ,
type: format.Type.DATETIME,
timezone: format.Timezone.ASIA_HONG_KONG
});
如果创建时间时候上午,更新时间是下午 无法更新成下午时间;
Thank you.
Tagged:
0