Hi Experts,
We are working on WorkManager 6.1 and SMP3.0 SP03 OpenUI SDK.
We have extended CollectionDisplayAdapter Class to get WO Locations.We get AgentryData/AgentryProperty Object from CollectionDisplayModel Class.
From AgentryProperty Object, we tried to retrieve Location using
agentryProperty.asLocation().getLatitude()
agentryProperty.asLocation().getLongitude()
is AgentryLocation is same as WorkOrder Location?if not How to get WorkOrder Locations?