Salesforce

How Do I Prevent a New Window from Being Opened When Calling a Task or Program? (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Prevent a New Window from Being Opened When Calling a Task or Program? (Magic xpa 3.x)

When you call a new task in browser-client, it will by default be opened in a new browser window. However, you can avoid this by opening the new task in the same HTML IFrame as a previous task, overriding whatever was displayed before.

Calling a program to be displayed in a specific IFrame

  1. Create your Call operation.

  2. Go to the Call Operation properties.

  3. In the Destination Frame property, type in the name of the HTML IFrame, or create an expression that evaluates to the name of the IFrame at runtime.

Now, at runtime, the called program will be displayed in the specified IFrame.

See also:

The Browser-Client Application Development Methodology PDF, which is installed in the Demo_BC_Methodology directory. The chapter Windows and Frames explains popups and frames.

Reference
Attachment 
Attachment