Hi Daniel, On 05/03/14 05:58, Daniel Garcia Mejia wrote: > Thanks for your help but I have a last question. I think that 'Item > Template' is useful for my automatic submitter metadata, but it is > possible in box 'Value' in Item Template to put some code to return > the submitter of item? How I can return in box 'Value' the submitters > name for each item that I have in the collection? My repository > doesn't have a unique submitter in my collections, we have some > different submitters...
The item template can only fill in a fixed value, so it won't work for your use case. I think the best option is to write a custom non-interactive submission step that fills in the information you're after. See here for documentation: https://wiki.duraspace.org/display/DSDOC3x/Submission+User+Interface#SubmissionUserInterface-CreatingaNon-InteractiveStep This will require someone with Java development skills but you will not be modifying the core of DSpace. Custom submission steps are nicely encapsulated from the rest of DSpace and are usually no problem at all to migrate across DSpace versions. Just put your custom class into a package-appropriate directory under [dspace-src]/dspace/modules/additions/src/main/java and reference it in the item-submission.xml configuration file as explained in the official documentation at the link above. cheers, Andrea -- Dr Andrea Schweer IRR Technical Specialist, ITS Information Systems The University of Waikato, Hamilton, New Zealand ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

