John,
I have a technique that works to get the UI, but can you elaborate on what you are doing to get the UI?
TO get all UI of all orders (you will need to know how many you think could exist), just do something like this:
INIT,MAP,LOCAL,lovenoxEDui1,TO,get_order.ui.218198.1
INIT,MAP,LOCAL,lovenoxEDui2,TO,get_order.ui.218198.2
INIT,MAP,LOCAL,lovenoxEDui3,TO,get_order.ui.218198.3
EDIT,IF,,lovenoxEDui1,NE,"???",THEN
EDIT,SET,LOCAL,orderstring,CAT,"@DC_ORDER=UI=`lovenoxEDui1"
EDIT,IF,,lovenoxEDui2,NE,"???",THEN
EDIT,SET,LOCAL,orderstring,CAT,"@DC_ORDER=UI=`lovenoxEDui2"
EDIT,IF,,lovenoxEDui3,NE,"???",THEN
EDIT,SET,LOCAL,orderstring,CAT,"@DC_ORDER=UI=`lovenoxEDui3"
Thanks,
Michael