Loading ...

RowPersisting Declaration In Acumatica

Just small search result.

Row persiting event declares as following:

protected virtual void YourDACClasss_RowPersisting(PXCache cache, PXRowPersistingEventArgs e)

   {

 

   }