If your team uses Apple Maps instead of Google Maps, a link can be added so they can click and navigate directly to the address with Apple Maps.
Sales Appointment
- Formula: HYPERLINK("http://maps.apple.com/maps?q=" & ( i360core__Address__r.i360core__Street_Address__c & ", " & i360core__Address__r.i360core__City__c & ", " & i360core__State_Province__c & " " & i360core__Zip_Postal_Code__c ), "Open in Apple Maps")
Project Activity
- Formula: HYPERLINK("http://maps.apple.com/maps?q=" & ( i360core__Project__r.i360core__Address__r.i360core__Street_Address__c & ", " & i360core__Project__r.i360core__Address__r.i360core__City__c & ", " & i360core__Project__r.i360core__Address__r.i360core__State_Province__c & " " & i360core__Project__r.i360core__Zip_Postal_Code__c ), "Open in Apple Maps")
The Salesforce mobile app will redirect to the address in Apple Maps.
Comments
0 comments
Article is closed for comments.