Skip to content

scanOrgFieldSetInclusions

scanOrgFieldSetInclusions(connection): Promise<FieldSetInclusionOrgScanResult>

Defined in: packages/simply-aep-core/src/at4dxFieldSetInclusionOrgScan.ts:95

Query the target org for AT4DX SelectorConfig_FieldSetInclusion__mdt records — an ordinary queryable Custom Metadata Type, plain REST (connection.autoFetchQuery), no Tooling API, no chunking (row counts are inherently small).

AepConnection

The org connection to query against.

Promise<FieldSetInclusionOrgScanResult>

The discovered records, and whether the Custom Metadata Type exists in this org at all.