I've followed the steps outlined in this blog post http://blogs.msdn.com/b/axsa/archive/2013/01/08/importing-credit-card-statements-into-dynamics-ax-2012-using-aif-and-transformation-library.aspx to import credit card expenses using AIF with a custom transform.
The thinking was to have an Excel template that would map the client credit card csv (as in the example from the link). This way we wouldn't have to hard-code the mapping values.
When I run the process I get the error message:
It basically doesn't like the Excel template location.
Does the DLL and Excel template need to be in a specific folder within the Dynamics AX tree or am I not allowed to call the Excel file from the custom transform DLL?
thanks.
*This post is locked for comments