You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can try to use the query builder to achieve this. Not sure it will cover your needs, but worth to give a try.
Navigate to Product management > parts, then click on the query builder button (on the left side of the quick search field). Choose a product context, an the desired fields to be exported (part number, depth, amout...). Click on export or search to get the results. This results can also be requested from the REST API
POST /eplmp-server-rest/api/workspaces/<WORKSPACE_ID>/parts/queries
{"contexts":[{"configurationItemId":"<PRODUCT_ID>","workspaceId":"<WORKSPACE_ID>"}],"selects":["pm.number","ctx.depth","ctx.amount"],"orderByList":[],"groupedByList":[],"queryRule":null,"pathDataQueryRule":null,"name":""}
How to export the BOM list, or provide the BOM API for other systems to use.
The text was updated successfully, but these errors were encountered: