Member Junction
    Preparing search index...
    • Resolves a collection name to its matching relationship on the entity. Uses strict rule strength to ensure unambiguous, deterministic resolution:

      1. Explicit collection name in RelatedRecordCollection JSON ("Name": "...")
      2. Relationship DisplayName
      3. RelatedEntity full name
      4. Stripped RelatedEntity name (singular / plural variations)

      Guaranteed contract: Returns non-null ONLY when a relationship exists AND has a valid RelatedEntityJoinField. Both ValidationService and PushService use this single source of truth so validation and push never diverge.

      Parameters

      Returns ResolvedCollectionInfo