Skip to main content
Solved

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

  • 14 August 2024
  • 1 reply
  • 26 views

I have create Process screen 
 


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

 

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!


Reply