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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
ItemFulfillment Shipping Cost Recalculation
In SuiteTalk Records Guide, it says "There is no web services equivalent of the Calculate Shipping button that appears on the Shipping subtab. In web services, shipping calculations are handled by the NetSuite backend when the transaction is submitted". This cause problems.
When I partially fulfill a salesorder, the shipping cost should be recalculated. On UI, we can just click calculate button, then the shipping cost will change. 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. The Netsuite backend are not handling these problem when the transaction is submitted. How can we solve this problem?