Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
unable to populate the createpo field
We have a .NET created webservices app that is creating sales orders.
The issue is that we have items that are special order, but we do not want lines from this app to be special order, we want that field to be empty. The problem is that it is an enumerated field and we cannot seem to set it. We have tried passing back nulls and '' all to not avail, the SO line still sources the createpo value from the item.
There is no problem writing to this field from the UI.
Any ideas how to get around this?