Form Personalization Enable View Output Button for Other Users requests in Oracle apps


Go to System Administrator responsibility --> Requests-->View
The SRS Form is launched in which we can view the requests run by other users by putting the Request id or user id or program name but by default the output button is disabled.



in order to view the output we need to enable the button.
to achieve this we can use form personalization which will help us to view the outputs of the requests run by other users.
Open the view request form then go to the Help--> Diagnostics-->Custom Code--> click on personalize



we need to add the actions as below- 

Save the personalization.
Reopen the REquest--> View form and query for any request id run by other users.
we will see that the View output button is now enabled.

Comments