<view name="Deaccession"
class="edu.ku.brc.specify.datamodel.Deaccession">
<desc><![CDATA[The Deaccession form.]]></desc>
<altviews>
<altview name="Deaccession View" viewdef="Deaccession" mode="view" default="true"/>
<altview name="Deaccession Edit" viewdef="Deaccession" mode="edit"/>
</altviews>
</view>
<viewdef type="form"
name="Deaccession"
class="edu.ku.brc.specify.datamodel.Deaccession"
gettable="edu.ku.brc.af.ui.forms.DataGetterForObj"
settable="edu.ku.brc.af.ui.forms.DataSetterForObj">
<desc><![CDATA[The Deaccession form.]]></desc>
<enableRules/>
<columnDef>p,2px,p,80px,p,2px,p,40px,p,2px,p,p:g</columnDef>
<rowDef auto="true" cell="p" sep="2px"/>
<rows>
<row>
<cell type="label" labelfor="1"/>
<cell type="field" id="1" name="deaccessionNumber" uitype="formattedtext" uifieldformatter="DeaccessionNumber"/>
<cell type="label" labelfor="5"/>
<cell type="field" id="5" name="deaccessionDate" uitype="formattedtext" uifieldformatter="Date" default="today"/>
</row>
<row>
<cell type="label" labelfor="3"/>
<cell type="field" id="3" name="accession" uitype="querycbx" initialize="name=AccessionCO;title=Accession;newbtn=false;editbtn=false"/>
<cell type="label" labelfor="2"/>
<cell type="field" id="2" name="type" uitype="combobox" picklist="DeaccessionType"/>
</row>
<row>
<cell type="iconview" viewname="DeaccessionAgent" id="8" name="deaccessionAgents" desc="Agents" colspan="12"/>
</row>
<!-- <row>
<cell type="subview" viewname="DeaccessionPreparation" id="4" name="deaccessionPreparations" colspan="12"/>
</row> -->
<row>
<cell type="separator" label="" colspan="12"/>
</row>
<row>
<cell type="label" labelfor="10"/>
<cell type="field" id="10" name="modifiedByAgent" uitype="label" readonly="true" uifieldformatter="Agent"/>
<cell type="label" labelfor="11"/>
<cell type="field" id="11" name="timestampModified" uitype="label" readonly="true" colspan="2"/>
</row>
</rows>
</viewdef>