Export custom fields for document type

Chris Lo asked on October 14, 2014 03:24

Hi,

Using Kentico 7, from CMS Desk I need to export a list of documents to excel using the actions menu from the 'Document Listing' section.

Exporting is fine, but it doesn't include any custom fields, even if I select 'Export raw database data' - I only get DocumentName, DocumentID etc.

Is there a way to do this?

Thanks, Chris

Recent Answers


Brenden Kehren answered on October 14, 2014 14:54

You might dig into the user control to find out what's going on. My guess is it isn't using the standard database view it normally does in the content tree so it isn't retrieving those values. You can find the control here: /CMSModules/AdminControls/Controls/Documents/Documents.ascx

0 votesVote for this answer Mark as a Correct answer

Chris Lo answered on October 16, 2014 02:46

Thanks Brendan, I'll take a look.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.