How can I prevent Sp7 to from automatically filling in the cataloger field with the user’s agent and also make it leave the catalog nr field empty, i.e. no pre-filled hash/pound signs?
I’ve tried removing and blanking the initialize attribute, but that doesn’t work:
<row>
<cell type="label" label="New Catalog Number" initialize="align=right"/>
<cell type="field" id="1" name="catalogNumber" uitype="formattedtext"/> <!-- initialize="series=true" -->
<cell type="label" labelfor="3"/>
<cell type="field" id="3" name="accession" uitype="querycbx" initialize="name=AccessionCO;title=AccessionCO" isrequired="false"/>
<cell type="label" label="Old Catalog Number" initialize="align=right"/>
<cell type="field" id="14" name="altCatalogNumber" uitype="text"/>
</row>
<row>
<cell type="field" id="yn1" name="yesNo1" uitype="checkbox" initialize="editable=true"/>
</row>
<row>
<cell type="label" labelfor="4"/>
<cell type="field" id="4" name="cataloger" uitype="querycbx" isrequired="true" initialize="" /> <!-- initialize="name=Agent;title=Catalog Agent" -->
<cell type="label" labelfor="5"/>
<cell type="field" id="5" uitype="plugin" name="this" initialize="name=PartialDateUI;df=catalogedDate;tp=catalogedDatePrecision" uifieldformatter="Date" default="today"/>
<cell type="label" labelfor="excoll"/>
<cell type="field" id="excoll" name="text3" uitype="text" isrequired="true"/>
</row>