CrmServiceClient.GetEntityFormIdListByType Method (String, CrmServiceClient.FormTypeId)

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Returns the Form Entity References for a given form type.

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Public Function GetEntityFormIdListByType (
	entityLogicalname As String,
	formTypeId As CrmServiceClient.FormTypeId
) As List(Of EntityReference)

Parameters

entityLogicalname
Type: System.String

logical name of the entity you are querying for form data.

formTypeId
Type: Microsoft.Xrm.Tooling.Connector.CrmServiceClient.FormTypeId

Form Type you want

Return Value

Type: System.Collections.Generic.List(Of EntityReference)

List of Entity References for the form type requested.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: