File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515- Relationship variables for entities not included in generation now emit ` any ` instead of being silently omitted
1616- Entity primary ID attribute promoted to a full ` XrmAttribute ` , carrying display name and column type metadata into generated JSDoc comments
1717### Fixed
18+ - Updated ` xrm.d.ts ` from the original XRM library
1819- Fixed ManyToMany relationship navigation property names being swapped when the current entity is the second entity in the relationship
1920
2021## [ 1.3.0] - 2026-04-15
Original file line number Diff line number Diff line change @@ -3046,7 +3046,7 @@ declare namespace Xrm {
30463046 * A collection of all the controls on the form that interface with this attribute.
30473047 * @see {@link https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/clientapi/reference/collections External Link: Collections (Client API reference) }
30483048 */
3049- controls : Collection . ItemCollection < Controls . OptionSetControl < T > > ;
3049+ controls : Collection . ItemCollection < Controls . MultiSelectOptionSetControl < T > > ;
30503050 }
30513051
30523052 /**
You can’t perform that action at this time.
0 commit comments