EDI Sales Orders are being generated via SalesOrder inbound AIF port.
Would someone be so kind as to help point me in the right direction as to what needs modified in the AIF Inbound Ports form and\or what class needs modified to pull data from custom fields added to CustTable and populate the same custom fields that have been added to SalesTable.
I have been able to modify the code behind the SalesCreateOrder form to move data from these custom fields between CustTable and SalesTable when a sales order is manually created directly in AX.
VantagePoint from DataMasons is being used for EDI. It only uses data from either the EDI file provided by the customer or data stored in the VantagePoint database.
The data I would like to get populated to SalesTable doesn't exist in the VantagePoint database or EDI file.
I don't really want to build out this existing data on custom fields in CustTable to the VantagePoint database.
Surely though if I have enough data via the VP database and EDI file to create a SO in AX including AccountNum, I would think I should be able to also pull data directly from custom fields on CustTable based on the AccountNum and populate the same fields on SalesTable during SO creation via AIF
Thanks in advance
David