associationhaa.blogg.se

How to create secondary page in peoplesoft
How to create secondary page in peoplesoft









Personally, I’ve found a work around for every situation that I have run into, but not all of the situations have been ideal.įirst, clicking buttons is a simple issue not necessarily supported by component interfaces. Some components will not work with a component interface. LimitationsĬomponent Interface technology is not a silver bullet. This way, the code and the user interaction match. Create() = clicking “Add” in the add pageĪ good practice is to write each line of code and then perform that action in the browser.Get() = clicking “Find” in the search page.Updating field properties = enter fields in the search or add of the component.GetCompIntfc() = the user clicking on the component in the portal menu.The user should mentally make the connection with each line of code. Remember that all of the coding relates back to what the user would do online.

how to create secondary page in peoplesoft how to create secondary page in peoplesoft

(This is the conclusion of Stephen Phillip’s two-part discussion on PeopleSoft component interfaces.) Understanding the Component Interface API











How to create secondary page in peoplesoft