Solved

Fieldupdated event not trigger on my custom field

  • 22 September 2023
  • 2 replies
  • 56 views

Userlevel 3
Badge

protected void Vendor_UsrAccountName_FieldUpdated(PXCache cache, PXFieldUpdatedEventArgs e)
        {
            var row = e.Row;
            if (row == null) return;
            Base.BAccount.Current.VStatus= "I";
        }

How can I invoke event that field ?

icon

Best answer by Django 22 September 2023, 03:46

View original

2 replies

Userlevel 7
Badge +5

Can you confirm that you’ve set CommitChanges = True for that field’s properties in the screen code (aspx)?

Userlevel 3
Badge

thank you It solved

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved