Page "Create Interaction"

ID 5077
Namespace: Microsoft.CRM.Segment

Properties

Name Value
Caption Create Interaction
DataCaptionExpression Caption()
DeleteAllowed False
InsertAllowed False
LinksAllowed False
PageType NavigatePage
ShowFilter False
SourceTable Table Microsoft.CRM.Segment."Segment Line"

Methods

Caption

procedure Caption(): Text

Returns

Type Description
Text

UpdateUIFlags

procedure UpdateUIFlags()

AttachmentReload

procedure AttachmentReload()

Events

OnAfterCaption

[IntegrationEvent(False,False)]
local procedure OnAfterCaption(var SegmentLine: Record "Segment Line", var CaptionStr: Text[260])

Parameters

Name Type Description
SegmentLine Table Microsoft.CRM.Segment."Segment Line"
CaptionStr Text[260]

OnAfterSetContactEditable

[IntegrationEvent(False,False)]
local procedure OnAfterSetContactEditable(var SegmentLine: Record "Segment Line", var IsContactEditable: Boolean)

Parameters

Name Type Description
SegmentLine Table Microsoft.CRM.Segment."Segment Line"
IsContactEditable Boolean

See also