Table "Contract Gain/Loss Entry"

ID 5969
Namespace: Microsoft.Service.Contract

Properties

Name Value
Caption Contract Gain/Loss Entry
DrillDownPageID Page Microsoft.Service.Contract."Contract Gain/Loss Entries"
LookupPageID Page Microsoft.Service.Contract."Contract Gain/Loss Entries"
Permissions TableData "Contract Gain/Loss Entry" = rimd
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
"Contract No." Code[20]
"Contract Group Code" Code[10]
"Change Date" Date
"Reason Code" Code[10]
"Type of Change" Enum Microsoft.Service.Contract."Service Contract Change Type"
"Responsibility Center" Code[10]
"Customer No." Code[20]
"Ship-to Code" Code[10]
"User ID" Code[50]
Amount Decimal
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CreateEntry

procedure CreateEntry(ChangeType: Enum "Service Contract Change Type", ContractType: Enum "Service Contract Type", ContractNo: Code[20], ChangeAmount: Decimal, ReasonCode: Code[10])

Parameters

Name Type Description
ChangeType Enum Microsoft.Service.Contract."Service Contract Change Type"
ContractType Enum Microsoft.Service.Contract."Service Contract Type"
ContractNo Code[20]
ChangeAmount Decimal
ReasonCode Code[10]

See also