Hello All Of You,
How to Add or Remove Combo Box Multiselected Item and Single Selected item from Canvas App to CRM.
Suppose i am select FBR from Combo Box then it is Update with CRM Account Entity Record Test Account@1
Suppose i am select FBR and UBR from Combo Box then it is Update with CRM Account Entity Record Test Account@1
Suppose i am Remove From Combo Box then it is Update with CRM Account Entity Record Test Account@1
Please help me
Hello ,
I am Trying to onChange to add Relate Data with DatScource and it is worked but now Which way to Unrelate Data whenever i am UnSelected some items from ComboBox.
one more question how to get ComboBox Selected and UnSelected Data in any variables.
Formula OnSelect Combobox Property :
UpdateContext({EditField: true});
Formula OnChange Combobox Property :
ClearCollect(
collectcategories,
ComboBox2.SelectedItems
);
If(
EditField,
ForAll(
collectcategories,
!Relate(
ThisItem.Employee,
ThisRecord
)
);
UpdateContext({EditField: false});
)
Now its worked on Change to Add Any item.
But how to Unrelate SelectedtedItem with Datasource.
Please help me.
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |