Table of Contents

Page "Customer Contract Lines"

ID 8075
Namespace: Microsoft.SubscriptionBilling

Properties

Name Value
PageType List
SourceTable Table Microsoft.SubscriptionBilling."Cust. Sub. Contract Line"
Caption Customer Subscription Contract Lines
Editable False
UsageCategory None
ApplicationArea #All

Events

OnAfterLoadQuantityForContractLine

[IntegrationEvent(False,False)]
local procedure OnAfterLoadQuantityForContractLine(CustSubContractLine: Record "Cust. Sub. Contract Line"; SubscriptionHeader: Record "Subscription Header"; var ContractLineQty: Decimal)

Parameters

Name Type Description
CustSubContractLine Table Microsoft.SubscriptionBilling."Cust. Sub. Contract Line"
SubscriptionHeader Table Microsoft.SubscriptionBilling."Subscription Header"
ContractLineQty Decimal

OnAfterSetNextBillingDateStyle

[IntegrationEvent(False,False)]
local procedure OnAfterSetNextBillingDateStyle(CustSubContractLine: Record "Cust. Sub. Contract Line"; SubscriptionLine: Record "Subscription Line"; var NextBillingDateStyleExpr: Text)

Parameters

Name Type Description
CustSubContractLine Table Microsoft.SubscriptionBilling."Cust. Sub. Contract Line"
SubscriptionLine Table Microsoft.SubscriptionBilling."Subscription Line"
NextBillingDateStyleExpr Text

See also