Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Adding the 'Purpose of Loan' dropdown to the Loan form.

line 4816 in commonpaleo.views.xml

<columnDef>105px,2px,105px,1px,90px,2px,90px,4px,90px,2px,135px,4px,115px,2px,95px,0px,10px,p,p:g</columnDef>

line 4823-4841 in commonpaleo.views.xml

<row>
<cell type="label" labelfor="1"/>
<cell type="field" id="1" name="loanNumber" uitype="formattedtext"/>
<cell type="label" labelfor="3"/>
<cell type="field" id="3" name="loanDate" uitype="formattedtext" uifieldformatter="Date" default="today"/>
<cell type="label" labelfor="31"/>
<cell type="field" id="31" name="purposeOfLoan" uitype="combobox" picklist="purposeOfLoan"/>
<cell type="label" labelfor="12"/>
<cell type="field" id="12" name="currentDueDate" uitype="formattedtext" uifieldformatter="Date"/>
</row>

Adding 'show GUID' to the Collection Object form

line 211-213 in the paleo.views.xml

<row>
<cell type="label" labelfor="15"/>
<cell type="field" id="15" name="guid" uitype="textareabrief" colspan="2" rows="3"/>
</row>

...

Adding 'show GUID' to the Locality form

lines 5082-5083 in commonpaleo.views.xml

<cell type="label" labelfor="46"/>
<cell type="field" id="46" name="guid" uitype="textareabrief" colspan="3" rows="2"/>

...

<cell type="field" id="4" name="geoRefVerificationStatus" uitype="checkbox" colspan="2"/>

 

Adding Collection Object subform to the Field Notebook Page subform

in paleo.views.xml

*make sure the column def =100px,2px,131px,5px,63px,2px,103px,5px,200px,2px,200,20px,p:g

add to the Field Notebook Page viewdef:

<row>
<cell type="subview" viewname="CollectionObjectSub" id="13" colspan="12" rows="3" name="collectionObjects" initialize="addsearch=true"/>
</row>

For our purposes (in the CollectionObjectSub viewdef) I took 'project number' and 'collection name' out of the subform and changed the catalog number to span 5 columns. 




 

Workbench Uploader Changes.

...