Hello,
the below event subscriber is being triggered twice when opening new "Sales Quote" from "Customer Card", once on page open, and another when changing focus to any other page field(by default the focus is on the No. field). is this normal?
[EventSubscriber(ObjectType::Table, Database::"Sales Header", 'OnAfterValidateEvent', 'Sell-to Customer No.', true, true)]
its working normally when creating new sales quote from sales quote page. (triggered only once when Customer No. is selected)