Codeunit "ForNAV Service Commitment"
ID 6188535
Methods
GetServiceCommitment
Obsolete
This element will become obsolete from version 8.1. Replaced by GetSalesSubscriptionLine
Get the Microsoft.SubscriptionBilling."Sales Service Commitment" for these source tables: "Sales Line"
[Obsolete(Replaced by GetSalesSubscriptionLine,8.1)]
procedure GetServiceCommitment(var ForNAVServiceCommitmentRecRef: RecordRef; SourceRec: Variant)
Parameters
| Name | Type | Description |
|---|---|---|
| ForNAVServiceCommitmentRecRef | RecordRef |
"Sales Service Commitment" RecordRef. |
| SourceRec | Variant |
A variant of type Record or RecordRef that represents the source table. |
GetSalesSubscriptionLine
Get the Microsoft.SubscriptionBilling."Sales Subscription Line" for these source tables: "Sales Line"
procedure GetSalesSubscriptionLine(var ForNAVSalesSubscriptionLineRecRef: RecordRef; SourceRec: Variant)
Parameters
| Name | Type | Description |
|---|---|---|
| ForNAVSalesSubscriptionLineRecRef | RecordRef |
"Sales Subscription Line" RecordRef. |
| SourceRec | Variant |
A variant of type Record or RecordRef that represents the source table. |
Events
OnBeforeGetServiceCommitment
Obsolete
This element will become obsolete from version 8.1. Replaced by OnBeforeGetSalesSubscriptionLine
[Obsolete(Replaced by OnBeforeGetSalesSubscriptionLine,8.1)]
[IntegrationEvent(False,False)]
local procedure OnBeforeGetServiceCommitment(var ForNAVServiceCommitmentRecRef: RecordRef; SourceRec: Variant; var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ForNAVServiceCommitmentRecRef | RecordRef | |
| SourceRec | Variant | |
| Handled | Boolean |
OnBeforeGetSalesSubscriptionLine
[IntegrationEvent(False,False)]
local procedure OnBeforeGetSalesSubscriptionLine(var ForNAVSalesSubscriptionLineRecRef: RecordRef; SourceRec: Variant; var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ForNAVSalesSubscriptionLineRecRef | RecordRef | |
| SourceRec | Variant | |
| Handled | Boolean |