Share via


Table "Interaction Template"

ID 5064
Namespace: Microsoft.CRM.Interaction

Properties

Name Value
Caption Interaction Template
DataClassification CustomerContent
LookupPageID Page Microsoft.CRM.Interaction."Interaction Templates"
ReplicateData True

Fields

Name Type Description
Code Code[10]
"Interaction Group Code" Code[10]
Description Text[100]
"Unit Cost (LCY)" Decimal
"Unit Duration (Min.)" Decimal
"Information Flow" Option
"Initiated By" Option
"Attachment No." Integer
"Campaign No." Code[20]
"Campaign Target" Boolean
"Campaign Response" Boolean
"Correspondence Type (Default)" Enum Microsoft.CRM.Interaction."Correspondence Type"
"Date Filter" Date
"No. of Interactions" Integer
"Cost (LCY)" Decimal
"Duration (Min.)" Decimal
"Language Code (Default)" Code[10]
"Wizard Action" Enum Microsoft.CRM.Interaction."Interaction Template Wizard Action"
"Ignore Contact Corres. Type" Boolean
"Word Template Code" Code[30]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Events

OnBeforeValidateWizardAction

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateWizardAction(var InteractionTemplate: Record "Interaction Template", var IsHandled: Boolean)

Parameters

Name Type Description
InteractionTemplate Table Microsoft.CRM.Interaction."Interaction Template"
IsHandled Boolean

OnBeforeValidateLanguageCodeDefault

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateLanguageCodeDefault(var InteractionTemplate: Record "Interaction Template", var xInteractionTemplate: Record "Interaction Template", var IsHandled: Boolean)

Parameters

Name Type Description
InteractionTemplate Table Microsoft.CRM.Interaction."Interaction Template"
xInteractionTemplate Table Microsoft.CRM.Interaction."Interaction Template"
IsHandled Boolean

See also