📚 SAP Business One SDK Help

GetPredefinedText Method
See Also 
pIPredefinedTextParams

The key of the predefined text to retrieve.

Description

Retrieves a predefined text.

The predefined text is specified by its key (AbsEntry), which is contained in the PredefinedTextParams object passed to the method.

Syntax

Visual Basic
Public Function GetPredefinedText( _
   ByVal pIPredefinedTextParams As PredefinedTextParams _
) As PredefinedText

Parameters

pIPredefinedTextParams

The key of the predefined text to retrieve.

Return Type

The predefined text with the specified key.

Example

See Also