updateDomainProcessBinding
updateDomainProcessBinding(
input,target):Promise<At4dxDomainProcessBindingWriteResult>
Defined in: packages/simply-aep-core/src/at4dxDomainProcessWrite.ts:395
Updates an existing DomainProcessBinding__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 DomainProcessBindingSObjectField), re-validates the result, then
rewrites (and optionally deploys) the .md-meta.xml.
See docs/design/0012-at4dx-domain-process-binding-create-set.md for the full behavior contract and
docs/design/0018-domain-process-binding-set-rename-to-update.md for the set → update rename.
Parameters
Section titled “Parameters”UpdateDomainProcessBindingInput
target
Section titled “target”UpdateDomainProcessBindingTarget
Returns
Section titled “Returns”Promise<At4dxDomainProcessBindingWriteResult>
Throws
Section titled “Throws”See the error codes in DomainProcessBindingWriteErrorCode.