updateFieldSetInclusion
updateFieldSetInclusion(
input,target):Promise<At4dxFieldSetInclusionWriteResult>
Defined in: packages/simply-aep-core/src/at4dxFieldSetInclusionWrite.ts:314
Updates an existing SelectorConfig_FieldSetInclusion__mdt record: locates it by DeveloperName,
merges in only the fields input actually sets (everything else keeps its current value, including
which SObject reference field it uses — see FieldSetInclusionSObjectField), re-validates the
result, then rewrites (and optionally deploys) the .md-meta.xml.
See docs/design/0016-at4dx-selector-config-field-set-inclusion.md for the full behavior contract.
Parameters
Section titled “Parameters”target
Section titled “target”Returns
Section titled “Returns”Promise<At4dxFieldSetInclusionWriteResult>
Throws
Section titled “Throws”See the error codes in FieldSetInclusionWriteErrorCode.