Chief Accountant
I am doing a inventory transaction upload and I am receiving the following message in Smart Connect – Procedure or Function ‘taIVTransactionLineInsert expects parameter @I_vITEMNMBR, which was not supplied
The purpose of my upload is a quanity adjustment for inventory items. How do I fix? Help
The purpose of my upload is a quanity adjustment for inventory items. How do I fix? Help
Answers
Jason,
It means that you didn’t map the Item Number field in your map.
Or you did, but that field is empty in your source data.
Or another common occurrence is that users will create calculated fields and then map the calculated field. But there is a logic issue in the calculation so that it always returns an empty string or variable.
Easy way to diagnose this (and see that this is your issue) is to set the output to Dynamics GP – File.
then look at the XML and note that the item number is being passed empty.
then review your data/calculation and see where things go awry.
patrick
eone
It means that you didn’t map the Item Number field in your map.
Or you did, but that field is empty in your source data.
Or another common occurrence is that users will create calculated fields and then map the calculated field. But there is a logic issue in the calculation so that it always returns an empty string or variable.
Easy way to diagnose this (and see that this is your issue) is to set the output to Dynamics GP – File.
then look at the XML and note that the item number is being passed empty.
then review your data/calculation and see where things go awry.
patrick
eone