From b11a0f3a8f00fa8f11e33a8caafdaa1ff8219a26 Mon Sep 17 00:00:00 2001 From: MscrmTools Date: Wed, 19 Jun 2019 13:37:23 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fca8859..349b9d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # PCF-Controls Controls using PowerApps Components Framework + +## NN Checkboxes +### Purpose +The purpose of this control is to allow user to associate/disassociate records for a many-to-many relationship displaying all possible records as checkboxes. + +![Vidéo](https://github.com/MscrmTools/PCF-Controls/blob/master/NNCheckboxes/Screenshots/video.gif?raw=true) + +### Configuration +![Configuration](https://github.com/MscrmTools/PCF-Controls/blob/master/NNCheckboxes/Screenshots/Configuration.png?raw=true) + +Due to current limitation of PowerApps Components Framework for dataset, multiple properties need to be set +1. Display attribute (Champ d'affichage) : Attribute in the subgrid view that is used for checkbox label +2. Parent entity logical name (Nom logique de l'entité parente) : Logical name of the current form entity +3. Relationship schema name (Nom de schéma de la relation) : Schema name (case is important) of the many-to-many relationship