Printing details on a single row using a EText Fixed Position Template
Summary
Need help in printing both parent and child XML details in the same rowContent
Hi All,
Need your suggestions on how to solve the below requirement:
1. Application: Release 13 - Cloud HCM
2. We have a created HCM Extract to deliver data to a third party Benefits provider
3. The XML structure generated from the HCM Extract is as below:
<Parent Tag>
<Parent Attributes 1..n>
<Child1 Tag>
<Child1 Attributes 1..n>
</Child1 Tag>
<Child2 Tag>
<Child2 Attributes 1..n>
</Child2 Tag>
</Parent Tag>
4. The output file should be generated as below:
Parent Attributes1..n Child1 Attributes 1..n Child2 Attributes 1..n
5. Problem - The Child Attributes are only printing when I use the <NEW RECORD> command. When I remove it, the Child rows are not printing.