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 |
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is the result?
What Is a Startup Service?
What Is a Lock?
What is the file (.jar) name that sharing between WebMethods integrated with JD Edwards???
explain about endpoint url,endpoint alias?
What Is a Package?
Difference between Scheduler service and adapter pooling notification?
Explain about pub-sub architecture, where do you implemented this?
What Is a Flow Step?
what is indices in MAP flow step?
use of finally block in exception handling in webmethods
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?