UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 31


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

Show Answer
Correct Answer: C,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

4 comments
Sign in to comment
JimmyFoxxOption: C
Jan 21, 2024

C Try if success Catch if Bussiness Exception or System Exception

Brandon00777Option: C
Feb 14, 2024

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.

Brandon00777Option: C
Feb 24, 2024

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

Ui_Bot001Option: C
Jul 4, 2024

Answer is C. tested on it.