Hi,
i implemented CustomDataCollection interface (MyCustomDataCollection class) to do some modifications on polled data of agents.
i see when all polled data of an agent are disabled (isActive=false) the canProceedDataCollection method is not invoked for that agent and atleast one polled data must be enabled for that agent.
how can i changed this behavior so that this method be invoked for all agent regardless of their polled data status.
regards.