BOM Structure in Redlined BOM

Can we create a BOM Structure in the Redlined BOM? I mean in the Parent-child way… I am not able to create the children in the Redlined BOM. Please suggest.

Thanks!

Agile Talent Asked on June 30, 2016 in Agile PLM (v9),   Product Collaboration.
Add Comment
2 Answer(s)

HI Nagma,

You can redline an Affected Item of a change order actually.
This means that you can modify the BOM Structure (using redlining) of the affected item but not of its children. To do that you have to add its chidlren as well in the same change order and release all together.
If you mean that this has to be done via SDK, it is the same. The Redlined BOM cannot be Redlined in turn.

Agile Angel Answered on June 30, 2016.

Hi Antonio,

Thanks for the response. Yes, I am doing through SDK, and I need to add the BOM structure directly in Redlined BOM which is blank initially, I mean in the first release there is no BOM in the Part number. During the next Pending change, user wants the BOM to be populated automatically as per an excel sheet.
So, I am trying to populate the same structure through SDK.

on June 30, 2016.

Hi Nagma,

To release the change and the redlined BOM structure as well, it is necessary to include them in the affected item tab.
this means that you will find them in the affected item tab (and create a new version) and you can redline the structure as for them parents.

on June 30, 2016.
Add Comment

Hi Nagma,

You can do that through SDK. All you need to do is to get the table “TABLE_REDLINEBOM” from the Affected Item. You can do all the updates needed to the BOM structure in this table.

Agile User Answered on June 30, 2016.

Thanks Anshuman. 🙂
 However, when I try 
IRow row = bom.createRow(item);  it creates items of 1st level only… not level 2,3….
Gives error as :
Error code : 985 Root Cause exception : java.rmi.RemoteException: EJB Exception: ; nested exception is: java.lang.NullPointerException

Thanks!

on June 30, 2016.

Hi Nagma,

Redline feature is only for one level. To be able to create the complete structure, you have to include the level 2,3… items in the Affected Items tab and then redline it one by one. For Example, First add the parent item to the Change Affected Item Table. Then redline it and add level 1 item in the redline BOM. After this add the level 1 item in the Change Affected Item Table. Now redline the level 1 Item and add all the level 2 items in the BOM. And so on till the last level.
Once the change is released the complete structure will be created.

on July 4, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.