Hi All,
I Have two galleries where Phase gallery loads from one SharePoint list and the another gallery(down) loads from one SharePoint list. When the checkbox is selected in the Phase gallery and + is clicked it adds rows automatically based on the Phase selected in the above gallery. Now I have a scenario where Once the checkbox is clicked and the rows are added and saved to the SharePoint list the checkbox must be disabled and the tick mark should be there even when the page refreshes or the gallery reloads.
When the Project is selected from the combo box the code for the Phase gallery is:
ClearCollect(PracticeCollection, 'Practice Master');
ClearCollect(PhaseNameCollection,Ungroup(ShowColumns(PracticeCollection,"Practice","PhaseName"),"PhaseName"));
ClearCollect(Phasenames,ForAll(PhaseNameCollection,If(varPractice = Practice,{id: Id,Phase: Value})));
the above code is written on change of the combo box so it reloads the Phase gallery and all the checkbox clicked items gets cleared.
Any help/ suggestion on this?
Thanks in advance.


Report
All responses (
Answers (