CrmServiceClient.GetEntityFormIdListByType Method (String, CrmServiceClient.FormTypeId)
Dynamics CRM 2016
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.
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.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: