AD01 Exam QuestionsBrowse all questions from this exam

AD01 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.

Show Answer
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

2 comments
Sign in to comment
floppyh4x
Sep 18, 2020

D 100% confirmed

whitestar
Oct 1, 2020

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

bik0
Nov 28, 2020

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

naive91
Mar 7, 2021

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

naive91
Mar 7, 2021

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

sogoku_ichi_2907
Jun 5, 2021

Yes, D is the correct answer.