I have been asked to add functionality to an existing program that will take the data entered into it and export it to Dynamic GP. The problem is that I cannot find any documentation that tells me the information on how to do this. Everything just seems to be a link to more links that list more links that list more links that list more links...
So, let's say that I want to create an Excel file that will be used to import data about inventory into GP. What will that Excel file look like? What headers do I need in each column to correspond with specific attributes of the inventory in GP?
Example:
inventory_item_name, inventory_item_number, quantity_available, cost_per_unit
"blarg item", "1002432", "42","$2.98"
*This post is locked for comments