Why do you need this change?
Please extend following event with record from page.
Current state:
[IntegrationEvent(false, false)]
local procedure OnAfterCheckContractLine(var CustSubContractLine: Record "Cust. Sub. Contract Line")
begin
end;
Describe the request
Expected event:
[IntegrationEvent(false, false)]
local procedure OnAfterCheckContractLine(var CustSubContractLine: Record "Cust. Sub. Contract Line"; Rec: Record "Cust. Sub. Contract Line)
begin
end;
It's needed for maintaining the pages record filters for additional checks of lines.