CrmServiceClient.GetEntityFormIdListByType Method (String, CrmServiceClient.FormTypeId)
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)
Syntax
public List<EntityReference> GetEntityFormIdListByType(
string entityLogicalname,
CrmServiceClient.FormTypeId formTypeId
)
Public Function GetEntityFormIdListByType (
entityLogicalname As String,
formTypeId As CrmServiceClient.FormTypeId
) As List(Of EntityReference)
Parameters
entityLogicalname
Type: System.Stringlogical name of the entity you are querying for form data.
formTypeId
Type: Microsoft.Xrm.Tooling.Connector.CrmServiceClient.FormTypeIdForm Type you want
Return Value
Type: System.Collections.Generic.List<EntityReference>
List of Entity References for the form type requested.
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright