📚 SAP Business One SDK Help

Delete Method
See Also 
pIHelpLinkParams

Description



The `HelpLinksService` object is the entry point for all operations on Help Link records. Obtain it from the `CompanyService` object using the service name `HelpLinksService`.

Syntax

Visual Basic
Public Sub Delete( _
   ByVal pIHelpLinkParams As HelpLinkParams _
) 

Parameters

pIHelpLinkParams

See Also