TemplateTransferStateOfViews

Applies to KDTooling Deployment Manager 1.2

Content

Overview

The template: transfer state of views, is an export data step, which is preconfigured to transfer the state (active, inactive) of views for any entity you like. You just have to insert the name of the desired entity in the preset filter fetch xml as shown in the example section. If no name gets specified, all viewstates get transferred.

Name

Type

Source Definition

IsPostBuild

True

Parameters

Name

Type

Description

Title

String

Title of the step

Target Environment

Dropdown

Target Environment

Dependencies

None

Examples

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
    <entity name="savedquery"> <attribute name="name" />
      <attribute name="description" />
      <attribute name="savedqueryid" />
      <order attribute="name" descending="false" />
      <filter type="and">
        <condition attribute="fetchxml" operator="like" value="%entity name=&quot;your_entity_name%" />
        <condition attribute="querytype" operator="eq" value="0" />
      </filter>
    </entity>
</fetch>

Build Provider

  • Local Visual Studio: Supported

  • Team Foundation Server: Supported

Troubleshooting

-

Additional Information

-

Need help? Contact support