📚 SAP Business One SDK Help

Get Method
See Also 
pILegalTextItemParams

Description



The `LegalTextItemsService` object is the entry point for all operations on Legal Text Item records. Obtain it from the `CompanyService` object using the service name `LegalTextItemsService`.

Syntax

Visual Basic
Public Function Get( _
   ByVal pILegalTextItemParams As LegalTextItemParams _
) As LegalTextItem

Parameters

pILegalTextItemParams

See Also