简体   繁体   中英

Dynamics AX 2012 - Positions in BOM

I need help not with code but with conception. I BOM table there ale BOMs with field Position. I need to 'slice' this field into each position for example BOM position "A1-A3, 45" should be exported into excel like this:

  • BOMid A1
  • BOMid A2
  • BOMid A3
  • BOMid 45

How to do this without using a lot of memory, creating new tables?

You could take a look at the data import/export entity for bill of material lines and add some parsing logic for the text in field Position to split one BOM record into several records in the staging table. The data from the staging table could then be exported into Excel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM