šŸ“š SAP Business One SDK Help

DocumentChangeMenuName Object
See AlsoĀ  MembersĀ 

Description

Represents the user-defined menu name for a specific document type/document subtype.

For example, the menu for sales order documents is Sales Orders. The name can be changed to Orders (or any other string) with this object.

Source table: The ONNMĀ table, whose child table NNM1Ā is used for theĀ SeriesService object, contains the fieldĀ DocAlias, which is stored in theĀ ChangedMenuName property.

Remarks

Use this object with theĀ GetDocumentChangedMenuNameĀ andĀ ChangeDocumentMenuName methods of theĀ SeriesService.

See Also