
Hi Expert.
I use RowPersisting to validate row and set error by:
PXUIFieldAttribute.SetError<EPTimeCardSummary.earningType>(cache, row, null);
cache.RaiseExceptionHandling<EPTimeCardSummary.earningType>(e.Row, row.EarningType, new PXSetPropertyException(String.Format(ConstantsEP.MsgEarningType, item.EarningType, contr.ContractCD.Trim(), PXErrorLevel.Error)));
Now i want show error field in multi row (above image). How i do that?
Thank you so much.