MenusExistForProduct()

Examples


The MenusExistForProduct() function defined in the syMenuObj form is provided by Microsoft Dynamics GP so you can easily determine whether any default menu items have been defined for an integrating product.

Syntax

MenusExistForProduct(Product_ID)

Parameters

Product_ID– The ID of the dictionary for which default menu items will be examined.

Return value

A boolean. The value true indicates that default menu items exist for the product, while false indicates they do not.


Documentation Feedback