How to integrate sqlplus formatted Crystal report with Oracle Applications thru URL
--
For the new Type = "SSWA jsp function" concurrent program function
(with the actual user Crystal Report URL specified that runs on our independent Crystal reports server),
Check the "Secured" option on in the function "Web Host" tab to Yes/On.
Specify URL in the "HTML Call" area of function to something like: javascript:void window.open
("https:..Crystal report on server here..").
Note: had to set admin user profile for "Restrict text input" to "No" before I could enter a colon into the HTML Call area mentioned above.
Works like a charm - Crystal report pops up from an EBS reports menu entry (that makes this new concurrent program functional/available to users).