Quantcast
Viewing latest article 28
Browse Latest Browse All 87158

Re: How to configure default list of columns to display in a list in Adobe Campaign Classic

Hi @ckumari12

 

You have to use a navigation Tree to achieve this.

Example for cus:customResource and three fields use this.

 

<navtree entitySchema="xtk:navtree" img="nl:folders.png" label="custom" name="custom"  namespace="cus" xtkschema="xtk:navtree">  <model label="Custom Resource Mapping" name="customMapping">    <nodeModel img="xtk:package.png" label="customResource" name="customResource">      <view label="customResource" name="listdet" schema="cus:customResource" type="listdet">        <columns>          <node xpath="@field_name_1"/>          <node xpath="@field_name_2"/>         <node xpath="@field_name_3"/>        </columns>        <orderBy>          <node expr="@field_name_3" sortDesc="true"/>        </orderBy>      </view>    </nodeModel>  </model></navtree>

 

Regards,

Amit

Image may be NSFW.
Clik here to view.

Viewing latest article 28
Browse Latest Browse All 87158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>