10,850
edits
No edit summary |
|||
Line 68: | Line 68: | ||
;Map Pin Expansion | ;Map Pin Expansion | ||
: (iOS) Allow the pin expansion on the map (show contact details for related record) | : (iOS) Allow the pin expansion on the map (show contact details for related record) | ||
== Customize map pin information == | |||
When you tap a pin on the map, Resco Mobile CRM displays additional details about the record. You can customize the text displayed on the map. | |||
* Create a specific hidden [[view]] used by the map. | |||
* On the view, specify which fields will be shown as cells. | |||
* If you need to fetch some data into the cell's field (e.g., multiple strings from multiple fields), you can configure this via [[Row Script]] by creating a variable. | |||
;Setting up this feature | |||
# Create a new view.<br>[[File:Create-a-hidden-view.png|600px|alt=create a new hidden view]] | |||
# Add fields as needed and select the appropriate style.<br>[[File:Customize-the-view.png|600px|alt=customize the view]] | |||
# Optionally, use Row Script to combine values from multiple fields.<br>[[File:Add-simple-rowscript.png|600px|alt=add a simple row script]] | |||
# Set the new view as the initial view in map properties.<br>[[File:Set-the-view-as-initial-in-map-properties.png|600px|alt=set the view as initial for map]] | |||
# Publish the app project and verify the behavior in the app.<br>[[File:Verify-pin-info-in-app.png|600px|alt=verify in the app]] |