Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
Partial itemFulfilment still sets Sales Order to completely fulfilled
We need to mark sales orders partially fulfilled if not all items have shipped yet.
I've rewritten code to try creating itemFulfilment records many different ways and no matter what, the SO always ends up "completely" fulfilled.
I'm using c# with 2011.1 web services.
Things I've tried:
* Create new item fulfilment from scratch (without using initialize)
* Created new item fulfilment with initialize (to get reference to existing IF record)
* Add only line items that have been fulfilled
* Add all line items, explicitly setting quantityRemaining = quantity (where the item has not been fulfilled), and setting quantityRemaining = 0 for those fulfilled.
* Trying variations with ReplaceAll = true, and trying variations again with ReplaceAll = false.