Exam Workday-Pro-Integrations Topic 4 Question 6 Discussion

Actual exam question for Workday's Workday-Pro-Integrations exam
Question #: 6
Topic #: 4
A vendor needs an EIB that uses a custom report to output a list of new hires and their child dependent(s).
You have been asked to create a calculated field that will be used to add only child dependent(s).
Which calculated field functions do you need to accomplish this?

Suggested Answer: D Vote an answer

In this case, you're asked to create a calculated field that:
* Filters dependent records
* Includes only child relationships
This means:
* The worker has multiple dependents (a multi-instance field).
* You need to extract only those dependent(s) where the relationship is "Child".
To achieve this in Workday, use:
* True/False Condition # check if the relationship descriptor = "Child"
* Extract Multi-Instance # filters the multi-instance field (Dependents) using the above condition to return only matching records This two-step logic filters multi-instance relationships correctly.
Why the other options are incorrect:
* A and B are missing Extract Multi-Instance, which is required to filter multi-values.
* C includes Text Constant unnecessarily - only True/False Condition and Extract Multi-Instance are required.
Reference:Workday Pro: Calculated Fields - Filtering Multi-Instance Fields (Dependents, Emergency Contacts)Workday Community: Best Practice for Extracting Specific Relationships in EIB Reports

by Moore at Jul 09, 2026, 10:07 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10