通过脚本更改EDIFACT port的port.cfg配置

针对不固定的Sender ID,和Receiver ID,可通过Script port实时修改EDIFACT port对应的port.cfg。


<rsb:set attr="File" value="[FilePath]"/>
<rsb:set attr="data.PortId" value="[PortId]"/>

<rsb:call op="edifactScan"> 
  <rsb:set attr="data.unbsenderidentifier" value="[InterchangeSenderID | def]"/>
  <rsb:set attr="data.unbrecipientidentifier" value="[InterchangeReceiverID | def]"/>
  <rsb:call op="portSetPort" in="data" />
</rsb:call>

猜你喜欢

转载自blog.csdn.net/Cara_EDI_Consultant/article/details/79413974
今日推荐