Table Insurance

ID 5628
Namespace: Microsoft.FixedAssets.Insurance

Properties

Name Value
Caption Insurance
DataCaptionFields 1,33
DrillDownPageID Page Microsoft.FixedAssets.Insurance."Insurance List"
LookupPageID Page Microsoft.FixedAssets.Insurance."Insurance List"
Permissions TableData "Ins. Coverage Ledger Entry" = r
DataClassification CustomerContent

Fields

Name Type Description
"No." Code[20]
"Effective Date" Date
"Expiration Date" Date
"Policy No." Text[30]
"Annual Premium" Decimal
"Policy Coverage" Decimal
"Total Value Insured" Decimal
Comment Boolean
"Insurance Type" Code[10]
"Last Date Modified" Date
"Insurance Vendor No." Code[20]
"FA Class Code" Code[10]
"FA Subclass Code" Code[10]
"FA Location Code" Code[10]
"Global Dimension 1 Code" Code[20]
"Global Dimension 2 Code" Code[20]
"Location Code" Code[10]
Blocked Boolean
Description Text[100]
"Search Description" Code[100]
"Date Filter" Date
"No. Series" Code[20]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

AssistEdit

procedure AssistEdit(OldInsurance: Record Insurance): Boolean

Parameters

Name Type Description
OldInsurance Table Microsoft.FixedAssets.Insurance.Insurance

Returns

Type Description
Boolean

ValidateShortcutDimCode

procedure ValidateShortcutDimCode(FieldNumber: Integer, var ShortcutDimCode: Code[20])

Parameters

Name Type Description
FieldNumber Integer
ShortcutDimCode Code[20]

Events

OnAfterValidateShortcutDimCode

[IntegrationEvent(False,False)]
local procedure OnAfterValidateShortcutDimCode(var Insurance: Record Insurance, var xInsurance: Record Insurance, FieldNumber: Integer, var ShortcutDimCode: Code[20])

Parameters

Name Type Description
Insurance Table Microsoft.FixedAssets.Insurance.Insurance
xInsurance Table Microsoft.FixedAssets.Insurance.Insurance
FieldNumber Integer
ShortcutDimCode Code[20]

OnBeforeAssistEdit

[IntegrationEvent(False,False)]
local procedure OnBeforeAssistEdit(var Insurance: Record Insurance, OldInsurance: Record Insurance, var Result: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
Insurance Table Microsoft.FixedAssets.Insurance.Insurance
OldInsurance Table Microsoft.FixedAssets.Insurance.Insurance
Result Boolean
IsHandled Boolean

OnBeforeValidateShortcutDimCode

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateShortcutDimCode(var Insurance: Record Insurance, var xInsurance: Record Insurance, FieldNumber: Integer, var ShortcutDimCode: Code[20])

Parameters

Name Type Description
Insurance Table Microsoft.FixedAssets.Insurance.Insurance
xInsurance Table Microsoft.FixedAssets.Insurance.Insurance
FieldNumber Integer
ShortcutDimCode Code[20]

See also