I am looking for a solution to automatically export (via workflow) master data for components and, if available, bom list as an XML file.
In my first attempt, I tried using an export rule in the workflow. I first tried it with the Solidworks BOM, but we are missing quite a few values from the master data.
In my second attempt, I tried the computed parts list, which allows me to specify how variables are output, but the position number and quantity are missing.
This is also not what I’m looking for.
I have already researched whether there is a solution as a task, but have not found anything suitable yet.
Does anyone have any ideas on how to export master data and parts lists with all the required content?
I was afraid it would come down to an add-in (again).
We’re already using an add-in. This add-in supports two-way communication between PDM and ERP. However, since we’ll only be transferring data from PDM to ERP in the future, and the add-in is relatively expensive and comes with an annual maintenance fee, plus the PDM is slowed down significantly by the add-in, we’re now looking for a solution that works with built-in tools.
Is it possible to call a standard SolidWorks macro from within a task? Because there is a ready-made macro for this in the SolidWorks documentation.
Or is it possible to insert the code for an SWX macro in the advanced script options for tasks?