Hi Everybody,
I am looking for a macro that will make selected attributes of the CE pop-up as an alert message?
Can anyone guide me in the right direction?
The actual attributes I am needing is;
CE
REFNO
:APL_CO
(latest is a UDA)
-Frank
Hi Everybody,
I am looking for a macro that will make selected attributes of the CE pop-up as an alert message?
Can anyone guide me in the right direction?
The actual attributes I am needing is;
CE
REFNO
:APL_CO
(latest is a UDA)
-Frank
!!Alert.Message(!!ce.name + ', refno: ' + !!ce.refno.string() + ', APL_CP: ' + !!ce.:APL_CO)
Thank you very much Henrik,
Just what I needed