How to call SetPropertyException from another event handler?
问题 Below is my code to insert whatever value is entered into my UsrWLAmt field into my BudgetGrid representing the history of the fields values. I want to raise a warning prompting the user to enter a value into the details field in the BudgetGrid History protected void PMProject_UsrWLAmt_FieldUpdated(PXCache cache, PXFieldUpdatedEventArgs e, PXFieldUpdated InvokeBaseHandler) { if(InvokeBaseHandler != null) InvokeBaseHandler(cache, e); var row = (PMProject)e.Row; PMProject con = Base.Project