Skip to content

Commit

Permalink
Reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Oct 20, 2023
1 parent 281eaa7 commit 1aee422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/apps/reference/contact-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Helper variables and functions for the contact summary can be defined in `contac
| Variable | Description |
|---|---|
| `contact` | The currently selected contact. This has minimal stubs for the `contact.parent`, so if you want to refer to a property on the parent use `lineage` below.|
| `reports` | An array of reports for the contact. |
| `reports` | An array of reports for the contact or for any of the contact's children. |
| `lineage` | An array of the contact's parents (2.13+), eg `lineage[0]` is the parent, `lineage[1]` is the grandparent, etc. Each lineage entry has full information for the contact, so you can use `lineage[1].contact.phone`. `lineage` will include only those contacts which are visible to the logged in profile |
| `targetDoc` | Doc with [`target`]({{< ref "core/overview/db-schema#targets" >}} ) document of the contact, hydrated with the config information of every target it contains a value for. If there is no target document available (for example when viewing a contact that does not upload targets), this value will be `undefined`. This value might also be `undefined` if the contact has not yet synced the current target document. Added in `3.9.0`. |
| `uhcStats` | Object containing UHC stats information. Added in `v3.12.0` |
Expand Down

0 comments on commit 1aee422

Please sign in to comment.