Table "Customized Calendar Entry"

ID 7603
Namespace: Microsoft.Foundation.Calendar

Properties

Name Value
Caption Customized Calendar Entry
DataClassification CustomerContent

Fields

Name Type Description
"Source Type" Enum Microsoft.Foundation.Calendar."Calendar Source Type"
"Source Code" Code[20]
"Additional Source Code" Code[20]
"Base Calendar Code" Code[10]
Date Date
Description Text[30]
Nonworking Boolean
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

UpdateExceptionEntry

procedure UpdateExceptionEntry()

GetCaption

procedure GetCaption(): Text[250]

Returns

Type Description
Text[250]

CopyFromCustomizedCalendarChange

procedure CopyFromCustomizedCalendarChange(CustomizedCalendarChange: Record "Customized Calendar Change")

Parameters

Name Type Description
CustomizedCalendarChange Table Microsoft.Foundation.Calendar."Customized Calendar Change"

Events

OnAfterCopyFromCustomizedCalendarChange

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromCustomizedCalendarChange(CustomizedCalendarChange: Record "Customized Calendar Change", var CustomizedCalendarEntry: Record "Customized Calendar Entry")

Parameters

Name Type Description
CustomizedCalendarChange Table Microsoft.Foundation.Calendar."Customized Calendar Change"
CustomizedCalendarEntry Table Microsoft.Foundation.Calendar."Customized Calendar Entry"

OnAfterUpdateExceptionEntry

[IntegrationEvent(False,False)]
local procedure OnAfterUpdateExceptionEntry(var CustomizedCalendarChange: Record "Customized Calendar Change", CustomizedCalendarEntry: Record "Customized Calendar Entry")

Parameters

Name Type Description
CustomizedCalendarChange Table Microsoft.Foundation.Calendar."Customized Calendar Change"
CustomizedCalendarEntry Table Microsoft.Foundation.Calendar."Customized Calendar Entry"

OnBeforeGetCaption

[IntegrationEvent(False,False)]
local procedure OnBeforeGetCaption(var CustomizedCalendarEntry: Record "Customized Calendar Entry", var TableCaption: Text[250], var IsHandled: Boolean)

Parameters

Name Type Description
CustomizedCalendarEntry Table Microsoft.Foundation.Calendar."Customized Calendar Entry"
TableCaption Text[250]
IsHandled Boolean

OnGetCaptionOnCaseElse

[IntegrationEvent(False,False)]
local procedure OnGetCaptionOnCaseElse(var CustomizedCalendarEntry: Record "Customized Calendar Entry", var TableCaption: Text[250])

Parameters

Name Type Description
CustomizedCalendarEntry Table Microsoft.Foundation.Calendar."Customized Calendar Entry"
TableCaption Text[250]

OnUpdateExceptionEntryOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnUpdateExceptionEntryOnBeforeInsert(var CustomizedCalendarChange: Record "Customized Calendar Change", CustomizedCalendarEntry: Record "Customized Calendar Entry")

Parameters

Name Type Description
CustomizedCalendarChange Table Microsoft.Foundation.Calendar."Customized Calendar Change"
CustomizedCalendarEntry Table Microsoft.Foundation.Calendar."Customized Calendar Entry"

See also