PeopleCode Behavior and Limitations
Certain PeopleCode functions and events that are specific to the user interface do not execute through the component interface. You will need to modify PeopleCode for the component, pages, and records when you build the component interface for the component.
PeopleCode events and functions that relate exclusively to the page interface and online processing cannot be used by component interfaces. These include:
-
Search dialog processing.
-
Menu PeopleCode and pop-up menus.
-
Transfers between components, including modal transfers.
-
Dynamic tree controls.
-
ActiveX controls.
-
DoSave and DoSaveNow.
-
Functions that are ignored in a component interface call.