In submission-forms.xml in row element in entities submission forms there is a field called relation-field like this.
<row>
<relation-field>
<relationship-type>isProjectOfPublication</relationship-type>
<search-configuration>project</search-configuration>
<repeatable>true</repeatable>
<name-variants>false</name-variants>
<label>Funding</label>
<hint>Add a related Funding</hint>
<linked-metadata-field>
<dc-schema>dc</dc-schema>
<dc-element>relation</dc-element>
<input-type>onebox</input-type>
</linked-metadata-field>
<externalsources>openAIREFunding</externalsources>
<required></required>
</relation-field>
</row>
I'm trying to reuse this modal windows with its button for fill another metadata field. I'd like to select a project and complete dc.relation.projectID metadata field for example. I can't do it. It allways completes the same metadata dc.relation even if I change linked-metadata-field.
Exists some help wiki page with elements of this relation-field? Exists some control with functionality similar? Like popup, selector, authority control in older dspace versions? Any example or case of use?
Thanks!