Skip to content

Commit b2183a6

Browse files
committed
Update xrm.d.ts from original XRM library
1 parent 0a52a78 commit b2183a6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

src/Types/xrm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)