Task Map in Mobile Agent app shows pins on 0,0 location despite records having correct location linkedIssue In the ServiceNow Agent app, Task Map linked to Work Order Tasks displays incorrect pins at 0,0 location despite the fact that the tasks have correct locations records attached to them.ReleaseAll ReleasesCauseThis can happen because the user trying to access the locations on the map from the work order tasks does have access to the work order task itself but not. directly to the OOB / custom location tables bound to the Work Order Task. The affected user however is able to see the location records being displayed when viewing from the task itself because ACLs in ServiceNow don't automatically restrict access to records with reference to other records that users don't have access to.ResolutionCheck for access of the affected user on the OOB Location table or any custom location table and granting proper access should then start pointing the user to the correct location when selecting from the task and navigating to the map.