📚 SAP Business One SDK Help

GetDocumentChangedMenuName Method
See Also 
pIDocumentTypeParams
The document type/document subtype for which you want to change the menu name

Description

Retrieves the DocumentChangeMenuName object for modifying the menu name for a specific document type/document subtype.

Syntax

Visual Basic
Public Function GetDocumentChangedMenuName( _
   ByVal pIDocumentTypeParams As DocumentTypeParams _
) As DocumentChangeMenuName

Parameters

pIDocumentTypeParams
The document type/document subtype for which you want to change the menu name

Example

See Also