AddError Procedure

Codeunit TPGeneralFunctions_THI_LINC

Overloads

AddError(Record ThirdPartyTransact_THI_LINC; Text[1024]) Procedure

Signature

AddError(var ThirdPartyTransactions: Record ThirdPartyTransact_THI_LINC; ErrorText: Text[1024])

Parameters

var ThirdPartyTransactions Record ThirdPartyTransact_THI_LINC

ErrorText Text[1024]

AddError(Record ThirdPartyTransaction_THI_LINC; Text[1024]) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Changeing rec paramater to ThirdPartyTransact_THI_LINC.
Deprecated since: https://github.com/lincza/Linc-Third-Party-Transactions/issues/233

Signature

[Obsolete('Changeing rec paramater to ThirdPartyTransact_THI_LINC.', 'https://github.com/lincza/Linc-Third-Party-Transactions/issues/233')]
AddError(var ThirdPartyTransactions: Record ThirdPartyTransaction_THI_LINC; ErrorText: Text[1024])

Parameters

var ThirdPartyTransactions Record ThirdPartyTransaction_THI_LINC

ErrorText Text[1024]