Exam AD01 All QuestionsBrowse all questions from this exam
Question 45

Study the process flow below:

The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the "Case-Returned" decision stage?

A.

B.

C.

D.

    Correct Answer:

    The correct configuration of the Expression in the 'Case-Returned' decision stage is '[Case ID] <> '''. The expression checks if the 'Case ID' is not equal to an empty string, indicating that a case has indeed been returned and further processing is needed. The 'Case ID' is a data item created within the system and is represented in square brackets, making option D the correct answer.

Discussion
floppyh4x

D 100% confirmed

whitestar

wwwhy D, I tot if text is has to be in "", and collection in []

bik0

If you are comparing between Item and data, Item name will be between brackets and data between double quotes So D is correct

naive91

They made data item called case ID so it goes into square brackets. They dragged data item and applied not equal to <>

naive91

And then null as a string "" with two double quotes

sogoku_ichi_2907

Yes, D is the correct answer.