Merge pull request #2 from phyroslam/codex/add-dynamic-related-lists-to-detail-views

Add dynamic tenant-level related lists and page layout selection
This commit is contained in:
phyroslam
2026-01-08 15:16:17 -08:00
committed by GitHub
12 changed files with 287 additions and 35 deletions

View File

@@ -97,6 +97,7 @@ export const useFields = () => {
objectApiName: objectDef.apiName,
mode: 'detail' as ViewMode,
fields,
relatedLists: objectDef.relatedLists || [],
...customConfig,
}
}