Hi all,
We have a lot of grouped resources, like shown in this image:
How do I get the resource from the selected cell ( for example '1 AW handmatig - WV-LV-95 ) after selecting an option from the context menu?
Right now I have:
var selectedCells = scheduleObj.getSelectedElements();
var activeCellsData = scheduleObj.getCellDetails(selectedCells.length > 0 ? selectedCells : selectedTarget);
var i = activeCellsData.groupIndex;
Which gives me the groupIndex, but I can't figure out how to get the associated resource.