cancel
Showing results for 
Search instead for 
Did you mean: 

Updating Purchase Order with DI-API

Former Member
0 Kudos

Hi I am a newbie with DI-API. I am trying to update a PO DocDueDate from excel 2010.

First of all, I need to find the PO with its number, for this i use getbykey() method. I know that this method use a docentry key instead of docnum. In my case, docentry and docnum are different. So, how can I request docentry using the docnum, to use it then, to find the PO info.

On excel I have something like this:

PO Number | DocDueDate

10624 | 01/28/2018

What I want to do is just take the PO number find it and update the Date. But has I mentioned before i use vDoc.GetByKey(PO Number) and it returns nothing or another PO info, because docentry is diferent from docnum.

Thank in advance for your help!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Did you know how to do it?