I have an accounts payable integration with a before integration script that prompts the user for the company id and user id, sets the user id as a variable and executes a sql stored procedure which imports the source information from a location determined by the user id and create a table with the user id in its name. I'm running the source data through sql because it needs extensive manipulation before importing to Dynamics. All this works fine. What I don't know how to do is tell the source query in IM which table to look at. The source query is a standard select statement. Is there a way to subsitute the table name with a variable name and have it execute the select against the desired table?
Thanks
Chuck
*This post is locked for comments
I have the same question (0)