Page 2 of 2

Re: Set selected taskRecord bodyItem hidden property to true/false dynamically

Posted: Wed Sep 21, 2022 3:41 pm
by rodel.ocfemia

Hi mats,
I tried the following code but record.showTitle is undefined. Anyway, I have fixed the issue by accessing each taskRecord inside processItems. Thanks

_taskBoard.project.taskStore.forEach(function (record, index) {
              console.log(record.showTitle)
      })
})

Re: Set selected taskRecord bodyItem hidden property to true/false dynamically

Posted: Wed Sep 21, 2022 3:54 pm
by mats

So all working ok now?


Re: Set selected taskRecord bodyItem hidden property to true/false dynamically

Posted: Thu Sep 22, 2022 10:39 am
by rodel.ocfemia

yes. thanks