RE: Save function (AX 2009)
The manual process that the business currently does, is
- Press 'New Order' button from Form A, which opens a pre-filled dialog box
- Chooses item
- Choose the warehouse
- Select the quantity
- Press Save
- Select the order on Form A
- Press firm button
- User goes to Form B and makes sure all information has been transferred over
What's currently I have programmed into AX is an import from an excel spreadsheet. During import, the information from the spreadsheet is being inserted to a table that Form A reads from. Once the form has pulled all necessary information, the user selects the order and presses the firm button.
On Form B, necessary information is missing that had already been pulled in from Form A.
The only way that I have been able to get the missing information from form A to Form B, is by pressing the save button on Form A before the firm button.
I am trying to emulate the save button in my import process because if I just go to Form B, the information is missing.
How can I see the logic that is happening behind the save button?