📚 SAP Business One SDK Help

Delete 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 Sub Delete( _
   ByVal pILegalTextItemParams As LegalTextItemParams _
) 

Parameters

pILegalTextItemParams

See Also