- Microsoft Dynamics GP 2013 Cookbook
- Ian Grieve Mark Polino
- 417字
- 2021-08-20 16:54:15
Relating or linking items for suggested sales
Dynamics GP 2013 brings the ability to relate or link items together, in order to allow for up- or cross-selling within sales order processing. This functionality can also be of benefit when linking together items that are required for the initially entered item to work.
Getting ready
In Dynamics GP, select Inventory from the navigation pane. In the Inventory area page, select Item in the Cards area. This will open Item Maintenance.
- Enter, or do a lookup and select,
2-A3284A
in Item Number to enter the suggested items. - Click on the Suggest Items button to open the Suggest Sales Item Maintenance page.
- Check the checkboxes in the Document Type section to enable the suggested items for quotes, orders, invoices, and fulfillment orders as required.
- In the scrolling window, enter the Item Number and Suggested Quantity for each item, which is to be suggested when the sales transaction is entered.
- In this example, three items have been entered, each with Suggested Quantity set to 1:
256 SDRAM
24X IDE
4-A3539A
How to do it...
Let's now look at how the related/linked items are used in sales transactions for suggesting items for sale:
- Open the Sales Transaction Entry window in Dynamics GP by selecting Sales from the navigation pane and clicking on Sales Transaction Entry in the Transactions section.
- Select Type and Type ID as Order and STDORD.
- Enter
AARONFIT0001
in the Customer ID field. - Click on the Currency ID field to set the default
Z-US$
. - In the scrolling window, enter
2-A3284A
in Item Number. - Enter
1
in the Quantity Ordered field. - Select Override Shortage and click on OK.
- Enter 000052 in the Serial Number field in Sales Serial Number Entry when it pops up.
- Click on OK to close Sales Serial Number Entry.
- Tab through the remaining fields and enter the credit limit override password, and click on OK.
- Suggest Sales Item Entry will pop up showing the available suggested items.
- Check the checkboxes next to 256 SDRAM and 24X IDE, and accept the Suggested Quantity of 1.
- Click on OK to accept these suggested items.
- The selected suggested items will be added to the sales transaction for processing as standard transaction lines.
See also
- The Tracking serial and lot numbers on drop ship POs recipe
- The Tolerance handling recipe
- The Reason codes for inventory transactions recipe
- The Preventing sales of a discontinued inventory recipe in Chapter 9, Preventing Errors in Dynamics GP
- The Selecting multiple serial or lot numbers recipe
推薦閱讀
- R語言數據分析從入門到精通
- Kibana Essentials
- Computer Vision for the Web
- Unity 2020 Mobile Game Development
- R語言游戲數據分析與挖掘
- Learning Laravel 4 Application Development
- Java持續交付
- Python數據結構與算法(視頻教學版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Java并發編程之美
- GitHub入門與實踐
- 算法設計與分析:基于C++編程語言的描述
- Android應用開發實戰(第2版)
- Vue.js光速入門及企業項目開發實戰
- 算法精解:C語言描述