Untitled
Coder2828
plain_text
08/14/2026 2:34 PM
1.4 KB
3
Indexable
Thanks for flagging this — here's the root cause. While developing the PunchOut enhancement in SD2, I initially placed the INCLUDE at the top of the method to bypass some errors during my own testing. I later corrected this and moved the INCLUDE to the bottom, in line with standard sequencing guidelines. However, when the code was subsequently copied over to SD1, it picked up the earlier (uncorrected) version with the INCLUDE still at the top — I missed manually re-applying the position fix in SD1 at that time. That uncorrected version is what then moved forward into SQ1 and SQ3, which is why the include ended up ahead of the existing logic and caused the downstream FS 2736, 1993, 1657, 3331, and 3683 issues to stop executing. I've corrected the include position and moved the fix through to SQ1 and SQ3. Please have the team re-verify the affected FS functionalities there and let me know if anything still doesn't behave as expected. Apologies for the oversight — will make sure the position is explicitly checked as part of transport comparison going forward.
Editor is loading...
Leave a Comment