Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 84

A developer is using the REFramework template to automate a process. In “SetTransactionStatus” file, there is the following sequence of activities, where the last Log Message activity was added by the developer:

The configuration for Add Log Fields and Remove Log Fields activities are shown below:

Add transaction log fields (Success)

Remove transaction log fields (Success)

The developer runs the process and notices the argument values for the first transaction are:

in_TransacationID = “07/18/2023 10:27:29”

io_TransactionNumber = 1

in_TransactionField1 = “UI235-80”

in_TransactionField2 = “Update Request”

Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?

    Correct Answer: B

    In the given REFramework sequence, the custom log fields for the transaction (like logF_TransactionStatus, logF_TransactionNumber, logF_TransactionID, logF_TransactionField1, and logF_TransactionField2) are removed immediately after they are added and logged. This removal happens before the 'Log Message Completed' activity is executed. Therefore, by the time the 'Log Message Completed' activity runs, these custom log fields would no longer be available in the logging context. Hence, the log message for 'Log Message Completed' will not include these custom fields and will only display the standard logging details.

Discussion
AndresPCOption: B

B is the correct one, tested in Studio