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
TS2344 (TS) Type 'NumberAttribute | null' does not satisfy the constraint 'Attribute<any>'. Type 'null' is not assignable to type 'Attribute<any>'.
#301
Open
DeanCloudFlow opened this issue
Jan 26, 2024
· 0 comments
XrmDefinatelyTyped is generating a line that does not compile
getControl(controlName: "header_process_msevtmgt_eventtimezone"): Xrm.Control<Xrm.NumberAttribute | null> | null;
To Reproduce
This happens when Marketing / Customer Journey is installed
Expected behavior
msevtmgt_eventtimezone is not understood. It is a "Whole Number" with a "Time zone" format.
Screenshots
get(name: "header_process_msevtmgt_eventtimezone"): Xrm.Control<Xrm.NumberAttribute | null> | null;
Environment
The text was updated successfully, but these errors were encountered: