docs(design): AT4DX binding validate/create/set and field-set-inclusion (0015/0016) - #141
Merged
ClayChipps merged 1 commit intoAug 29, 2026
Conversation
… write support 0015 designs `simply aep at4dx binding validate`/`create`/`set` for the existing Service/Selector/Domain Application Factory binding family (UnitOfWork excluded). 0016 designs a brand-new `field-set-inclusion list`/`validate`/`create`/`set` command family for SelectorConfig_FieldSetInclusion__mdt, whose schema was pulled directly from AT4DX's GitHub repo rather than guessed. Both reuse 0014's EntityDefinition eligibility allowlist. Implementation follows in a separate PR per doc. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014oTGUGohBiqrzETHCs25AB
ClayChipps
enabled auto-merge
August 29, 2026 02:34
ClayChipps
deleted the
docs/at4dx-binding-and-field-set-inclusion-design
branch
August 29, 2026 02:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
simply aep at4dx binding validate/create/setfor the existing Service/Selector/Domain Application Factory binding family (UnitOfWorkexplicitly out of scope). Confirmed against AT4DX's actual shipped schema (not guessed) thatTo__cis platform-unique on all three, andBindingSObject__c/BindingSObjectAlternate__care additionally unique on Domain — so a newduplicate-to/duplicate-domain-sobjectpair of validate rules is proposed, andambiguous-sobject-referenceiserrorhere (backed by a real, confirmed AT4DX validation rule), notwarninglike 0010's DomainProcessBinding version.simply aep at4dx field-set-inclusion list/validate/create/set, forSelectorConfig_FieldSetInclusion__mdt— a CMDT with no public documentation and no existing support in this repo. Its schema was pulled directly from apex-enterprise-patterns/at4dx rather than assumed. Notable finding baked into the design:FieldsetName__cis unique org-wide, not per-SObject.ENTITY_DEFINITION_STANDARD_OBJECTS/isCustomObjectApiNameeligibility check from 0014 (PR feat(simply-aep): validate EntityDefinition eligibility for domain-process-binding SObject fields #140), proposing to extract it into a sharedentityDefinitionEligibility.tssince a third CMDT now needs it.Test plan
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
https://claude.ai/code/session_014oTGUGohBiqrzETHCs25AB