Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
OrderStatus not being returned when getting a SalesOrder
We are trying to convert from using Full Access roles for our Suitetalk Integrations to a new Role. The issue we are having is that with the new role it is not returning the OrderStatus in the XML when requesting a Sales Order. When using the Full Access role it does return the element : "<tranSales:orderStatus>_pendingFulfillment</tranSales:orderStatus>".
The new role does not return that but does return the element: "<tranSales:status>Pending Fulfillment</tranSales:status>", which the Full Access role also returns.
I'm thinking its a permission issue but I don't know what permission would not allow that value to come through. We could always convert to using the status element, but we would rather not, and I didn't see any information about it being deprecated.