📚 SAP Business One SDK Help

Add Method
See Also 
pILegalTextFormat

Description



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

Syntax

Visual Basic
Public Function Add( _
   ByVal pILegalTextFormat As LegalTextFormat _
) As LegalTextFormatParams

Parameters

pILegalTextFormat

See Also