how to write the script in applet level for a custom button so that on clicking the button,the application navigate to other view?

TheApplication().GotoView(“View Name”,”Business Object Name”)Business Object Name is required only if the view is in different BO. …

Post a Comment