SeanHoppe.com > CLEO Tips > CLEO JDE Tips 4 EXTOL/JDE - Duplicate value checking in F47011 in EDI Integrator
EXTOL/JDE - Duplicate value checking in F47011 in EDI Integrator
7th November 2013
At times we need to use EXTOL functionality to help apply business logic in the translator. In the example below we will use an EXTOL formula and a logical file, over F47011, to determine if an inbound PO is a duplicate order.
V:= C || D,
if a > b then [ADDMSGTXT MSG(‘Duplicate PO# in F47011. Purchase Order #
:&E DOCO:&F’) TOMSGQ(&V)]
ELSE
ENDIF
Click here to see more information on the formula above
Copyright 2013 @ www.seanhoppe.com
By: Sean Hoppe on