Display Default columns in List view | Community
Skip to main content
Level 3
September 9, 2020
Solved

Display Default columns in List view

  • September 9, 2020
  • 1 reply
  • 1675 views

Hi all,

I need to display some more columns in the list view of recipients.FirstName, LastName, Email and account are default columns. Without using configure list I need to display few more attributes by default. Could you please guide me what changes need to be done to display new colunms by default. Which Input form modifications need to be done?

 

Thanks inAdvance

Regards,

Ram.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParthaSarathy

Hi @ramprakasht3196  ,

We can define 'default columns' in List view using navigation hierarchy.

I saw nms:recipient schema is defined in nms:core navigation hierarchy.

Consider if you wants to add @phone attribute in default column, then you can add it as highlighted below (xpath node) 

 

<nodeModel folderLink="folder" img="nms:rcpFolder.png" label="Recipients" name="nmsRecipient">
        <view name="listdet" schema="nms:recipient" type="listdet">
          <columns>
            <node xpath="@firstName"/>
            <node xpath="@lastName"/>
            <node xpath="@email"/>
            <node xpath="@account"/>

            <node xpath="@phone"/>
          </columns>

Regards,

ParthaSarathy S

1 reply

ParthaSarathy
Community Advisor
ParthaSarathyCommunity AdvisorAccepted solution
Community Advisor
September 9, 2020

Hi @ramprakasht3196  ,

We can define 'default columns' in List view using navigation hierarchy.

I saw nms:recipient schema is defined in nms:core navigation hierarchy.

Consider if you wants to add @phone attribute in default column, then you can add it as highlighted below (xpath node) 

 

<nodeModel folderLink="folder" img="nms:rcpFolder.png" label="Recipients" name="nmsRecipient">
        <view name="listdet" schema="nms:recipient" type="listdet">
          <columns>
            <node xpath="@firstName"/>
            <node xpath="@lastName"/>
            <node xpath="@email"/>
            <node xpath="@account"/>

            <node xpath="@phone"/>
          </columns>

Regards,

ParthaSarathy S

~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups