Introduction
When working with Acumatica, developers often encounter challenges when dealing with shared DACs across multiple screens. One common scenario involves the ARInvoice DAC, which is used by both ARInvoiceEntry and SOInvoiceEntry graphs. If you need to differentiate event handler behavio...
Hello everybody,
today I want to leave a note on usage of RowPersisting event.
Quite often I see situations, when RowPersisting is used for making additional insertions to database. Also quite often I see cases when some additional inserts being performed to database.
I want to warn against...
Just small search result.
Row persiting event declares as following:
protected virtual void YourDACClasss_RowPersisting(PXCache cache, PXRowPersistingEventArgs e)
{
}
Ready to take your Acumatica development to the next level? If you’re looking to custo...