The purpose of event change is customer want to skip the standard condition.
could you please add the parameter as
[IntegrationEvent(false, false)]
local procedure OnAfterIsElectronicBankPaymentType(ar GenJournalLine: Record "Gen. Journal Line";BankPaymenType: Enum "Bank Payment Type"; var IsElectronicPaymentType: Boolean)
begin
end;
Additional context
we want to skip the field error then want to new conditions
Describe the request
The purpose of event change is customer want to skip the standard condition. could you please add the parameter as
[IntegrationEvent(false, false)] local procedure OnAfterIsElectronicBankPaymentType(ar GenJournalLine: Record "Gen. Journal Line";BankPaymenType: Enum "Bank Payment Type"; var IsElectronicPaymentType: Boolean) begin end;
Additional context
we want to skip the field error then want to new conditions
Internal work item: AB#543001