📚 SAP Business One SDK Help

GetByParams Method
See Also 
pICESTCodeParams

The key of the CEST code to retrieve.

Description

Retrieves a CEST code.

The CEST code is specified by its key, which is contained in the CESTCodeParams object passed to the method.

Syntax

Visual Basic
Public Function GetByParams( _
   ByVal pICESTCodeParams As CESTCodeParams _
) As CESTCodeData

Parameters

pICESTCodeParams

The key of the CEST code to retrieve.

See Also