Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 31

Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?

    Correct Answer: D

    In the REFramework template project, the 'SetTransactionStatus.xaml' is invoked in the Try section of the Try Catch activity in the Process Transaction state. This is a standard part of the REFramework design to handle transaction statuses properly during the processing phase.

Discussion
Ui_Bot001Option: C

Answer is C. tested on it.

Brandon00777Option: C

There's also a setTransactions Exception section for a system exception, which only strengthens the argument that the answer is C.

Brandon00777Option: C

The answer is C. In the Try Block of the Process Transaction State, there is an Invoke TransactionStatus(Success) workflow activity. In the business Rule Exception of the the catch, there is an invoke setTransactionStatus(BRE) workflow as well.

JimmyFoxxOption: C

C Try if success Catch if Bussiness Exception or System Exception