I am trying to batch my edi file. I tried small POC and I could create it with multiple ST I mean
ISA
GS
ST*850
order1
SE
ST*850
order2
SE
GE
IEA
This structure get created no issue. Few of partners expect all orders under single ST like
ISA
GS
ST*850
order1
order2
SE
GE
IEA
Is there way to achieve this structure with batch scheduling or do I need to write custom code to create it?
Please help