Public Profile
  • Enable running any page of any type in the web client

    I as developer, developing extensions on D365BC need to run any page of any type in the web client to be able to review my design. This was always able in the web client before D365BC fall release. But since fall release this is no longer possible for all page types. ListParts and CardParts can now only be run as embedded pages. However for development purposes this is not enough.
  • Add asteriks (*) to PK fields in Intellisence list

    If I hoover over a record variable in VSCode I get a full listing of all fields on that record with PK fields at the top of the list marked with an asterisk (*). When I write code Intellisence will help me to ease the selection of variable, methods, etc. Doing this, referencing a record variable, Intellisence narrows down the list to methods, properties and fields that related to the record variable. It would be very helpful if, in this list, PK fields would also be marked with an asterisk (*). In this way it's easier to directly select a PK field.
  • Extend Query object to allow to create a UNION

    Currently the Query object does not allow to create a UNION of tables, which is quite a shortcoming forcing you to either use multiple query objects or other workarounds involving more coding. The request for UNION was already raised in this idea https://experience.dynamics.com/ideas/idea/?ideaid=972a4dde-fc90-e911-80e7-0003ff68e84c, but was asking for much more and was rejected and this also the request for UNION.