Share via


Codeunit "Error Context Element"

ID 30
Namespace: System.Utilities

Properties

Name Value
EventSubscriberInstance Manual

Methods

GetID

procedure GetID(): Integer

Returns

Type Description
Integer

Set

procedure Set(ID: Integer, ContextRecID: RecordId, ContextFldNo: Integer, AdditionalInfo: Text[250])

Parameters

Name Type Description
ID Integer
ContextRecID RecordId
ContextFldNo Integer
AdditionalInfo Text[250]

GetData

procedure GetData(var ID: Integer, var ContextRecID: RecordId, var ContextFldNo: Integer, var AdditionalInfo: Text[250])

Parameters

Name Type Description
ID Integer
ContextRecID RecordId
ContextFldNo Integer
AdditionalInfo Text[250]

Copy

procedure Copy(ErrorContextElement: Codeunit "Error Context Element")

Parameters

Name Type Description
ErrorContextElement Codeunit System.Utilities."Error Context Element"

GetErrorMessage

procedure GetErrorMessage(var ErrorMessage: Record "Error Message")

Parameters

Name Type Description
ErrorMessage Table System.Utilities."Error Message"

See also