How to call external webpage from siebel application?

Showing Answers 1 - 8 of 8 Answers

athisachi

  • Apr 19th, 2006
 

This can be done through scripting..

For an example:

In preinvoke method for a button click,

window.open(URLNAME)

will open a webpage for a given url in URLNAME variable

  Was this answer useful?  Yes

aymox

  • Jan 5th, 2007
 

Hi

You can also use an IFrame to display the external we page into your siebel application

good luck

  Was this answer useful?  Yes

Shivani

  • Feb 7th, 2007
 

When the external application requires the same login credentials as the Siebel application Single Sign On (SSO) can be used, saving the user the need to re-enter/execute his login parameters. To use SSO, Symbolic URL has to be configured.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions