Sql4Cds icon indicating copy to clipboard operation
Sql4Cds copied to clipboard

SQL 4 CDS core engine and XrmToolbox tool

Results 32 Sql4Cds issues
Sort by recently updated
recently updated
newest added

Add option to bypass flow execution in the same way as plugins. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/bypass-custom-business-logic?tabs=sdk#bypass-power-automate-flows

Please add a way to navigate tabs with a shortcut key as you’d use CTRL+TAB / CTRL+SHIFT+TAB in a browser, or CTRL+PGUP/CTRL+PGDN in Excel. I find it is very difficult...

Hi Mark, Per your blog response I am opening this new ticket. My eyes are going and in all my SQL environments I have been able to change the default...

Hi, Sql4Cds has become an essential tool for me. Thanks a lot for this... Something that should be usefull for me : When you right click on the datagrid a...

good first issue

This is a nice to have. Some Execute calls are not permitted due to request/return types. I have a specific scenario with the /api/data/v9.2/RetrievePowerAppsConnections call where it returns an EntityCollection...

Hi, The following SQL "select top 10 * from optionset" returns an error "The 'RetrieveMultiple' method does not support entities of type 'optionset'. MessageProcessorCache returned MessageProcessor.Empty." ![image](https://github.com/MarkMpn/Sql4Cds/assets/11009997/99e0b8ee-2431-44a8-a657-d76e1f2c798d) Regards Sybaris

Except keyword seems to not be supported : Thanks for your wonderful tool...

Hi, First, Thanks for you wonderfull tool. I used it very often... Something that could be usefull for me it's to be able to delete/update principalobjectaccess. ![image](https://github.com/MarkMpn/Sql4Cds/assets/11009997/276d1ccf-ca8f-407b-8642-21b3a157c187) Here some C#...

Hi, Using SSMS, this query runs : ``` SELECT value AS sous_chaine FROM msdyn_ciprovider CROSS APPLY STRING_SPLIT(msdyn_appselector, ';'); ``` On Sql4Cds, I have the following error : `Unhandled table reference:...

Could you please make it possible to query EntityKeyMetadata in the same way as entity metadata and attribute metadata? Or if it is already possible, please let me know how...