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!
Default Value for Custom Transaction Column Field
NetSuite Case# 767611
Business Case:
For each line item on the order, we want to display an Estimated Ship Date.
Working Solution:
1) Added a field on the item called Estimated Ship Date. This is calculated using a beforeSubmit SuiteScript.
2) Added a Custom Transaction Column Field with Source List=Item and Source From=Estimated Ship Date. Applies to Sales Item and Opportunity Item
3) Orders created through the NetSuite UI will have the Estimated Ship Dated populated properly.
What does not work:
1) For Orders received through the Web Store, the Estimated Ship Date on the order detail does not get populated. With 1-3 above implemented.