Joe
09/05/2025, 9:54 AM{
detail: 'Error while accessing a resource. Please enter value(s) for: Tax Code.',
'o:errorPath': 'item.items[0]',
'o:errorCode': 'USER_ERROR'
}
Celigo AI
09/05/2025, 9:54 AMAI generated answer (using internal Slack threads):Based on the conversations, it appears that the REST API does not support legacy tax features. This is why you're encountering an error when trying to set the tax code on a vendor bill record. The tax code field is not available in the REST API for vendor bills. As per the NetSuite documentation, to work with taxation through REST web services, you must have the SuiteTax feature enabled. If SuiteTax is not an option for you, you might need to consider a workaround. One suggested workaround is to create the vendor bill record via REST API without tax details, then use a custom restlet to add the tax details. However, this approach might not be ideal as it could be considered a fragile workaround. Another suggestion is to use SOAP instead of REST API, as SOAP supports vendor bills. If you're not comfortable with SOAP, you could continue to use a restlet and speak JSON. Please note that these are workarounds and might not be the best solution for your situation. It's recommended to consider the implications and potential issues before implementing them. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
09/05/2025, 9:55 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.883239865
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.872741699
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856872618
Celigo AI
09/05/2025, 9:55 AM