📚 SAP Business One SDK Help

Add Method
See Also 
pILegalTextItem

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 Add( _
   ByVal pILegalTextItem As LegalTextItem _
) As LegalTextItemParams

Parameters

pILegalTextItem

See Also