Wednesday, June 27, 2018

Menus Items

You can use menu items to activate application objects from the user interface.
Menu properties include the following:
• Name: The name of this menu item• Label: The label appearing on the menu item• ObjectType: The type of object this item points to• Object: The object name that this item points to
Three types of menu items can be created:
• Display - used for forms• Output - used for reports• Action - 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 = Form• Object = CustTableListPage
 
Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...