Join types in Trigger?Explain?
Answers were Sorted based on User's Feedback
Answer / dipak mundhe
There are three types of join in trigger.
1)ALL(AND),
2)Any (OR),
3)Only one(XOR)
1) All (AND) -> Trigger invoke service when all document are present in IS (Integration Server).
2)Any (OR) -> When any one document is present integration server invoke the service.
3 Only One (XOR) -> When specify document is available integration server invoke service.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / av raviteja
1)ALL(AND),
2)Any (OR),
3)Only one(XOR)
1) All (AND) -> Triggers when all documents are available
2)Any (OR) -> Triggers when any of the specified documents are available
3 Only One (XOR) -> Triggers when only one document is available
| Is This Answer Correct ? | 0 Yes | 0 No |
how can you find file name in file-pooling concept?
difference between 8x and 9x
What Is Flow Diagram View?
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.
Can we multi-select elements to lock or unlock in the Navigation Panel?
How to connect jdbc connection in webmethods without server and with server step by step explain.
How can you see partner data using webservice.
Do you buy stocks or bonds from a Broker?
How to Change the Order of Steps in a Flow Service?
use of finally block in exception handling in webmethods
What is a flat file schema and what are its uses?