Question

wadaco - configuration feedback

  • 27 February 2020
  • 2 replies
  • 273 views

Userlevel 1
  • Sidekick (Customer)
  • 6 replies

Hi,

 

In our picking configuration the first thing the operator should see is the work information, feedback of the picking. But the feedback will always be blank, any suggestions to why this is happening?

Manufacturing part desc / part no are custom feedback fields from shop order part / part description.

 

//Jonas

 

 


2 replies

Userlevel 4
Badge +7

Hi,

Feedbacks needs minimal information to operate. Indeed, if you associate feedback on the first line, there is a lot of probability that information is missing.
For a good understanding of which information is required, you should test to associate feedback later in the transaction, or check the associated API with PL/SQL Developer for example.

Userlevel 6
Badge +16

ORDER_NO might work if you add it to the PICK_LIST_NO, but the other ones might work if you add them on UNIQUE_LINE_ID or in worst case after the ORDER items (ORDER_NO, RELEASE_NO, SEQUENCE_NO).

Reply