Table of Contents

KVSMEDBillingSchedule

Procedures

InitCustomerFilter(Code[20]) :

Summary: Initializes the Billing Schedule page for the specified customer.

procedure InitCustomerFilter(CustomerNo: Code[20]): 

Parameters:

  • CustomerNo: The customer number to initialize the filter record for.

InitProcessFilterRecord(Record KVSMEDProcessFilter) :

Summary: Initializes the Billing Schedule page with a predefined process filter record.

procedure InitProcessFilterRecord(KVSMEDProcessFilterDef: Record "KVSMEDProcessFilter"): 

Parameters:

  • KVSMEDProcessFilterDef: The process filter record to apply as the page filter.

Events

OnOpenPageOnBeforeApplyProcessFilter(Record KVSMEDProcessFilter) :

Summary: Raised in OnOpenPage before the process filter is applied. Allows subscribers to modify the process filter before it takes effect.

[IntegrationEvent(false, false)]
local procedure OnOpenPageOnBeforeApplyProcessFilter(var KVSMEDProcessFilter: Record "KVSMEDProcessFilter"): 

Parameters:

  • KVSMEDProcessFilter: The process filter record that will be applied.

Protected Variables

KVSMEDProcessFilter

Type: Record (KVSMEDProcessFilter)