Similar to seeing the log messages on screen for OAF (OAF: How to add logging / debug messages in Oracle Application Framework), you can see the log messages for JTF framework also.
Refer : Logging Features in Oracle E-Business Suite
For security reasons, this feature is only accessible if the "FND: Diagnostics" Profile is set to "Yes".
To enable logging to screen in pages based on the CRM Technology Foundation, append the following to the page's URL:
jtfdebug
Specify the logging level that should be displayed on the current screen.
jtfdebugfilter
(Optional) If desired, this parameter can be used as a filter to display messages based on a Java package name.
For example: <current_url>&jtfdebug=STATEMENT&jtfdebugfilter=jtf*
[In URLs, use the asterisk symbol (*) as a wildcard character, not the percent sign (%).]
Example screenshot:
Feel free to point out if anything is missing/wrong in this blog.
Refer : Logging Features in Oracle E-Business Suite
For security reasons, this feature is only accessible if the "FND: Diagnostics" Profile is set to "Yes".
To enable logging to screen in pages based on the CRM Technology Foundation, append the following to the page's URL:
jtfdebug
Specify the logging level that should be displayed on the current screen.
jtfdebugfilter
(Optional) If desired, this parameter can be used as a filter to display messages based on a Java package name.
For example: <current_url>&jtfdebug=STATEMENT&jtfdebugfilter=jtf*
[In URLs, use the asterisk symbol (*) as a wildcard character, not the percent sign (%).]
Example screenshot:
Feel free to point out if anything is missing/wrong in this blog.
No comments:
Post a Comment