简体   繁体   English

Dynamics AX 2012-BOM中的位置

[英]Dynamics AX 2012 - Positions in BOM

I need help not with code but with conception. 我需要帮助的不是代码,而是概念。 I BOM table there ale BOMs with field Position. 我的BOM表中有位置字段的BOM。 I need to 'slice' this field into each position for example BOM position "A1-A3, 45" should be exported into excel like this: 我需要将此字段“切片”到每个位置,例如BOM位置“ A1-A3,45”应按以下方式导出到excel中:

  • BOMid A1 BOMid A1
  • BOMid A2 BOMid A2
  • BOMid A3 BOMid A3
  • BOMid 45 物料清单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. 您可以查看物料清单行的数据导入/导出实体,并为“位置”字段中的文本添加一些解析逻辑,以将一个BOM记录拆分为登台表中的多个记录。 The data from the staging table could then be exported into Excel. 然后可以将登台表中的数据导出到Excel中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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