Skip to content

page 8006 "Contract Renewal Selection" OnAfterCheckContractLine #29315

@samra-singhammer

Description

@samra-singhammer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions