You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor EntityInfo to carry LogicalName; replace tuple targetEntitySets with EntityInfo[]
RawState now stores entities as an array; the nameMap is built later in
interpretCrmData. XrmAttribute.targetEntitySets drops the option wrapper
in favor of an empty array, and InterpretEntityMetadata uses Map.find
instead of silently dropping unmapped lookup targets.
0 commit comments