Generate Map link based on the bill address information such as address1, address2 and address3 only.
Create custom field to store the map link for the Billing Address with the following parameters specified.
- Label: Map
- ID: _map
- Type: Hyperlink
- Store Value: Not checked
- Applies To: Customer
- Display / Subtab: Main
- Display / Link Text: Click Here for Google Map
- Validation & Defaulting / Default Value:
- http://maps.google.com/maps?q={billaddr1}%20{billaddr2}%20{billaddr3}
- Validation & Defaulting / Formula: Not checked (after you save the field, return to the custom field configuration page and ensure that Formula is cleared)
Note: When creating dynamic hyperlinks, ensure that NetSuite tags embedded in the default value definition represent required fields. If the fields are not required, and the associated form does not include a value for the tag, then the resulting URL will be not be valid.