Action ReferencesFetchParentAction
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

  • afterFetchInstance or afterCheckInstance in update/delete
  • afterMainGetOperation for display enrichment

Key fields

FieldTypeDescription
parentObjectDataObjectNameThe parent object to fetch from.
properties[PropRefer]Which fields to load (leave empty → all).
contextPropertyNameStringWhere 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