Skip to main content

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.

Definition is:

1 =  test

empty = prod

:-)


Hi Pradeep,

As I followed up with you via email from Arc Support team. I’m following up here as well.

UNB11 Test Indicator: Whether the interchange is in test mode or production mode.

This is expected behavior, because when you enable the Test Indicator in the EDIFACT connector, this means this EDIFACT message is intended for testing purposes, so you will see '1' in the UNB11 position.

In the Production environment, when you are processing live EDIFACT transactions, UNB11 is typically empty or not used, which means there is no test indicator because the EDIFACT message is a live transaction.
 


Reply