Does the system track the date a sales order was invoiced or closed? I am asking because 3rd parties need to perform API lookups on the value.
A Sales Order Detail line has the field called “Invoice Date” which stores this information for Invoiced Sales Orders.
We do not currently have a field to show when the Sales Order Detail line was moved to a Closed state.
If you are a Nextworld customer or partner, you can also work with your system administrator to submit an official enhancement request with customer support. Include a link to this post in the support ticket. If you’re not a Nextworld customer, keep an eye on release notes. We’re always making improvements.
2 Likes
I believe it would be simple to use extensions (or possibly customizations) to track in a designated field when a Sales Order was closed. General idea:
- extend the
SalesOrderHeadertable with a new DateTime or Date field. - create a workflow extension that adds a post transition logic block on the
SalesOrderHeaderreaching aClosedstate that sets that field