You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# XrmPowerControls.XrmMetadataAutoComplete
2
-
PCF control for metadata autocomplete in D365, CDS Environments
2
+
PCF control for metadata autocomplete in D365, Dataverse(CDS) Environments
3
3
4
4
This control can be used to provide autocomplete functionality for CRM metadata and store them in text fields.
5
5
@@ -13,10 +13,12 @@ Parameters used in the control are:
13
13
*_Attributes_
14
14
*_Lookup_
15
15
*_SystemViews_ - Will have [ViewName]-{CRMID}-[View GUID] format to cope with views with same name
16
+
*_BusinessProcessFlows_
16
17
***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.
17
18
***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.
18
19
19
20
20
21
21
-
__Note and Thanks to the PCF Autocompelte project by Sriram Balaji - https://github.com/srirambalajigit as I used his project
22
-
https://github.com/srirambalajigit/PCFControls/tree/master/Autocomplete/Autocomplete as a reference when building my first PCF control.__
22
+
__Note and Thanks__
23
+
* to the PCF Autocompelte project by Sriram Balaji - https://github.com/srirambalajigit as I used his project https://github.com/srirambalajigit/PCFControls/tree/master/Autocomplete/Autocomplete as a reference when building my first PCF control.
24
+
* to my colleague Durgaprasad Katarti - https://github.com/durgaprasadkatari for updating it to use FluentUI
Copy file name to clipboardExpand all lines: Solution/SAB.XrmPowerControls.XrmMetadataAutoComplete/SAB.XrmPowerControls.XrmMetadataAutoComplete.cdsproj
0 commit comments