Hi - we have a csv import (for PO's) and we'd like to run a script that updates the default address of the supplier before the PO is created.
In other words it would:
• read-in the csv file of PO's
• identify the shipping country in the first PO
• call a script to update the supplier record address based on the shipping country
• create the PO
Does anyone know if this is possible? Would it be a matter of calling the script 'before load' or 'commit' in order to make the supplier update before the PO is created?
Thanks in advance!