When I use the EDIFACT connector for sending the outbound EDIFACT messages, there is option to enable to include Test Indicator, thus it include “1” as test indicator at UNB 11.
UNA:+.? '
UNB+UNOC:2+ZZLINFOXSIP:ZZZ+9500SCJID:ZZZ+240913:0829+000000007++INVRPT++++1'
UNH+0002+INVRPT:D:98B:UN'
Once we move the code to Production environment, I have to disable the Test Indicator since this is Prod files, but the UNB11 dosen’t populated with “0”.
UNA:+.? '
UNB+UNOC:2+ZZLINFOXSIT:ZZZ+9500SCJIDTEST:ZZZ+240913:1140+000000186++INVRPT' à missing the Prod Flag “0”.
UNH+121+INVRPT:D:98B:UN'
Please advise is there any option I could be able to populate the Prod Flag.