I know this is off topic and I've tried MoleEnd support but made no progress. They don't have a forum page either.
Royal Mail have made some service changes to their Dispatch Manager Online service this week and now we can't bulk upload our parcel details anymore.
I need to change a column macro in the Mole End plug in (one Stop Order Processing for Actinic). What I am trying to do is the following :-
Does anybody have any experience on how the above statement could be written in MoleEnd format?
Royal Mail have made some service changes to their Dispatch Manager Online service this week and now we can't bulk upload our parcel details anymore.
I need to change a column macro in the Mole End plug in (one Stop Order Processing for Actinic). What I am trying to do is the following :-
IF
%DMO:Country Code% = (DE or FR or ES or BE or NL etc etc etc – there’s 43 countries that it needs to check for)
THEN %DMO:Service% = Code1
ELSE
%DMO:Service% = Code2
%DMO:Country Code% = (DE or FR or ES or BE or NL etc etc etc – there’s 43 countries that it needs to check for)
THEN %DMO:Service% = Code1
ELSE
%DMO:Service% = Code2
Does anybody have any experience on how the above statement could be written in MoleEnd format?
Comment