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?
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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
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