Hi.
We have set up a an Export Rule, and the export of BOM to XML is working just fine.
My question is, is it possible to export the XML file without a state change?
I am thinking a Dispatch or something in that direction.
Thanks in advance
Hi.
We have set up a an Export Rule, and the export of BOM to XML is working just fine.
My question is, is it possible to export the XML file without a state change?
I am thinking a Dispatch or something in that direction.
Thanks in advance
Good luck getting all of the references and variable values for a BOM in Dispatch. If it can be done, I'd love to see it.
If you want to allow users to create an XML BOM output you can hack it in the workflow. Just create a single state with a transition going in and then auto heading right back where it came from. Run the XML out in the transition. Depending on how many states you want to run this from, it make a workflow look like spaghetti junction but it will work and you can control when and who can do it.
Your other option is to write an add-in that makes it available in a RMB option.
Hi Niels
If you are able to programme add-ins and don't want to change your workflow, this post may be helpful.
https://forum.solidworks.com/thread/215502#818799
Good luck getting all of the references and variable values for a BOM in Dispatch. If it can be done, I'd love to see it.
If you want to allow users to create an XML BOM output you can hack it in the workflow. Just create a single state with a transition going in and then auto heading right back where it came from. Run the XML out in the transition. Depending on how many states you want to run this from, it make a workflow look like spaghetti junction but it will work and you can control when and who can do it.
Your other option is to write an add-in that makes it available in a RMB option.