Codeunit SegHistoryManagement
ID 5061
Namespace: Microsoft.CRM.Segment
Methods
InsertLine
procedure InsertLine(SegmentNo: Code[20], ContactNo: Code[20], LineNo: Integer)
Parameters
| Name |
Type |
Description |
|
SegmentNo
|
Code[20]
|
|
|
ContactNo
|
Code[20]
|
|
|
LineNo
|
Integer
|
|
DeleteLine
procedure DeleteLine(SegmentNo: Code[20], ContactNo: Code[20], LineNo: Integer)
Parameters
| Name |
Type |
Description |
|
SegmentNo
|
Code[20]
|
|
|
ContactNo
|
Code[20]
|
|
|
LineNo
|
Integer
|
|
GoBack
procedure GoBack(SegmentNo: Code[20])
Parameters
| Name |
Type |
Description |
|
SegmentNo
|
Code[20]
|
|
Events
OnAfterInitLine
[IntegrationEvent(False,False)]
local procedure OnAfterInitLine(SegmentNo: Code[20], var SegmentHistory: Record "Segment History")
Parameters
See also