Question

Add Feedback item on WADACO

  • 9 February 2023
  • 2 replies
  • 124 views

Userlevel 3
Badge +9

Hi,

is it possible to add (easly) values on feedback item list ?

Or update some existing value ?

Regards,

Christophe

 


2 replies

Userlevel 6
Badge +16

Hi @Christophe BUSSI 

Is your question concerning the Find Inventory process specifically or are you asking in general for most processes?

Generally it requires just some extra coding in 2 places/files but for the Find Inventory process it is a bit more complex compared to most other processes and most feedback items we have.

Most feedback items are just using public Get-methods, but in some cases like in Find Inventory or feedbacks connected to handling unit structures they are fetched with some extra grouping or summarizing/calculation logic so you might have to add or change stuff in the selects that fetches that information.

For the easy ones where you know exactly how to fetch the information it is just a couple of minutes work, you need to add some code in a method called Add_Details_For_Latest_Item to fetch and then save that information to the session and then you also need to add your new feedback item to the post script that installs that process to the database with a call to Data_Capture_Common_Util_API.Install_Process_Feedback_Item.

 

Badge +1

Hello, @Dario Zani You have provide here all information what i want thank you! this informatin is solve my query.

Reply