Samm
(Arash Farmagham)
November 4, 2020, 8:01pm
21
So the question is how do I set OrderLine_KitParentLine field to be equal to line numbers?
I did a test and set them to OrderLine_KitParentLine = OrderLine and did a print on browser and it shows all lines. How can I make Epicor generate the correct OrderLine_KitParentLine numbers?
ckrusen
(Calvin Krusen)
November 4, 2020, 8:12pm
22
If you go into the order, Re-open it (and the lines and releases), then go to line 3, and see if anything shows Lines -> Kit Detail
Also, there are several OrderDtlFields that have to do with Sales Kit lines (or their components). Look at them in the SSMS.
Samm
(Arash Farmagham)
November 4, 2020, 8:23pm
23
Kit Detail is blank! I think someone has messed up with this order early on…
ckrusen
(Calvin Krusen)
November 4, 2020, 8:45pm
24
You could open a support ticket with Epicor. Maybe they can give you a hotfix to tweak those lines.
If you just need to print the packer out, maybe tweak the RDL’s query expression to force the Kit related fields. Something like:
..., null AS 'OrderLine_KitFlag', T2.OrderLine AS 'OrderLine_KitParentLine', ....
Samm
(Arash Farmagham)
November 4, 2020, 9:02pm
25
Yeah that’s what I did! Thanks a lot for your hints and help!! You’ve been extremely useful!
Have a great evening!
ckrusen
(Calvin Krusen)
November 4, 2020, 9:05pm
26
And not to pat myself on the back too hard… but what was the first reply in this topic?
Oh yeah …
Samm
(Arash Farmagham)
November 4, 2020, 9:09pm
27
We do not use saleskits, so no.