Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Adding ID to the member CSV export (ss2.4)


Go to End


2 Posts   721 Views

Avatar
JonShutt

Community Member, 244 Posts

19 February 2013 at 10:10am

Hi,

using SS2.4, my client wants to export the list of members, but the exported file doesn't include the member ID - which is really important in terms of tying in the user info with other info.

Does anyone know a way of extending the export CSV function in the security area to include the member ID?

Cheers

Jon

Avatar
novaweb

Community Member, 116 Posts

19 February 2013 at 2:47pm

Hi Jon,

How about using ModelAdmin to export the members. Then you should be able to specify which fields are displayed/exported. This shouldn't take too long to code up and will be a heck of a lot easier than trying to hack the framework.

Nova