Modified Multilevel BOM Report
Hello, I have modified the existing multilevel BOM report to get all the levels of the BOM. The OOTB feature only lets you fecth till the 5th level. I have modified the existing report to fetch till 18th level which was my initial requirement, this part is hardcoded and I want to make it dynamic. Please advice me on this topic. Just to gave a background, I have increased the indenture level in the Report stylesheet to 18 and made other changes accordingly, please let me know if this can be done dynamically. Please let me know. Thanks in advance, Mithun8.7KViews0likes6CommentsAras REST API - How do you navigate / create a BOM Structure using the REST API?
Hello Aras Community Members Does the ARAS REST API allow you to navigate the BOM structure, starting with a Part? For example, if I have a BOM structure as shown below, I would like to start with any Part in the structure and navigate down the BOM tree. Can anyone share the REST API endpoint for making this work, or point to a specific section in the API guide? Part A - Part A1 - Part A2 --- Part A21 --- Part A22 ------Part A221 Second question: Does the REST API allow users to create a BOM structure, e.g. a BOM tree as above? Third question: Does the REST API allow users to update the BOM structure?Solved5.2KViews0likes2CommentsBOM feature
Hi, Is it possible to modify BOM that we can see all parts levels, not just top-level, something like in the 'BOM Structure'? I think it would be helpful to see this information when building a BOM. You could even have a feature that lets you add a part directly to another level. This could speed up work by creating the BOM. Many thanks Best Regards, Erlandas4.5KViews0likes1CommentExport Relationships to Import to Another ItemType
Good day all. I would like to export all of the Relationship info from one ItemType so I can import it to another ItemType. Currently our database is configured so the Parts List (BOM) is a document and not part of the Part, both are custom ItemTypes. I would like to be able to export the BOM information from the Parts List so I can add it to the Part (trying to bring our database closer to OOTB). Thank you for any recommendations that you can provide.2.2KViews0likes1CommentPrinting a Multi-Level BOM Report for an Effectivity Resolved BOM
Experts - How do I print a multilevel BOM report for an effectivity resolved BOM? More details: We built a 150% BOM with model effectivity. We resolve the BOM to 100% by applying the model effectivity. Now we want to print this as a Multi-level BOM Report so that procurement can do their stuff? Exporting to excel is not an option, since the report is formatted and does not need all of the properties. Kamran1.7KViews0likes5CommentsCustom BOM Quantity Rollout Report
Hi, I am trying to develop a custom BOM Quantity Rollout report, we have been able to pull in all the information we need from the Parts and Part BOM however, we need help pulling in the Manufacturer Part from the Part AML, I need help in determining what I must add to the query in order to pull in the Part AML correctly, below is the current query: <Item type="Part" action="get" id="{@id}" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"> <Relationships> <Item type="Part BOM" select="sort_order,quantity,related_id(item_number,name,cavi_manufacturer)"> <related_id> <Item type="Part" select="item_number,name,cavi_manufacturer"></Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> </related_id> </Item> </Relationships> </Item> Any help on how to modify this to include the Part AML would be greatly appreciated, Thanks in advance,1.4KViews0likes0CommentsHow we can add search mode (Simple Search, AML Search, Advanced Search) dropdown in Multi-level BOM
Hi, I am trying to add search mode in the Multi-level BOM relationship toolbar, but I am not very sure that how can I achieve this. Also, I have one custom relationship where I am displaying data in TGV, in that custom toolbar also I want the same functionality i.e Search mode dropdown. Can anyone please let me know that is there any way to achieve the same? Regards, Maddy.1.4KViews0likes0CommentsHow can I control behavior of BOM on revision up
Hi community, Here is an use case that User want to control Part by item that make the BOM are float or fixed when revision up. I read some solution that you can use a customized property and replace the action when creating a new revision. But I need more explain on doing this. Thanks to read this.0Views0likes0CommentsAdd Documents To BOM Structure
Like the title says. I need the PDF version of all CAD documents to be shown in BOM and BOM Structure. Also, these have to be downloadable, if I can add a "Download All' button that would be cherry on top! I saw a post there similar to this. Do I need to edit the SQL query for this? Add joins to bring in the CAD documents? Which sql query would need to be edited? and is the "Download All" button implemented. If someone can give me the detailed steps to accomplish this that would be awesome. Thanks!0Views0likes1Comment