Skip to main content
Answer

I want to insert records in PXFilterProcessing view. But not able to insert records

  • August 14, 2024
  • 1 reply
  • 47 views

Forum|alt.badge.img

I have create Process screen 
 


I want to insert records in PXFilterProcessing view. But not able to insert records
 

 

Best answer by DipakNilkanth

Hi @hyadav08,

Could you please add below code snippet?
InventoryDetails.AllowInsert = true; or

InventoryDetails.Cache.AllowInsert = true;

this will allows to insert the data in the grid.
Hop, it helps!

1 reply

DipakNilkanth
Pro III
Forum|alt.badge.img+13
  • Pro III
  • Answer
  • August 14, 2024

Hi @hyadav08,

Could you please add below code snippet?
InventoryDetails.AllowInsert = true; or

InventoryDetails.Cache.AllowInsert = true;

this will allows to insert the data in the grid.
Hop, it helps!