Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to export BOM list? #1185

Open
ricefish888 opened this issue Aug 22, 2018 · 1 comment
Open

How to export BOM list? #1185

ricefish888 opened this issue Aug 22, 2018 · 1 comment

Comments

@ricefish888
Copy link

How to export the BOM list, or provide the BOM API for other systems to use.

@mguimard
Copy link
Member

mguimard commented Sep 4, 2018

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":""}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants