Tyson Freeze
09/12/2024, 8:13 PMCeligo AI
09/12/2024, 8:14 PMAI generated answer (using internal Slack threads):The approval field name on a Sales Order in NetSuite is
orderStatus
. This field can take a variety of values such as _pendingApproval
and _pendingFulfillment
. However, it's important to note that simply setting the orderStatus
to _pendingFulfillment
using a SOAP request may not necessarily mark the Sales Order as approved.
In some cases, you might need to use a separate REST API PATCH request to change the status of the Sales Order to approved. Alternatively, you could also create a custom field and store the approval date or status there, especially if you have a custom approval workflow.
******
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/12/2024, 8:15 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820210874
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809206367
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807560444
Celigo AI
09/12/2024, 8:15 PM