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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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