Action References
FetchParentAction
FetchParentAction
Purpose Loads selected properties from a parent object related to the current context object. Commonly used to inherit configuration, tenant, or organization data.
When to use it
afterFetchInstanceorafterCheckInstancein update/deleteafterMainGetOperationfor display enrichment
Key fields
| Field | Type | Description |
|---|---|---|
parentObject | DataObjectName | The parent object to fetch from. |
properties | [PropRefer] | Which fields to load (leave empty → all). |
contextPropertyName | String | Where to store fetched data in context. |
Example
{
"id": "a20-fetch-org",
"name": "fetchParentOrganization",
"parentObject": "organization",
"properties": ["id", "name", "billingPlan"],
"contextPropertyName": "organization"
}
Was this page helpful?
Built with Documentation.AI
Last updated Jan 3, 2026