To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
HCM Extract Display Condition clarification
Content
Hi, I am curious if the display condition for an etext template HCM extract runs for each row in the xml, or if it just runs once.
For example, my org is trying to implement a display condition where we use the following condition in pseudocode:
Employee Assignment Sequence = MAX(Employee Assignment Sequence)
I am curious if this condition will get the MAX sequence of ALL of the rows in the XML and use that in the comparison, or just the max for each record.
I.E On person 1's assignment record, we have sequenced rows 1, 2, 3 ... but on person 2's we have sequenced rows 1, 2, 3, 4, 5. Will that display condition get the 5 from person 2 and then do 3 = 5 for the comparison of person 1? Or will it grab the 3 from person 1's record and do 3 = 3?