Expand my Community achievements bar.

SOLVED

Need the process to display Default columns in List view

Avatar

Level 2

Hello everyone,

I need to display an additional column in the recipient list view. FirstName, LastName, Email and Account are default columns. Without using the configuration list, I need to display a default column whose field I created by extending the data schema. I have already looked at the answer in this post: Résolu : Display Default columns in List view - Adobe Experience League Community - 378286 but I can't add the column because nms:core is native and therefore cannot be modified. I suppose I need to make an extension but how do I add the column in this case?
Do I also need to restart the instance after modification?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi @Ragsthenos

 

To add an addional column, you will need to extend the schema and then configure the display of the additional column. You can follow the next steps:

1. Extend the schema (nms:recipient): Add the custom field that you want and be sure to save it and publish it after the modifications, so the new field becomes available.

2. Update the view to include the custom field: From the part of administration inside the tool and configuration you will need to go to the group definition and specify the custom filed from you extended schema to appear in the list view. 

There is no need to restart the instance cause the changes normally are reflected once you publish your schema, but if you don't see them clear cache or log again into your instance.

 

I leave you with some documentation that might help you.

 

Regards,

Celia

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Hi @Ragsthenos

 

To add an addional column, you will need to extend the schema and then configure the display of the additional column. You can follow the next steps:

1. Extend the schema (nms:recipient): Add the custom field that you want and be sure to save it and publish it after the modifications, so the new field becomes available.

2. Update the view to include the custom field: From the part of administration inside the tool and configuration you will need to go to the group definition and specify the custom filed from you extended schema to appear in the list view. 

There is no need to restart the instance cause the changes normally are reflected once you publish your schema, but if you don't see them clear cache or log again into your instance.

 

I leave you with some documentation that might help you.

 

Regards,

Celia