Question

Wadaco 'Report Picking Part' with Activity sequence- how?

  • 14 March 2024
  • 3 replies
  • 33 views

Userlevel 4
Badge +8

We are running IFSAPP10 upd.19.

 

We are setting up Wadaco but cannot get “Report Picking part” to work with any rows using Activity sequence. All other parts works fine.

It cannot select any default, list of values or even the actual Activity sequence from the reservation, stock or shipment/order line (they are all the same). The part to pick is already identified to the unique part by part number and configuration ID.

 

Even if we use the standard configuration we get the same issue. Can anyone verify if they got it to work with Activity sequence reservations? Could it be a bug?

@Dario Zani Perhaps you have some input? Your replyes on other topics here have been helpful!


3 replies

Userlevel 6
Badge +16

Sounds odd, could be a bug perhaps. So you say all pick list lines with a project connection where activity sequence is not 0 fails here or?

Is pick by choice enabled on the site? Since I noticed when PBC is enabled there is some extra filtering happening for project connections that maybe could fail.

There have been several bug fixes in this section of the code where the project connection is handled for PBC:

144977, 

147339 (for Supply Code Project Inventory), 

160848 (for supply code Purch Order Transit), 

161106 (for supply code Project Delivery)

Maybe you are missing some of these bug fixes.

A quick test could be to turn off PBC on site.

Userlevel 4
Badge +8

 

A quick test could be to turn off PBC on site.

Thanks for your reply, I must have missed the notifiaction of your answer.

Turning Pick By Choice off does fix the issue.
I did also try to look at start/finish dates of the project and activities to see if that was an issue but it was not.

So now we have to look into the bug fixes to see what we are missing.

Im quite familiar in looking at the code in the developer to find clues, but how can I know where the bug fixes you referenced are? In what packages?

If I could see that they are missing, I could create a case to get them in place.

Userlevel 6
Badge +16

Hi @LundahlOskar 

The server package is Data_Capt_Report_Pick_Part_API and the method with the fixes is Get_Pick_By_Choice_Whr_Expr___ and the section with these bug fixes is in the end connected to activity_seq data item.

and in the beginning of the method:

I hope that helps your investigation.

Reply