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!
Shipping cost wouldn't get recalculate when partially fulfill orders using Web Service.
When partially fulfill a salesorder, the shipping cost should be recalculated. On UI, we can just click calculate icon next to the shipping cost textfield, then new shipping cost will be generated. In Web Service (I use Java), I don't see a way to recalcuate the shipping cost. The shipping cost remains as it is in referenced salesorder. Moreover, when I setUseCodUps(true), the shipping cost should include the COD charge too. But it does not. When submit the filfillment form, Netsuite backend are not recalcuting too. How can we solve this problem?