Fusion Manage Forum
Welcome to Autodesk’s Fusion Manage (formerly Fusion 360 Manage) Forum. Share your knowledge, ask questions, and explore popular Fusion Manage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

REST access to Sourcing tab

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
chocolate_ali
406 Views, 4 Replies

REST access to Sourcing tab

Does anyone know if there is a REST interface to access the Sourcing tab for an Item?

4 REPLIES 4
Message 2 of 5
gasevsm
in reply to: chocolate_ali

Greetings, presently there is no access to Sourcing tab via the API. Kindly share some insight into what are you trying to achieve; we may help out in a different way.
Regards,

Martin Gasevski | Fusion 360 Team Product Manager
Message 3 of 5
chocolate_ali
in reply to: gasevsm

We are currently doing a nightly import/update of our Items and Suppliers workspaces from our Vault and Account systems respectively using the REST API. What we would like to do is also set the Sourcing information in the Item workspace at the same time.

Message 4 of 5
gasevsm
in reply to: chocolate_ali

In absence of Sourcing API, you may use API + Scripting: the API to create new Item and the scripting to populate Sourcing tab.

 

In details, can approach a direction of creating an item and passing in information (in JSON deserialzied format) about its suppliers and quotes within a paragraph field sitting on its item details.

Leveraging PLM's onCraete script behavior (which would kick in when item is created), it would read from that paragraph field, serialize a JSON object and within the script access and populate the Sourcing tab with corresponding Suplier and its quotes. Empty the field at the script's end. 

This paragraph field could reside in separate section with advanced permissions where only the API user would have write abiltiy and no other group would have even read visibility - completely hidden section.  That way, users editing item via UI would not be pestered with integration field.

 

Does this make sense?


Martin Gasevski | Fusion 360 Team Product Manager
Message 5 of 5
chocolate_ali
in reply to: gasevsm

Hi Martin

 

That sounds like a good workaround. Thanks for your help with this issue.

 

Regards

Ali

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report