Friday 29 November 2013

Automating the Registration of Vendor’s Items serial number in Purchase order- MS Dynamics AX





Here I am giving the recommended solution – customization for Automating the Registration of Vendor’s item serial number during Purchase receiving.(Accepting Vendor Serial numbers).



In standard AX  it becomes a tedious task to assign Vendor serial number to each item by using the split functionality, Auto create serial number and Auto create check box when the Purchase quantity is very large (More than 100). and human errors in such scenarios are obvious.
Below is one of the approaches which we can follow to customize this requirement.
  1. We need to add a new button called Import serial numbers.
  2. Go to –> PO–> Select the line–> Click Inventory button –> Registration option


3. When the user clicks on Import serial numbers button, system will open the file browsing dialog as shown below.

New customized File open dialogue

4. User will browse and select the .CSV file for the item serial numbers. After clicking Ok on the file browsing dialog, system will display an intermediate form which will show the item records as shown below. This will show warehouse, location, Serial number, and the split quantities.

CSF file received from Vendors.
5. When user clicks OK button, system will load these records to the Registration screen as shown below. And click on posting will complete the item registration.







No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...