Skip to main content

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