Vincent Van Den Berghe
Vincent Van Den Berghe
Cfr. EarlyBoundGenerator v1.2022.2.4 When attempting to generate models, the EBGenerator keeps falling back to interactive login (which does not even contain the right url for the organization, but maintains the...
**Describe the bug** I'm having issues with controls obtained through `formContext.getControl("somelogicalname")`. For some reason, they appear not to be assignable to `AnyControl`, even though the type ticks all the boxes....
The Dataverse documentation states that multilevel expands are supported: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/retrieve-related-entities-query#multi-level-expand-of-single-valued-navigation-properties I believe drilling through like this is currently not supported in `XrmQuery`? The only way I know, is to use...