Access EDI ISA/GS Header Fields In a BizTalk Orchestration
How can you get values from the ISA/GS into variables in your BizTalk Orchestration? Link to a good easy to read summary of ISA/GS segments in EDI: https://www.availity.com/documents/ISA-IEA-GS-GE_QuickReference.pdf I have included screen shots of their PDF here: To get the Intellisense and compile/build to work, you will have to add a reference to Microsoft.BizTalk.Edi.BaseArtifacts.dll. // […]