Hello all,
When a new item is added on the Quotation form, I need to perform some additional calculations on the new line, but when I intercept the et_CHOOSE_FROM_LIST event in "AfterAction" (!BeforeAction), the ItemCode in still not entered into column "1" on the matrix (with UniqueId = "38").
Is there a way to intercept insertion of a new line after B1 has filled its values? Looks like the "AfterAction" of et_CHOOSE_FROM_LIST fires too early and B1 puts the chosen ItemCode into the matrix later. Is any event fired after that?