Re: [dspace-tech] Adding Form Fields - database update

2016-09-30 Thread Terry Brady
The field that you wish to add should be added to the Metadata Field
Registry.

You can add your field through the GUI for a runtime instance
(Administrative->Registries->Metadata).

If you are building it in a test system, you can add the entry via a config
file.
https://github.com/DSpace/DSpace/blob/master/dspace/config/registries/dublin-core-types.xml

The command line tool "registry-loader" can be used to load entries from
this configuration file.

When you specify the metadata field in input-forms.xml, it will look for
the corresponding entry in the Metadata Field registry.

Terry


On Fri, Sep 30, 2016 at 10:53 AM, Donald Bynum  wrote:

> I want to add a new form field to the first submission page.  I know how
> to add the metadata in the input-forms.xml code file.  I am using the xmlui
> with Oracle as the database.  How do I ensure that my new field is added to
> the database table which controls the form field metadata and also ensure
> that this new field gets stored in the database at runtime?
>
> Regards,
>
> Don.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
http://georgetown-university-libraries.github.io/

425-298-5498 (Seattle, WA)

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Adding Form Fields - database update

2016-09-30 Thread Donald Bynum
I want to add a new form field to the first submission page.  I know how to 
add the metadata in the input-forms.xml code file.  I am using the xmlui 
with Oracle as the database.  How do I ensure that my new field is added to 
the database table which controls the form field metadata and also ensure 
that this new field gets stored in the database at runtime?

Regards,

Don.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.