Detail Page
Select a Component,navigate to the use tab in properties,you will find the Detail page tab.I was wondering what does this function do. I did a lot of R & D which i am sharing with you folks.
Select a Component,navigate to the use tab in properties,you will find the Detail page tab.I was wondering what does this function do. I did a lot of R & D which i am sharing with you folks.
The detail page relates back to the search record. It's used to give the user more information about the item being selected before it's selected. For example, assume that your search page returns two employees with the same name but different EmplIDs. The detail page could be used to show more information about the employee (department, job title, manager, etc.) so the user makes sure they choose the right one.
The Detail Page option exists on the component properties, it has been dropped by Oracle. Please go through 8.9 PeopleBooks:: 'No longer used in PeopleSoft applications. This option appears for upgrade purposes only.'
Disable saving Page
Navigate to component Properties Use tab, we have the Disable saving Page option.This function is used to disable the saving option from your page.
Peoplebooks Explanation:Select when you want to hide the Save button in the toolbar and disable the Alt+1 (Save) hot key. Selecting this option prevents users from being prompted to save when exiting a page. However, it does not prevent using PeopleCode to save a page with the DoSave() or DoSaveNow() functions. This functionality can be helpful for applications in which the user is not making database changes and does not need to be prompted to save.
So if we want back the save option , go back to the component properties and uncheck the Disable Saving Option.Then navigate to the internet tab in component properties,then check the save option.once you are done save the properties.check the page you will have the save option.
No comments:
Post a Comment