Skip to main content
Solved

Show results for Inventory Transaction History when Inventory ID is empty

  • 6 July 2021
  • 1 reply
  • 240 views

Hi,

 

Is it possible to to get the results from the inventory transaction history for all inventory items instead of only one? I made the Inventory ID field “not required” but then no data is showed.

Hi @francoisroux96  Currently, Inventory ID field is mandatory field in the “Inventory Transaction History” screen but Yes, we can bring the all the items transactions with the customization.

Code Change

We need to extend the this graph InventoryTranHistEnq and modify the resultRecords() delegate to fetch the all the items transactions instead of getting only for single item.

 


Reply