Make Audit Log customisable
It would be great if we could add the audit log as a subgrid on a form. Also it would be very nice if we could create own views to filter for specific attributes on those subgrids and make the log exportable to excel. Therefore make the whole audit entity customisable!
Allow accessing Xrm.WebApi in Channel Integration Framework
It would be really cool to use Xrm.WebApi in Channel Integration Framework because the Crud-Methods in https://docs.microsoft.com/de-de/dynamics365/customer-service/channel-integration-framework/v2/reference/microsoft-ciframework-v2#crud-operations-apis are a joke compared to the possibilities i...
Provide better API for Microsoft.CIFramework
The Microsoft.CIFramework API kind of sucks because it often accepts or returns strings that are actually JSON Objects but need to be stringified or parsed for some reasons. It would be really good to return and accept the json objects directly and not wrap or unwrap them in strings
Provide typings for Channel Integration Framework Microsoft.CIFramework
It would be really good if you could provide typings for Microsoft.CIFramework to make it usable in Typescript applications.
Provide Microsoft.CIFramework as npm package
It would be really more handy and state of the art to provide the Microsoft.CIFramework Javascript library as a npm library instead of dynamically loading it through a query parameter in you're Channel Integration Framework application. Then you could also use imports instead of defining global o...