问题描述
大家好,
我有一个EDIFACT COARRI版本D95B ITG12的架构,我在那里推广了一些字段。
其中一个节点是EQDLoop1.EQD.EQD05,我在那里推广了EQD05字段。
在一个Orchestration中,我有一条名为InCOARRI的消息,具有上面架构的消息类型。
此消息用于接收形状。
接收形状后,我有一个Decide形状。如果我把'InCoarri.EQDLoop1.EQD.EQD05 ==" 6"'或'InCoarri.EQD05 ==" 6"'我总是得到错误:
标识符'EQD05 '在InCOARRI中不存在;你错过了汇编参考吗?
我缺少什么?
提前致谢
Nelson
Hello all,
I have a schema for EDIFACT COARRI version D95B ITG12 where I promoted some field .
One of the nodes is EQDLoop1.EQD.EQD05, where I promoted the EQD05 field.
In an Orchestration , I have a message with name InCOARRI , that has Message Type of the schema above.
This message is used in a Receive shape.
After the Receive shape, I have a Decide shape. If I put 'InCoarri.EQDLoop1.EQD.EQD05 == "6"' Or 'InCoarri.EQD05 == "6"' I always get the error :
Identifier 'EQD05' does not exist in InCOARRI; are you missing an assembly reference?
What am I missing?
Thanks in advance
Nelson
这篇关于InCOARRI中不存在标识符'EQD05';你错过了装配参考吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!