Search code examples
c#asp.net-web-apiintegrationautodesk-forgedynamics-crm-365-v9

How Integrate between Autodesk forge and CRM 365?


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

any help please


Solution

  • 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.