Solved

AGGREGATED_LINE_ID Item in REPORT_PICKING_HU Wadaco Process

  • 14 March 2024
  • 2 replies
  • 30 views

Badge +1
  • Do Gooder (Employee)
  • 3 replies

Hi!

Can anyone share with me information, where AGGREGATED_LINE_ID “key” comes from? In what object this is an objid or something like that?

I believe that’s similar to UNIQUE_LINE_ID Item from REPORT_PICKING_PART as this is objid from CUSTOMER_ORDER_RESERVATION.

Thank you!

icon

Best answer by Dario Zani 14 March 2024, 09:11

View original

2 replies

Userlevel 6
Badge +16

Yes as you said it is the similar thing as unique_line_id its to simulate when a user selects a line/record in the regular client but since the pick list functionality dont have any visible key for the lines we are using the rowid/objid from the data source instead in wadaco.

In this case its the rowid for the HANDL_UNIT_STOCK_SNAPSHOT_TAB table which is the base for most aggregated tabs for some of the flows that handles handling units.

You could see this if you check the server package for Pick_Customer_Order_API.

 

This is for the Cloud releases, back in apps10 it was the same from the start but after some updates it was changed due to some issues, so there is rather a concatenated string of all keys for HANDL_UNIT_STOCK_SNAPSHOT_TAB instead with bug fix 161274.

 

Badge +1

Thank you very much for fast answer! :)

Reply