Skip to main content
Solved

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

  • August 14, 2024
  • 1 reply
  • 55 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 Dipak Nilkanth

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

Dipak Nilkanth
Pro III
Forum|alt.badge.img+14

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!