Hello, i search a possibility to export the description box (by dm_folder) to csv as other attributs under properties too, is that possible?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Customizing the export action requires updating the component class, which is written in Java. It doesnt matter if you use Composer or some other Java IDE. App Builder is not at Java IDE, so you cant use it in this context.
I think you have to customize export action to do this. Since csv is text file, it merely a matter of querying for the attribute value and then using Java file I/O functions to write out the value.
ok, thanks for first...
but i understand not all.... My question is - i must program a code in java for the function which i want or what?
Yes, and I was trying to tell you how in my previous post.
ok ,
thanks for the fast answer, to the development of the function i use the Composer respectivly DAB, (Documentum Application Builder), that is right or?