Open Project Home Page from Siebel
Hi,
We have a requirement to open up the Project details page from Siebel.
We plan to hard code the URL and only substitute the ProjectId when calling from Siebel.
Hence we are using :-
http://<servername>:<port>/OA_HTML/fndvald.jsp?username=operations&password=welcome&_rc=PA_PROJECT_HOME_LAYOUT&resp_id=57203&resp_appl_id=275&security_group_id=0&lang_code=US&paProjectId=1965
However this leads us to the default Search page and no parameters are passed and hence no query result returned.
We would like to navigate to the page below directly from the URL :-
http://<servername>:<port>/OA_HTML/OA.jsp?_rc=PA_PROJECT_HOME_LAYOUT&_ri=275&addBreadCrumb=RS&paProjectId=1965&retainAM=Y&_ti=1613384072&oapc=14
We have a requirement to open up the Project details page from Siebel.
We plan to hard code the URL and only substitute the ProjectId when calling from Siebel.
Hence we are using :-
http://<servername>:<port>/OA_HTML/fndvald.jsp?username=operations&password=welcome&_rc=PA_PROJECT_HOME_LAYOUT&resp_id=57203&resp_appl_id=275&security_group_id=0&lang_code=US&paProjectId=1965
However this leads us to the default Search page and no parameters are passed and hence no query result returned.
We would like to navigate to the page below directly from the URL :-
http://<servername>:<port>/OA_HTML/OA.jsp?_rc=PA_PROJECT_HOME_LAYOUT&_ri=275&addBreadCrumb=RS&paProjectId=1965&retainAM=Y&_ti=1613384072&oapc=14
0