Hello Everyone,
Scenario:
Optionset contains following values:
1. Baseball
2. Basketball
Subgrid records should be:
if baseball is selected , display records from "XYZ" entity where "field1"=accountid or field2=accountid and
if "Basket ball" is select, display records from "XYZ" entity where field1=accountid.
I need to use custom fetchxml in subgrid. So I thought of creating a PCF dataset control.
I searched in so many places but i cannot find a way or example to map the fetchxml result to dataset columns. I can add columns to the dataset but how do i assign a value to dataset columns that i get from the result of FetchXML.
Is it possible to do so?
I am new to PCF control and would really appreciate help.
Best Regards