Skip to main content
Skip table of contents

ApplyView: Apply a View to the Grid

Tag: ApplyView

The ApplyView function configures the target grid according to the settings stored in the view.

NB: this is only available in sapio365.

Detailed Description

The view names can be found in the dropdown list on the right hand of the grid, or in the backstage views panel.

Tag Attributes

Attributes

Value Description

Name

Any string to ID the name of the view to be applied (required if ID is not supplied)

ID

Any string to ID the SQL ID of the view to be applied (required if Name is not supplied)

ForceReplace

TRUE / FALSE - defaults to FALSE - not required

  • TRUE: the view is applied as a replacement, regardless of its internal Replace setting

  • FALSE: the view Replace internal setting is applied

AutoLoadMore

TRUE / FALSE - defaults to TRUE - not required

The view may display columns with “load more” info that is not yet loaded in the grid.

  • TRUE: info loaded

  • FALSE: info not loaded

Example Script

XML
<ytriaAutomation> 
   Apply view after required "load more"
   <ApplyView name="empty cells"/>
   
   Apply view wihtout "load more"
   <ApplyView name="MailboxInfo" AutoLoadMore="false"/>   
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.