MarkMpn / Sql4Cds

SQL 4 CDS core engine and XrmToolbox tool
MIT License
74 stars 22 forks source link

[Question] initiatingPluginExecutionContext.InitiatingPluginInfoProvider is null. Restricted API is not called by Microsoft publisher plugin. #472

Closed sybaris closed 3 months ago

sybaris commented 3 months ago

Hi,

First thanks for our tools. They are very usefull.

Currently, the following fetchXml return me the error :

<fetch xmlns:generator='MarkMpn.SQL4CDS' top='10'>
  <entity name='solutionhistorydata'>
    <all-attributes />
  </entity>
</fetch>

"initiatingPluginExecutionContext.InitiatingPluginInfoProvider is null. Restricted API is not called by Microsoft publisher plugin".

Some month ago, the same fetchXML execute without problem. It seems that since my last attempt, Microsoft has restricted access to this table.

Do you know a way (including code development) to bypass this and get data on this table ?

Thanks for advance. Regards Sybaris

image

MarkMpn commented 3 months ago

No, but it appears there is now a new table msdyn_solutionhistory which contains similar data which you could use instead.

sybaris commented 3 months ago

Hi,

Thanks for the information...

Regards Sybaris