gabyrdzlobaton
09/01/2021, 10:00 PMpoData = search.lookupFields({
type: search.Type.PURCHASE_ORDER,
id: '50850942',
columns: ['createdfrom']
});
log.debug('Interco transaction', 'poData= ' + JSON.stringify(poData));
This is what the script logs look like:
Anyone have any idea why it does not show results?razer456
09/02/2021, 2:04 AMMike Robbins
09/02/2021, 1:39 PM