Skip to content

sabrish/XrmPowerControls.XrmMetadataAutoComplete

Repository files navigation

XrmPowerControls.XrmMetadataAutoComplete

PCF control for metadata autocomplete in D365, Dataverse(CDS) Environments

This control can be used to provide autocomplete functionality for CRM metadata and store them in text fields.

Usage

alt text

Parameters used in the control are:

  • AutoCompleteMetaDataType: This is of type Enum. The suppored values are
    • Entity
    • Attributes
    • Lookup
    • SystemViews - Will have [ViewName]-{CRMID}-[View GUID] format to cope with views with same name
    • BusinessProcessFlows
  • Filter Entity Field By Entities Associated To: Only applies if the AutoCompleteMetaDataType is set to Entity. It will filter entity field auto complete list By entities associated to entity entered in this property.
  • Related Entity: Only applies if the AutoCompleteMetaDataType is set to anything other than Entity. It will filter the autocomplete list to contain only metatadata values related to this entity.

Note and Thanks