DocuSignClient.ScpGetRelatedRecordsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copilot: Get related records
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.DocumentRecordListResponseEnvelope> ScpGetRelatedRecordsAsync(string recordType, string recordId, string startDate = default, int? top = default, int? skip = default, string cRMType = default, string cRMOrgURL = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ScpGetRelatedRecordsAsync : string * string * string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.DocumentRecordListResponseEnvelope>
override this.ScpGetRelatedRecordsAsync : string * string * string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.DocumentRecordListResponseEnvelope>
Public Overridable Function ScpGetRelatedRecordsAsync (recordType As String, recordId As String, Optional startDate As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cRMType As String = Nothing, Optional cRMOrgURL As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DocumentRecordListResponseEnvelope)
Parameters
- recordType
- String
Record type
- recordId
- String
Record Id
- startDate
- String
Start date
- cRMType
- String
CRM type
- cRMOrgURL
- String
CRM org URL
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Copilot: Get related records response.
Remarks
This action gets records related to a CRM record. The action enhances the existing skills of Copilot for Sales.