Mark Carrington

Results 10 issues of Mark Carrington

I'm using this library to create a .NET Core client for a WCF server using WS-Trust with SSPI authentication. The tokens generated by the WCF server contain data encrypted by...

I'm trying to use [`RetrieveMetadataChangesRequest`](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.messages.retrievemetadatachangesrequest) where possible to get limited metadata for better performance compared to getting the entire metadata.

scope-fake-messages

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

```sql SELECT leadid, ROW_NUMBER() OVER (PARTITION BY parentaccountid ORDER BY createdon ASC) AS rownum FROM lead WHERE parentaccountid IS NOT NULL ```

Option to only set a field if the new value is different to the existing value, e.g. | accountid | name | telephone | |---|---|---| | 4d3365e6-62a9-4552-8277-92d7abfb6b47 | Data8 |...

Option to allow updating or deleting records without retrieving them first if the IDs are provided: ```sql UPDATE account SET name = 'value' WHERE accountid = 'id' ```

Should be able to: * retrieve content of a file attribute as well as just the ID * insert/update values by: * copying existing values, * parameterised blob values, or...

We currently have the option to load a connection list from a URL, which lets a web server dynamically generate the XML list of connections. However, this has a limitation...