<saveAsDef> Element

The saveAsDef element is a member of the following categories:

Use the saveAsDef element to define a Save As dialog, which allows users to specify options for saving a thin presentation bean to the BI Beans Catalog.

Note: To invoke the saveAsDef element, insert a dialogLinkDef element in the UIX page that contains the presentation that you want to save. You can render the dialogLinkDef element as a Save As button or link.

Attributes

id -- (Required) A unique identifier for this element.

scope -- Determines the accessibility and lifetime of the object; select one of the following values: Request and (Default) Session. You must use the default value if you want to be able to refer to this element from a different page in your application.

selectFolderTargetId -- Specifies the identifier of the explorerDetailDef element that appears in the page that is specified by the selectFolderPage attribute.

selectFolderPage -- Specifies the identifier of a UIX page that contains an explorerDetailDef element and lets you select a folder.

saveConfirmationPage -- (Required) Specifies the identifier of the UIX page that contains the Save Confirmation dialog. This page is displayed only if a user attempts to save a presentation using a name that already exists in the selected folder.

saveConfirmationId -- (Required) Specifies the identifier of the saveConfirmationDef element that defines the Save Confirmation dialog.

Usage notes

The saveAsDef element is a child of the biThinSessionElement.

To render the Save As dialog that is defined by this element, use the saveAs element.

Use the submitEventDef element to define Apply and Cancel buttons or links in the page that contains the Save As Options dialog. The following list identifies the associated events: