web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

Menus Items

Hossein.K Profile Picture Hossein.K 6,648
You can use menu items to activate application objects from the user interface.
Menu properties include the following:
Name: The name of this menu itemLabel: The label appearing on the menu itemObjectType: The type of object this item points toObject: The object name that this item points to
Three types of menu items can be created:
Display - used for formsOutput - used for reportsAction - used for running processes
Output and Action menu items are discussed in other training courses.

Display Menu ItemsDisplay menu items open objects that appear on the screen, typically forms. For
example, clicking the
Customers menu item in the Accounts Receivablemodule opens the CustTableListPage form. This Display Menu item points to
the Form object CustTableListPage.



There are two important Properties to notice.Object type = FormObject = CustTableListPage
 
Best Regards,
Hossein Karimi

Comments

*This post is locked for comments