scanOrgDomainProcessBindings
scanOrgDomainProcessBindings(
connection):Promise<DomainProcessOrgScanResult>
Defined in: packages/simply-aep-core/src/at4dxDomainProcessOrgScan.ts:120
Query the target org for AT4DX DomainProcessBinding__mdt records — an ordinary queryable Custom
Metadata Type, plain REST (connection.autoFetchQuery), no Tooling API, no chunking (row counts
are inherently small).
Parameters
Section titled “Parameters”connection
Section titled “connection”The org connection to query against.
Returns
Section titled “Returns”Promise<DomainProcessOrgScanResult>
The discovered bindings, and whether the Custom Metadata Type exists in this org at all.