VI import for PO Receipt of Invoice

Hello,

I have created a VI job to import into PO Receipt of Invoice and encountered a problem with assigning the OrderLineKey from the original purchase order. I have it working if I manually provide the order line key in the import file but need to assign it automatically.  

Has anyone else encountered this and developed a solution they are willing to share?  One thought is using perform logic to read the line key from the original purchase order using the PO number and item code; however, I have limited knowledge of writing perform logic.

Thanks

Gordon Graham

Parents
  • It has to be in the source data.  If you try and do some kind of scripted / perform logic lookup based on ItemCode, you are running the risk of serious problems when an ItemCode is on more than one line.

Reply
  • It has to be in the source data.  If you try and do some kind of scripted / perform logic lookup based on ItemCode, you are running the risk of serious problems when an ItemCode is on more than one line.

Children