-5

I'm working on Ms Dynamics CRM 2016 and I'm looking for a tool or a way to have a 360° view on the Account/Contact forms. I want to insert ergonomic parts and graphics to the forms like the photo shows. Thanks for help.

enter image description here

Rénald
  • 1,412
  • 12
  • 29
Mouhie
  • 59
  • 2
  • 3
  • 16

2 Answers2

1

Google Maps can be embedded in IFRAMEs, with a URL in the form of

https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY&q=Eiffel+Tower,Paris+France

The following URL parameter is required:

q: defines the place to highlight on the map. It accepts a location as either a place name, address, or place ID. The string should be URL-escaped, so an address such as "City Hall, New York, NY" should be converted to City+Hall,New+York,NY. (The Google Maps Embed API supports both + and %20 when escaping spaces.) Place IDs should be prefixed with place_id:.

Community
  • 1
  • 1
Alex
  • 23,004
  • 4
  • 39
  • 73
  • Bing most likely has this too (you'd be able to reuse the key from CRM itself) but I have no clue about it. – Alex Dec 23 '16 at 08:19
  • Thank you for your suggest. But unfortunately it's not what i'm looking for. I'm looking for tools to insert an ergonomic design and graphics to the Contact/Account form – Mouhie Dec 23 '16 at 09:27
  • I have no idea what that means, sorry – Alex Dec 23 '16 at 10:03
0

Check Single View Builder for Dynamics CRM: https://www.youtube.com/watch?v=aAO8EGw-f_4

Piotr Gaszewski
  • 343
  • 3
  • 15