Designing BIPublisher template for Work order print - R31415

Mgroeneveld

Well Known Member
Hey list

Due to some technical reasons, we had to urgently create a R31415 based BIPublisher template.

I am able to generate the XML file as well as to build the initial WO print (showing WO detail info, parts list and routing info). However, when multiple orders are selected, the sections shown in the XML file are not really usable within BIPublisher. They are shown in hierarchy instead of a hierarchy based on order#. The sections are also shown per page. So e.g. same section with the same order# shown twice due to 2 pages.

Did anyone successfully create a R31415 WO print layout using BIPublisher (RTF). If so, could you share that with me or instruct me how to best set that up?
 
Hey list

Due to some technical reasons, we had to urgently create a R31415 based BIPublisher template.

I am able to generate the XML file as well as to build the initial WO print (showing WO detail info, parts list and routing info). However, when multiple orders are selected, the sections shown in the XML file are not really usable within BIPublisher. They are shown in hierarchy instead of a hierarchy based on order#. The sections are also shown per page. So e.g. same section with the same order# shown twice due to 2 pages.

Did anyone successfully create a R31415 WO print layout using BIPublisher (RTF). If so, could you share that with me or instruct me how to best set that up?

I solved like this:

I've added order# in every section printed (in RDA). In this way I can determine which order is that row referred (also if it's not a hierarchical xml).

Once opened the rtf template, when printing the order header I copy the order # in a variable so, in every section I print, after the for-each instruction, I can test if the order# in the variable is equal to the row I'm reading: if it's ok, I print it.

Let me know if it's ok.

Davide
 
Davide

OK. Makes sense. Question. Could you send me your RTF template? I can then add the order number and make sure coding is ok.
 
Hi ,

We are having the same issue now with R31415 WO Print , could you send on the RTF template also thanks
 
Back
Top