Table "Cost Allocation Source"

ID 1106
Namespace: Microsoft.CostAccounting.Allocation

Properties

Name Value
Caption Cost Allocation Source
DataClassification CustomerContent
LookupPageID Page Microsoft.CostAccounting.Allocation."Cost Allocation Sources"

Fields

Name Type Description
ID Code[10]
Level Integer
"Valid From" Date
"Valid To" Date
"Cost Type Range" Code[30]
"Cost Center Code" Code[20]
"Cost Object Code" Code[20]
Variant Code[10]
"Credit to Cost Type" Code[20]
Comment Text[50]
"Total Share" Decimal
Blocked Boolean
"Last Date Modified" Date
"User ID" Code[50]
"Allocation Source Type" Option
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Events

OnBeforeValidateCostCenterCode

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateCostCenterCode(var CostAllocationSource: Record "Cost Allocation Source", var IsHandled: Boolean)

Parameters

Name Type Description
CostAllocationSource Table Microsoft.CostAccounting.Allocation."Cost Allocation Source"
IsHandled Boolean

OnBeforeValidateCostObjectCode

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateCostObjectCode(var CostAllocationSource: Record "Cost Allocation Source", var IsHandled: Boolean)

Parameters

Name Type Description
CostAllocationSource Table Microsoft.CostAccounting.Allocation."Cost Allocation Source"
IsHandled Boolean

See also