Business Requirement: Customer wanted to open a new IE window from within Siebel and freeze Siebel application until the new window is closed.
Technical Solution: Used Siebel browser-script function theApplication().ShowModalDialog() to achieve this requirement.The function "theApplication().ShowModalDialog()" opens a new IE window from within Siebel and does not allow any operation in Siebel application until the new IE window is closed.
The syntax for ShowModalDialog() function is as follows:
TheApplication().ShowModalDialog(sURL [, vArguments] [, sFeatures])
Technical Solution: Used Siebel browser-script function theApplication().ShowModalDialog() to achieve this requirement.The function "theApplication().ShowModalDialog()" opens a new IE window from within Siebel and does not allow any operation in Siebel application until the new IE window is closed.
The syntax for ShowModalDialog() function is as follows:
TheApplication().ShowModalDialog(sURL [, vArguments] [, sFeatures])
No comments:
Post a Comment