Hello Friends,
I need some basic information regarding BizDocEnvelope. It is as follows :
-
When multiple users post transactions (files) to trading network having same triplet, is this possible that an array of BizDocEnvelope instances is passed to the flow service through processing rule at one go? Or it is guranteed that only one instance of BizDocEnvelope will be passed to the flow service (It means that if we have 3 BizDocEnvelope instances having same triplet as input, then the flow serrvice will be executed thrice rather once with 3 loop iterations, provided looping is done.
-
When we can have multiple ContentParts within a BizDocEnvelope? Suppose we are posting a flat file in trading networks, then is this guranteed that there will only be one instance of ContentParts. If answer is No, then please explain me the cases where we can have multiple ContentParts instances with in a BizDocEnvelope especially in light of flat file.
-
Can we create two processing rules with different "EXTENDED CRITERIA"conditions in trading network? Will it work effectively?
I request the responders of this query to reply point by point basis. If it is possible, then please send me some tutorial on this.