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.
Asked
Active
Viewed 519 times
-5
-
I'm puzzled: "ergonomic parts and graphics" such as ? – Alex Dec 23 '16 at 10:04
-
@Alex Thank you for helping. I edited the post to give an example – Mouhie Dec 23 '16 at 15:34
-
I see. That's actually a HTML Web Resource embedded in the form. MSDN as always has lots of info about how to build one. – Alex Dec 23 '16 at 15:37
-
I found nothing about that on the web – Mouhie Dec 23 '16 at 16:51
2 Answers
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:.
-
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
-
0
Check Single View Builder for Dynamics CRM: https://www.youtube.com/watch?v=aAO8EGw-f_4

Piotr Gaszewski
- 343
- 3
- 15
-
Thank you. Unfortunately Single View Builder seems as a powerfull tool but not free. – Mouhie Dec 23 '16 at 09:23
-
I've also found the following solution: https://richux.codeplex.com/. I've never used it, however screens look promising :) – Piotr Gaszewski Jan 03 '17 at 06:51
-
Thank you very much Piotr, this tool seems very interesting im going to try it. – Mouhie Jan 04 '17 at 10:17