Changes

Jump to: navigation, search

Custom Field Type: Upload - Single File Storage

608 bytes added, 16:45, 26 November 2018
no edit summary
[[File:PlayingCard-LinkSingleFile-Jh==General Description==Stores a single file into a single field.jpg|thumb|150px|Click [http://www.smartsimple.com/images/customfield/cards.html here] This field type is used to peruse our selection of custom fieldsstore a single uploaded document.]]
==Field DisplayIllustrated== [[Image:Cf_sf_ex2.png]]
==Field Options==All common options:<br />[[Image:Cf27.pngCustom Fields - General Information #General_Settings|General Settings]]<br /> [[Custom Fields - General Information #Role Field Permissions and Status Field Permissions|Permissions & Availability]]<br /> [[Custom Fields - General Information #Classic Options|Classic Options]]<br />==For further information, please refer to [[Custom Fields – General==Information]].<br /><br />Stores a single file into a single field. This Options listed below are specific to this particular field type is used to store a single uploaded document.
{{SecurityOptions}}
{{FieldOptionsEnableOnlineEditing}}{{AppearMandatory}}{{TrackChanges}} '''Note:''' Changes to file name, upload date and user name only are tracked. File versions are not retained.{{LabelAboveField}}{{ToolTip}}{{HideFieldForNewRecord}}{{SmartFieldView}}{{VisibilityCondition}}{{FieldPermissionMatrix}} {{OptionsTab}}{{AppearMandatory}}{{TrackChanges}}{{DisableFromGlobalSearch}} 
{{FileOptions}}
{{SecurityOptions}}
{{EnableOnlineEditing}}
{{RealTimeVirusScan}}
''Other Options''
 * '''File Indexing''' – enabled enable file indexing and full text searching using the Lucene full text search engine, which is built into [[SmartSimple]].* '''Create Optimized Image Version''': If checked, a small version (thumbnail) will be created when the user uploads an image. The thumbnail image will be compressed and restricted to 1024 pixels wide. The thumbnail can be called using the syntax @fieldname.compressedlink@. This feature is intended to improve the load time of pages displaying many high resolution images.
* '''Enable Annotation''' – allows users to add [[PDF Annotation|annotations]] to uploaded PDF documents from within the SmartSimple system.
* '''Disable Email Button''' - Removes the ability of users to e-mail the file directly from within [[SmartSimple]].
* '''No DeletionDisable Delete''' – suppress the [[User|user’s]] ability to delete any files stored in the field, and manager permission is required by the [[User|user]] to delete an '''Allow Delete Multiple Files Fields'''* '''Enable Excel Parsing''' - parse an uploaded Excel file and populate mapped fields based on the file's content.* {{FileTypeRestriction}}<br /> * '''File Name Restriction''' - Allows you to enforce a file naming convention on files uploaded to SmartSimple. See the [[File Name Restriction]] page for more information.<br />* '''Maximum File Size''' - drop-down with options to allow a limit on the file upload size* '''Workflow on Upload''' - Allows you to define a [[Workflow]] that will be triggered whenever a file is uploaded to this field.<br />  {{Formatting}}{{CaptionStyle}}{{FieldFormattingOptions}}...and see note on "[[Display_Additional_File_Attributes_for_PDF_Documents#Multiple_File_Fields|Extra Columns]]" below.<br><BR> {{CFPermissionsTab}}
<!--
<span class="mceNonEditable template" id="bs_template:@@@TPL17@@@" data-bs-name="FileSizeUpload" data-bs-type="template" data-bs-id="17"><span class="mceNonEditable template" id="bs_template:@@@TPL12@@@" data-bs-name=" FileSizeUpload" data-bs-type="template" data-bs-id="12"><span class="mceNonEditable template" id="bs_template:@@@TPL7@@@" data-bs-name=" FileSizeUpload" data-bs-type="template" data-bs-id="7">{{ FileSizeUpload }}</span></span></span>
-->
==Special Field Options==
===[[Indexing Multiple and Single File Fields]]===
The '''Link Multiple File Field''' and the '''Link Single File Field''' both support a file index feature. Using this feature provides the ability to search documents attached to the field (subject to the [[User|user]] having permission to access the field).
<u>'''File Types Supported'''</u>
 * When you add a document to this file you must make sure that the document can be indexed for searching. The following types of documents are supported: Microsoft Word and Excel, Adobe PDF, HTML and RTF files.
<u>'''Ensuring that PDF Files are searchable'''</u>
 * If using PDF you must ensure that the files are text-searchable. You can test for this functionality by opening the file with Adobe Acrobat Reader and ensuring that the '''Select Text''' tool can be used to select text from the file.
<u>'''Indexing after uploading'''</u>
 *The '''indexing''' function takes place when the file is first uploaded so if you decide to index a file file after the file is uploaded you must re-index the field. Use the following steps to index the field: 
# Locate and edit the [[Custom Field]].
# Click the '''File Index''' check box.
# Click the '''Save''' button.
# Click the '''File Index''' tabbutton in the action bar.
# Click the option button '''Re-index all files in this field now!'''
# Click the '''Save''' button.
<u>'''Disabling a File Index'''</u>
 
* If you wish to disable the '''File Index''' function and no longer make attached files searchable use the following steps:
 
# Locate and edit the [[Custom Field]].
# De-select the '''File Index''' check box.
# Click the '''Save''' button.
# Click the '''File Index''' tabbutton in the action bar.
# Click the option button '''Remove index from all files in this field now!'''
# Click the '''Save''' button.  
===[[Display Additional File Attributes for PDF Documents]]===
* If the '''Single File''' field is going to store a PDF file, you can also create a [[Custom Field Type: Read Only – System Variables|Read Only - System Variables]] field to display additional attributes about the file (called Meta Data). * The additional attributes that can be extracted and displayed are: author, creator, producer, keywords, subject, title, number of pages, creation date and modified date.
* See [[Display Additional File Attributes for PDF Documents]] for details on how this is accomplished.
See also: [[Online File Editing]].
-->
 
===Emailing Document===
* The document stored within this file can be E-mailed from within [[SmartSimple]] by clicking the '''Lookup...''' button (which may have been re-labelled with the Button Label option described above) and then clicking '''Email'''.
 
* '''.value''': the path (URL) of the file
* '''.filename''': lists the name of the file (including extension such as .pdf, .doc etc)
* '''.numOfpages''': if a PDF file is stored in the field the number of pages in the PDF document will be displayed.
* '''.uploadlink''': the URL that can be used to upload a file to the field.
===Examples===
Show number of pages:
 
@Contract Document.numOfpages@
Upload file function using hyperlink:
 
<a href="@Additional Files.uploadlink@" target="_blank">Click Here to upload</a>
Upload file function as a button:
  <input type="button" class="Button" onclicktype="cs=window.open('@Additional Files.uploadlink@','cs_window', 'toolbar=0,width=600,height=400,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no,alwaysRaised=no');cs_window.focus();button" value="Upload File" />
Calculate the length of the uploaded filename (for use in validation, will work for non-PDF file types, will return 0 if no file uploaded).
 
<pre><!--@sscalculation(length("@Budget Upload.filename@"))--></pre>
 
==Notes==
* Commas in the file names of uploaded files will be replaced automatically with underscore characters ("_"). This is to prevent errors with JavaScript execution.
 
 
==See Also==
Smartstaff, administrator
421
edits

Navigation menu