
Hi,
Intro:
During manufacturing, the production worker has a assembly drawing with different exploded views and steps of the items he/she is making.
On this assembly drawing we use 'Position no' to mark the different items that are consumed (1,2,3,4,5,etc). See picture underneath for example.
There numbers are also listed in the Production BOM for this specific BOM level so there is a link between the assembly drawing and the actual part that you are using/mounting.
When creating a production order the components list contains these position no and I would like to print a components list that includes the item no, description, quantity per and Position. I have found the Material Requisition sheet that can be printed directly from the production order, but this built-in report does not include the Position column that I require. The system only have RDLC type of report and not Word, which I don't know how to edit. When I try to create the report through XML Mapping in Word I can't find the code which includes 'Position'.
Question:
Are there any methods to include 'Position' in the Material Requisition report through Word? Or do I have to edit the RDLC document?
(I know I could get the components list with position no by opening the components list in excel and then print it, but this is not the method that I want to use.)
Hope somebody can help me with this.
Best regards
Andreas Isaksen
Hi
you need a developer to add the "Position" to dataset of the report. Then you can add it to RDL or Word report.