I'm looking for a way to update the QUANTITY and NEED_BY_DATE of an already existing PO Release, but I need to do so via an API or interface process, without any user intervention.
Basically it comes down to this...
I will have a flat file with all the important information such as existing Blanket PO#, Item# and Release#. This file will also include a new quantity and/or a new need_by_date. I need to be able to update those values without having the user have to do it via the applications form.
Is this possible? Is there an API or interface process that will let me do this?
0