Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Part Numbers
chris_thompson343
Member Posts: 2 PRO
Is it possible or is there a 3rd party app that allows the automatic generation of part numbers with each new document e.g. instead of a verbose name a numerical value such as XXXXXXX-XXX that is generated in succession with each new part or assembly created.
1
Answers
-
Its possible to do this with the API. You could setup a webhook that is triggered on new part of assembly creation and then have the API generate a PN and assign it. Webhooks are like triggers or event listeners that can be setup when certain actions happen. The trigger a message to a 3rd party app that can then generate the PNs and assign them to the parts/elements/etc.0
