How Integrate between Autodesk forge and CRM 365?

118 Views Asked by At

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

any help please

1

There are 1 best solutions below

5
Bryan Huang On BEST ANSWER

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.