Skip to main content
Answer

Show results for Inventory Transaction History when Inventory ID is empty

  • July 6, 2021
  • 1 reply
  • 257 views

Forum|alt.badge.img

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.

Best answer by Naveen Boga

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.

 

1 reply

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • Answer
  • July 6, 2021

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.