Codeunit "ForNAV Get Prepayment"
ID 6188558
Methods
GetPrepayment
procedure GetPrepayment(var Prepayment: Record "ForNAV Prepayment"; ParentRecRef: RecordRef)
Parameters
| Name | Type | Description |
|---|---|---|
| Prepayment | Table "ForNAV Prepayment" | |
| ParentRecRef | RecordRef |
Events
OnBeforeGetPrepayment
[IntegrationEvent(False,False)]
procedure OnBeforeGetPrepayment(var TempPrepayment: Record "ForNAV Prepayment"; SourceRec: Variant; var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| TempPrepayment | Table "ForNAV Prepayment" | |
| SourceRec | Variant | |
| Handled | Boolean |