Microsoft now only supports connections to SharePoint which can be secured via multi-factor authentication (MFA).
This is driven by Microsoft's Secure Future Initiative (SFI) and "Secure by Default" principles and the recommended best practice to connect to SharePoint from Dynamics 365 \ Dataverse is to use Power Automate flow.
Therefore, this North52 function is deprecated.
Description
Find SharePoint documents for a particular record via fetchxml.
Signature
SharePointFindDocumentsByFetchXml('entityname','recordid')Example
SharePointFindDocumentsByFetchXml( 'account', 'jhj3434343-764h-kj62-7djdkslckddc' )
List of fields returned by SharePointFindDocumentsByFetchXml
| documentid |
| sharepointcreatedon |
| relativelocation |
| modified |
| fullname |
| title |
| author |
| sharepointmodifiedby |
| sharepointdocumentid |
| filetype |
| readurl |
| editurl |
| ischeckedout |
| absoluteurl |
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| entityname | xxxx | xxxx | xxxx |
| recordid | xxxx | xxxx | xxxx |
