0

i want to integrate between auto-desk forge in CRM 365, to view and set data in CRM.

any help please

1 Answers1

0

What data/capabilities are you looking to integrate? So I can make this answer more relevant to your needs.

Forge outputs data in the JSON format so you can then convert a compatible format (CSV etc.) for Dynamics. Here's a couple of samples that export Forge data to CSV.

Alternatively try the MS Flow platform to automated workflow - we plan to release a custom Forge connector in the near future - stay tuned to our official blog for updates.

UPDATE

Integrate Forge Viewer with Dynamics 365 to visualize models

Create a web app with Viewer to load the models then insert an iframe control to your 365 form linking to your web app - see here.

save the design properties for example (name, code, color, length, width ....)

The design data would be extracted and available at GET :urn/metadata/:guid/properties once the model has been translated to any format.

Bryan Huang
  • 5,247
  • 2
  • 15
  • 20
  • thank you for response, What I specifically want is show the view from Forge in CRM And save the design properties for example (name, code, color, length, width ....) – Abdelrhman Kotp Ashry Nov 18 '19 at 09:29
  • By `view` did you mean Forge Viewer to visualize the models? If so see the updated answer. – Bryan Huang Nov 19 '19 at 02:54
  • Dear thank you, I'll try and tell you what has been done. – Abdelrhman Kotp Ashry Nov 19 '19 at 07:19
  • Dear Brian, I tried to apply your suggestion after my research on this topic Download the sample code from the relevant throttle site. So what is the right way to carry out my mission I am now confused and tired of my mission Can you give me a personal contact like mail? – Abdelrhman Kotp Ashry Nov 20 '19 at 07:15
  • Basically you will need to set up your Forge Viewer app on a server that can be accessed by your users and integrate the app by embedding in an iFrame on your Dynamics 365 - see [here](https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/create-web-resources-iframe-mobile) for more details on the embedding front (if you have limited exposure to web dev I'd suggest to leave this to your developers). And you can send questions to our team mail @ forge.help at autodesk.com – Bryan Huang Nov 21 '19 at 02:32