• Rollup fields should be possible on Date-Only fields

    It seems that it is only possible to create Rollup Fields against Date-Time fields, not against Date-Only fields. I think it should be possible to create rollups on either type of Date field. I can't find anything in the documentation that makes this clear either, so if this is not going to get fixed, maybe it should be added to the documentation as a limitation of Date-Only fields so people don't have to delete and recreate the fields when they realise this restriction. But I'd rather it got fixed... ;-)
  • Make 'ExportPdfDocument' organisation request and 'exportPdf ' API action public

    Until recently, it has been possible to programmatically generate a PDF from a Word Template by either making a request like this OrganizationRequest("ExportPdfDocument"), or calling the exportPdf action. This latter method is publicly documented: https://docs.microsoft.com/en-us/dynamics365/sales-enterprise/developer/exportpdf-api Calls to this are now receiving the response: 'The private ExportPdfDocument request cannot be called from this plug-in because it has a different solution publisher.' and Microsoft support say that these methods, although publicly available, are only intended for private use by Microsoft. These methods were very useful and their withdrawal leave us with no supported way to programmatically generate PDF's from Word templates. Power Automate is an option, but not if customers want real-time generation of PDF's. Other customers require merging of several PDF's - again not possible using Power Automate. The only other alternative seems to be buying some 3rd party tool to do the conversion. Please re-instate this functionality and make it 'public' and support it.