Best Of
Re: REST API 401 Unauthorized Error on record collection filtering but simple searches work
Once the support identify the root cause, I would appreciate if you can share your results here in our community. Thank you!
Re: REST API 401 Unauthorized Error on record collection filtering but simple searches work
Thanks Richard. I will contact NetSuite Customer Support. I appreciate the help.
Re: Company Bank Details
Hi @User_ECQOX,
Kindly confirm if you have the Japan Localization bundle installed in your Account.
Thank you! 😊
Re: What are best ways to check performance of customer NetSuite account
Hey @Naresh_-Oracle,
The APM is the best tool for analyzing the performance of NetSuite workflows and scripts and their impact on various records.
Re: What are best ways to check performance of customer NetSuite account
Double click on the 'NetSuite Logo' on the users dashboard. This will show the page load times similar to this:
There you go!
~angela
Re: SCA|How do we arrange the fields in a specific order on the PDP page?
Hi Guys,
I am able to resolve the issue. Thank you so much for your help and support.
Best regards,
Shubham Singh.
Re: SavedSearch/Report that finds sets of items to report number of possible builds..
Hello, everyone! We invite you to join the conversation and share your valuable insights with us.
--
In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them information and guidance and help them make the most out of their NetSuite journey. Click here for more details.
Re: SavedSearch/Report that finds sets of items to report number of possible builds..
Hello, everyone! We invite you to join the conversation and share your valuable insights with us.
--
In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them information and guidance and help them make the most out of their NetSuite journey. Click here for more details.
Re: SuiteScript > format.format > INVALID_FLD_VALUE
Hi
To format the date and time value "2024/01/29 09:26:00 am" using the N/format module, you can use the following code:
var formattedDateTime = format.format({
value: new Date('2024/01/29 09:26:00 am'),
type: format.Type.DATETIME,
timezone: format.Timezone.ASIA_HONG_KONG
});
This code will format the provided date and time value according to the specified format type (DATETIME) and timezone (Asia/Hong Kong). Please note that you may need to adjust the timezone value based on your specific requirements.
Regarding the issue you mentioned with the "custrecord_quote_update_time" field, if you are encountering an error message stating "INVALID_FLD_VALUE" and "You entered an invalid field value for the following fields," it is likely related to the specific field and record you are trying to update. You may need to ensure that the provided value is in the correct format and meets the requirements of the field you are updating.
If there are conflicts between the AM and PM times when updating the field, you may need to review the field's settings and any business logic or restrictions in place to determine the cause of the issue.
Hope it is helpful!
Re: Project Tasks availability in Webservices
Hi,
Upon checking, in SOAP and REST, the Project task field is not included in the purchase order reference page. However, ProjectTask record is exposed.
SOAP
- purchase order reference page.
- ProjectTask reference page.
REST
- purchase order reference page.
- ProjectTask reference page.
Thank you!






