- Log in to post comments
User bio
404 bio not found
Member since Feb 18, 2016
Posts:
Replies:
Yes, adding that rule to your DTL will set MSH:6, assuming the schema you've selected for the target message in your DTL definition uses ReceivingFacility as the fieldname. You can use the numeric representation MSH:6 if you prefer. It will work just as well as MSH:ReceivingFacility, but is not as human-readable.
- Log in to post comments
Looks right to me, @Julian.Matthews7786.
- Log in to post comments
Certifications & Credly badges:
Followers:
Following:
For starters, I think this:
request.GetValueAt("RGSgrp(1).AIGgrp(context.AIGitr).AIG:3)")'=""Should actually be this:
request.GetValueAt("RGSgrp(1).AIGgrp("_context.AIGitr_").AIG:3)")'=""Let's see what happens after you fix that.