<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology Experts</title>
	<atom:link href="http://quarksoft.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://quarksoft.com</link>
	<description>Laserfiche, Microsoft, NetSuite...</description>
	<lastBuildDate>Fri, 26 Apr 2013 13:37:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Tech Tip: (Preview) Viewing Metadata on Folders in Laserfiche Mobile for the iPad</title>
		<link>http://quarksoft.com/2013/04/09/tech-tip-preview-viewing-metadata-on-folders-in-laserfiche-mobile-for-the-ipad/</link>
		<comments>http://quarksoft.com/2013/04/09/tech-tip-preview-viewing-metadata-on-folders-in-laserfiche-mobile-for-the-ipad/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 17:47:16 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Laserfiche]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[more]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=888</guid>
		<description><![CDATA[Laserfiche Mobile is an app for the iPad and iPhone that enables users to capture, upload, securely access and work with documents inside their Laserfiche repository while on the go. In previous versions of Laserfiche Mobile for the iPad, metadata could only be viewed and edited when associated with documents but not folders. The upcoming [...]]]></description>
			<content:encoded><![CDATA[<p>Laserfiche Mobile is an app for the iPad and iPhone that enables users to capture, upload, securely access and work with documents inside their Laserfiche repository while on the go.<span id="more-888"></span></p>
<p>In previous versions of Laserfiche Mobile for the iPad, metadata could only be viewed and edited when associated with documents but not folders. The upcoming release of Laserfiche Mobile 9.0 for the iPad will include the ability to edit and view metadata on folders.</p>
<p>Example: Cabell Inc. organizes all employee documents (resumes, applications, benefit forms, etc.) into folders by employee name. When Jill Hurst applies for a job, a folder containing her resume, application and other forms is created. When the company calls Jill for an interview, the Statusfield assigned to her folder will be marked as “Being interviewed.” If the company decides to hire Jill, the HR manager uses Laserfiche Mobile on the iPad to change the Status field on her folder to “Hired.” This action will immediately archive her resume and forward her employee documents through the remainder of the company’s onboarding process.</p>
<p>To view/edit folder metadata on the iPad:</p>
<p>Navigate to the folder and tap the blue arrow to the right of the folder name.<br />
View or edit the fields in the Metadata dialog box and tap Save.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/04/ipad-release.png"><img class="aligncenter size-full wp-image-889" src="http://quarksoft.usefulnotes.com/files/2013/04/ipad-release.png" alt="" width="368" height="482" /></a></p>
<p><strong>Note:</strong> Since this is a preview, the details and appearances of certain elements may change between now and the final release.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/04/09/tech-tip-preview-viewing-metadata-on-folders-in-laserfiche-mobile-for-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Using URL Parameters to Pre-Fill Form Fields</title>
		<link>http://quarksoft.com/2013/03/26/tech-tip-using-url-parameters-to-pre-fill-form-fields/</link>
		<comments>http://quarksoft.com/2013/03/26/tech-tip-using-url-parameters-to-pre-fill-form-fields/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 15:56:17 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Laserfiche]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Laserfiche Forms]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[URL Parameters]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=876</guid>
		<description><![CDATA[Often a Laserfiche form will contain several generic fields that many respondents will answer in the same way. Instead of requiring users to enter repetitive or obvious information, these fields can be filled in with the correct values when the form is opened. Setting up pre-filled forms requires the form’s URL and the variable names [...]]]></description>
			<content:encoded><![CDATA[<p>Often a Laserfiche form will contain several generic fields that many respondents will answer in the same way.<span id="more-876"></span> Instead of requiring users to enter repetitive or obvious information, these fields can be filled in with the correct values when the form is opened.<!--more--> Setting up pre-filled forms requires the form’s URL and the variable names of the fields that will be filled in.</p>
<p>Field values can be passed into a form by appending them to the form’s URL using the following structure:</p>
<p><strong>baseURL?variable1=value</strong></p>
<p>Replace <strong>baseURL</strong> with the form’s URL, <strong>variable1 </strong>with the variable associated with the field to be filled in and <strong>value</strong> with the appropriate field value. To fill in multiple fields, insert the<strong>ampersand symbol (&amp;)</strong> before any additional variables:</p>
<p><strong>baseURL?variable1=value&amp;variable2=value</strong></p>
<p>For example, on a purchase order form that is only available to Laserfiche employees, the Company field can be pre-populated using the following URL: <strong>baseURL?Company=Laserfiche.</strong></p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/03/forms.png"><img class="aligncenter size-full wp-image-877" src="http://quarksoft.usefulnotes.com/files/2013/03/forms.png" alt="" width="894" height="440" /></a></p>
<p>In addition to manually specifying URL parameters to pre-fill fields, organizations can also use Workflow to create these customized URLs.</p>
<p>Note: URL parameters can only be used with the starting form of a business process.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/03/26/tech-tip-using-url-parameters-to-pre-fill-form-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Workflow Notifications</title>
		<link>http://quarksoft.com/2013/03/22/tech-tip-workflow-notifications/</link>
		<comments>http://quarksoft.com/2013/03/22/tech-tip-workflow-notifications/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 15:57:38 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=880</guid>
		<description><![CDATA[Laserfiche business processes add a new layer to workflows that allows organizations to put instructions, deadlines and reporting histories for business processes right at employees’ fingertips. Workflow notifications are a component of Laserfiche business processes that automatically e-mail individualized to-do lists to people involved in the processes. The e-mail notifications include: Instructions for each business [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Laserfiche business processes add a new layer to workflows that allows organizations to put instructions, deadlines and reporting histories for business processes right at employees’ fingertips.<span id="more-880"></span></p>
</div>
<div>
<div>
<p>Workflow notifications are a component of Laserfiche business processes that automatically e-mail individualized to-do lists to people involved in the processes.</p>
<p>The e-mail notifications include:</p>
<ul>
<li>Instructions for each business process step waiting on the individual.</li>
<li>The due date for each step.</li>
<li>The status of each step.</li>
<li>The individual’s role in the process.</li>
</ul>
<p>The schedule for when Workflow sends e-mail notifications is configurable to fit an organization’s needs. Workflow notifications can be configured in the Workflow Administration Console and the Workflow Designer.</p>
<p>In the Workflow Administration Console, use the Server Timers node to determine the interval at which e-mail notifications are sent, the format of the e-mails and what information the e-mails will contain.</p>
<p>In the Workflow Designer, notification settings for each role in the business process are defined in the Role Editor dialog box, which can be accessed from the Participants property box of the Business Process Step activity. All individuals assigned a role in a business process step will receive notifications based on the settings configured for their role. Because notifications are role-based, they are not dependent on a specific person or group participating in the business process. Rather, the individuals involved can change throughout the course of a business process step, or each time the process runs, and the notifications will be sent without interruption to whoever happens to be acting in the role.</p>
<p>This e-mail tells the participant that eight business processes tasks (four pending, four overdue) are waiting on him or her to take action. For each task listed in the e-mail, the participant can see the name of the process, their role, the due date and the instructions for what actions they must take to move the process on its way (only the first task is shown above). Notifications can also indicate if a step is at risk of being overdue to help participants prioritize their work for the day.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/03/22/tech-tip-workflow-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How It Works: Business Processes in Laserfiche 9</title>
		<link>http://quarksoft.com/2013/03/11/how-it-works-business-processes-in-laserfiche-9/</link>
		<comments>http://quarksoft.com/2013/03/11/how-it-works-business-processes-in-laserfiche-9/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 21:37:37 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Business Processes]]></category>
		<category><![CDATA[How It Works]]></category>
		<category><![CDATA[Laserfiche 9]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=787</guid>
		<description><![CDATA[The business processes feature of Laserfiche 9 is one of the most-anticipated new tools available in the product line. Using business processes, you will be able to start workflows directly from the Laserfiche Client, Workflow and Web Access and receive enhanced reporting on every step of the workflow, such as its current stage, who is [...]]]></description>
			<content:encoded><![CDATA[<p>The business processes feature of Laserfiche 9 is one of the most-anticipated new tools available in the product line.<span id="more-787"></span> Using business processes, you will be able to start workflows directly from the Laserfiche Client, Workflow and Web Access and receive enhanced reporting on every step of the workflow, such as its current stage, who is involved in the process and how long it takes a participant to complete a step.<!--more--></p>
<div></div>
<div>We’ve released a number of resources that outline the capabilities of this new feature, including business process configuration and reporting details. Check out these recent technical posts to learn the need-t0-know elements of business process prior to its release:</div>
<ul>
<li><a href="http://www.laserfiche.com/NewsPortal/Article/2012/11/27/tech-tip-investigating-business-processes/">Investigating Business Processes </a></li>
<li><a href="http://www.laserfiche.com/NewsPortal/Article/2012/11/26/tech-tip-overview-of-business-processes-in-workflow-the-laserfiche-client-and-web-access/">Overview of Business Processes in Workflow, the Laserfiche Client and Web Access</a></li>
<li><a href="http://www.laserfiche.com/NewsPortal/Article/2012/11/26/tech-tip-overview-of-business-processes-in-laserfiche-forms/">Overview of Business Processes in Laserfiche Forms</a></li>
<li><a href="http://www.laserfiche.com/NewsPortal/Article/2012/08/27/tech-tip-preview-of-business-process-instructions-and-resolutions/">Preview of Business Processes Instructions and Resolutions</a></li>
<li><a href="http://www.laserfiche.com/NewsPortal/Article/2012/09/10/tech-tip-introducing-business-process-participants/">Introducing Business Process Participants</a></li>
<li><a href="http://www.laserfiche.com/NewsPortal/Article/2012/10/01/tech-tip-preview-of-workflow-and-business-process-reporting-details/">Preview of Workflow and Business Process Reporting</a></li>
<li><a href="http://www.laserfiche.com/SolutionExchange/Article/12111">Optimize Business Processes with Collaboration</a></li>
<li><a href="https://www.laserfiche.com/SolutionExchange/Article/11168">How to Diagram Your Business Process</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/03/11/how-it-works-business-processes-in-laserfiche-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Using Advanced Search to Locate Missing Documents</title>
		<link>http://quarksoft.com/2013/03/06/tech-tip-using-advanced-search-to-locate-missing-documents/</link>
		<comments>http://quarksoft.com/2013/03/06/tech-tip-using-advanced-search-to-locate-missing-documents/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 15:39:54 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Advanced Search]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[Tech Tip]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=858</guid>
		<description><![CDATA[Many companies have specific required documents that must be saved in a certain repository, such as employment contracts for every employee or manifests for a shipment. Locating missing documents of a specific type can be a time-consuming challenge when users have to double-check folders and verify that the correct documents are on file. Laserfiche advanced [...]]]></description>
			<content:encoded><![CDATA[<p>Many companies have specific required documents that must be saved in a certain repository, such as employment contracts for every employee or manifests for a shipment. Locating missing documents of a specific type can be a time-consuming challenge when users have to double-check folders and verify that the correct documents are on file.</p>
<p><span id="more-858"></span></p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/03/03.06.2013-11.363.png"><img class="aligncenter size-full wp-image-868" src="http://quarksoft.usefulnotes.com/files/2013/03/03.06.2013-11.363.png" alt="" width="344" height="458" /></a></p>
<p>Laserfiche advanced search simplifies this process by supporting searches for documents that are present in a folder as well as missing documents. Users can locate missing documents using the ChildName advanced search type, which allows users to locate all folders that contain documents with a particular name. Combining this search with the NOT operator (-) allows users to find all folders that do not contain documents of a particular name. Users can combine this with any other search to return folders that meet particular criteria but that do not contain a document with the specified name.<br />
<strong></strong></p>
<p>&nbsp;</p>
<h1><strong> </strong>Example 1: Patient Records<strong></strong></h1>
<p>&nbsp;</p>
<p>A hospital keeps all of information about patients in a Patients folder with subfolders for each patient by name. Within each patient’s folder is a folder called “Forms.” Each patient should have a signed record that they received a Notice of Privacy Practices on file in their “Forms” folder. The notifications are titled first with the date and then with the words “Notice of Privacy Practices.”  (i.e. “2008-02-28 Notice of Privacy Practices.”) T</p>
<p>The following search would locate each “Forms” folder in the repository that does <em>not</em> contain a document with the words “Notice of Privacy Practices” in the title, allowing a user to quickly determine which patient folders are mossing the document:</p>
<p><strong>{LF:Name=”Forms”, Type=”F”} – {LF:ChildName=”*Notice of Privacy Practices*”}</strong></p>
<p><strong><br />
</strong></p>
<h1><strong> </strong>Example 2: Member Information<strong></strong></h1>
<p>&nbsp;</p>
<p>A gym keeps all of member information in individual member folders named after the members. These folders all have the “Member Information” template.</p>
<p>Each member should have a document called “Liability Waiver” in their folder. The following search would locate every folder with the “Member Information” template that does not contain a document called “Liability Waiver,” so that a waiver can be obtained from those members:</p>
<p><strong>{[Member Information]} – {LF:ChildName=”*Liability Waiver*”}</strong></p>
<p><strong>Note</strong>: The syntax “- {LF:ChildName=”<em>Text”</em>}” is not valid on its own because The NOT (-) operator is a relational operator. This syntax must be used to modify some other search type, such as the folder names or template searches.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/03/06/tech-tip-using-advanced-search-to-locate-missing-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a Sneak Preview of What’s New in Laserfiche 9</title>
		<link>http://quarksoft.com/2013/03/04/get-a-sneak-preview-of-whats-new-in-laserfiche-9/</link>
		<comments>http://quarksoft.com/2013/03/04/get-a-sneak-preview-of-whats-new-in-laserfiche-9/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 21:34:47 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Laserfiche 9]]></category>
		<category><![CDATA[Sneak Preview]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=784</guid>
		<description><![CDATA[Laserfiche 9 will launch on January 7, 2013, at the Empower 2013 Conference. This exciting product release introduces new business process management tools across the Laserfiche product line, offering greater insight into and reporting on every step of a process.You can read an overview of the product in the “What’s New in Laserfiche 9.0” white [...]]]></description>
			<content:encoded><![CDATA[<p>Laserfiche 9 will launch on January 7, 2013, at the Empower 2013 Conference. This exciting product release introduces new business process management tools across the Laserfiche product line, offering greater insight into and reporting on every step of a process.<span id="more-784"></span>You can read an overview of the product in the “What’s New in<a href="https://support.laserfiche.com/GetFileRepositoryEntry.aspx?id=2555&amp;mode=download"> Laserfiche 9.0</a>” white paper, which outlines the details of new features in Laserfiche 9, including:</p>
<ul>
<li><strong>Laserfiche Forms: </strong>A customizable Web-based forms product that includes a drag-and-drop interface based on BPMN standards and role-based access available for both internal and public users.</li>
<li><strong>Business Processes: </strong>These new“superworkflows” that combine business process management tools with existing Laserfiche features to provide more options for task management and process reporting.</li>
<li><strong>Web Access Office Integration: </strong>Access Laserfiche features when working with Microsoft Office files in their native applications through Web Access.</li>
</ul>
<p>Read about the updates in Laserfiche 9 prior to its launch by downloading a free copy of the white paper today!</p>
<div>
<p><a href="https://support.laserfiche.com/GetFileRepositoryEntry.aspx?id=2555&amp;mode=download"><img src="https://www.laserfiche.com/ECMBlog/WPMetadata/uploads/2012/12/downloadyourcopy.png" alt="" width="219" height="50" /></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/03/04/get-a-sneak-preview-of-whats-new-in-laserfiche-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Annotation Pane Columns</title>
		<link>http://quarksoft.com/2013/02/28/tech-tip-annotation-pane-columns/</link>
		<comments>http://quarksoft.com/2013/02/28/tech-tip-annotation-pane-columns/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 21:18:18 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Annotation]]></category>
		<category><![CDATA[Annotation Pane]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=776</guid>
		<description><![CDATA[In the desktop Laserfiche Client, the Annotation Pane in the Document Viewer enables users to view and manage annotations that have been applied to a document. Users can jump to a specific annotation, sort them in a particular order and delete them all from one list.  It is also possible to add or remove annotation columns. [...]]]></description>
			<content:encoded><![CDATA[<p>In the desktop Laserfiche Client, the Annotation Pane in the Document Viewer enables users to view and manage annotations that have been applied to a document. Users can jump to a specific annotation, sort them in a particular order and delete them all from one list.<span id="more-776"></span>  It is also possible to add or remove annotation columns. Adding columns enables users to see additional information about each annotation in the list without having to navigate to and open each annotation individually.<!--more--></p>
<p>For example, a user can add the <strong>Comment</strong> column and see all the comments associated with the annotations in the list without having to open each annotation’s properties dialog box. To add columns to the Annotation Pane, a user can right-click on any visible column and select the desired columns to display from the list that appears.</p>
<p style="text-align: center">
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/02/28/tech-tip-annotation-pane-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: Linking to Entries in Web Access</title>
		<link>http://quarksoft.com/2013/02/28/tech-tip-linking-to-entries-in-web-access/</link>
		<comments>http://quarksoft.com/2013/02/28/tech-tip-linking-to-entries-in-web-access/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 17:18:06 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Copy Link]]></category>
		<category><![CDATA[electronic documents]]></category>
		<category><![CDATA[Laserfiche Web Access]]></category>
		<category><![CDATA[more]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=843</guid>
		<description><![CDATA[With the release of the latest version of Laserfiche Web Access 9.0.1, the users can now right-click a specific entry and select Copy Link to have the URL automatically saved on to the clipboard. In earlier versions, users had to navigate to an entry, copy and paste the URL in the address bar and then [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of the latest version of Laserfiche Web Access 9.0.1, the users can now right-click a specific entry and select Copy Link to have the URL automatically saved on to the clipboard.<span id="more-843"></span> In earlier versions, users had to navigate to an entry, copy and paste the URL in the address bar and then needed to send the link to another user. In the current version, there is an option of selecting multiple entries and then their URL links can be saved and copied to the clipboard at once thereby saving time in navigating to and copying all the URL’s for these entries one by one.<br />
For instance, Chris is required to send to his colleague named Blair, direct links to a handful of invoices to be processed. Chris by using this version can navigate to the folder containing the invoices and then select one or more invoices for which he is intending to collect URL’s for and then right click and select Copy Link. The links will then be automatically get copied to his (Chris) clipboard and he can then paste these links into an instant message to be sent to Blair. In case, Chris wants to send a link to a specific page of one of the invoices, then he has an additional facility of right clicking on the thumbnail of that page to copy its link and then send it to Blair.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/tech-tip-photo-2-26-13.png"><img class="aligncenter size-full wp-image-844" src="http://quarksoft.usefulnotes.com/files/2013/02/tech-tip-photo-2-26-13.png" alt="" width="468" height="321" /></a></p>
<p>The current version is very useful for electronic documents. In the earlier versions, users are required to search for the electronic document’s entry ID number and manually construct the URL using the ID. With the present version, users can right click on an electronic document and then automatically copy its links, thereby removing the extra steps needed for customizing the URL.</p>
<p><strong>Note: </strong>In case, the users are using Internet Explorer for their web access, then the link would be automatically copied to the clipboard. Whereas, for other browsers such as (Firefox, Chrome etc) the Copy Link dialog box will appear. The user is then required to select the link and copy it either by right clicking and selecting copy command or by pressing CTRL+C. More information can be had by seeing the Web Access help files.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/02/28/tech-tip-linking-to-entries-in-web-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Design an Effective Laserfiche Document Template</title>
		<link>http://quarksoft.com/2013/02/25/how-to-design-an-effective-laserfiche-document-template/</link>
		<comments>http://quarksoft.com/2013/02/25/how-to-design-an-effective-laserfiche-document-template/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 19:55:02 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[admissions]]></category>
		<category><![CDATA[Dynamic Fields]]></category>
		<category><![CDATA[field constraints]]></category>
		<category><![CDATA[Fields]]></category>
		<category><![CDATA[higher education]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[multi-value fields]]></category>
		<category><![CDATA[required fields]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=829</guid>
		<description><![CDATA[A field stores information about a particular Laserfiche entry (document or folder). It is possible to apply fields to specific entries by using templates, which are collections of related fields. An entry can only have one template assigned to it, but each template can contain multiple fields. This article outlines how to create a Laserfiche [...]]]></description>
			<content:encoded><![CDATA[<p>A field stores information about a particular Laserfiche entry (document or folder). It is possible to apply fields to specific entries by using templates, which are collections of related fields. An entry can only have one template assigned to it, but each template can contain multiple fields.<span id="more-829"></span> This article outlines how to create a Laserfiche template that includes different field types, multi-value fields, dynamic fields, and field constraints.</p>
<p>To demonstrate how to create a Laserfiche template, I will use the fictional example of Laser University.</p>
<h1>Example: Laser University</h1>
<p>As part of Laser University’s admissions process, prospective students have to submit an application along with the following supplemental documents:</p>
<ul>
<li>Personal statement.</li>
<li>Candidate recommendation.</li>
<li>Transcript.</li>
</ul>
<p>All of these documents are scanned into Laserfiche with Laserfiche Scanning or printed into Laserfiche with Laserfiche Snapshot and stored in the applicant’s folder in the Laserfiche repository.</p>
<p>Laser University’s admission officers agreed on the following parameters to organize submitted applications and documents. The officers based this list on the information that they would need when searching for applications and related documents.</p>
<ul>
<li>First and last name.</li>
<li>Date of birth.</li>
<li>Proposed major of study.</li>
<li>Phone number.</li>
<li>E-mail address.</li>
<li>GPA.</li>
<li>SAT score.</li>
<li>Type of degree.</li>
<li>State of residency.</li>
<li>Type of student (new student or transfer student).</li>
<li>Type of document.</li>
</ul>
<p>Here is how Laser University converted these items into a template that is applied to every application and related document in the Laserfiche repository.</p>
<h1>Types of fields</h1>
<p>Different field types can contain a different type of information. Some examples of field types include:</p>
<p>&nbsp;</p>
<ul>
<li>Text fields.</li>
<li>Number fields.</li>
<li>Date fields.</li>
<li>List fields.</li>
</ul>
<p>Each field type can be used for a separate purpose. Here is a list of all of the fields in the Laser University “Admissions Application” template and their field types.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields1.png"><img class="aligncenter size-full wp-image-830" src="http://quarksoft.usefulnotes.com/files/2013/02/fields1.png" alt="" width="214" height="288" /></a></p>
<h1>Multi-value fields</h1>
<p>Sometimes, it would make sense if one field was able to contain more than one value. For example, prospective students can have more than one phone number such as a home phone and a cell phone. To account for this, Laser University can create two different fields: one for cell phone and one for home phone. Two fields would make searching by phone number very inefficient, though, since the admissions officer would not know which of the fields to search because one of them could be null.</p>
<p>A better option would be to create a multi-value phone number field to store either one or both phone numbers. Most fields can be set to contain multiple values and the number of values assigned to such a field varies from entry to entry, depending on user input.</p>
<p>Therefore, Laser University can make one field for “Phone Number” and then set it to allow multiple values. An admissions clerk can then add as many phone numbers as necessary into the field. When searching for an applicant’s document by phone number, an admissions officer can simply perform a single search using whichever phone number he has in front of him.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields2.png"><img class="aligncenter size-full wp-image-831" src="http://quarksoft.usefulnotes.com/files/2013/02/fields2.png" alt="" width="391" height="93" /></a></p>
<h1>Field constraints</h1>
<p>Using a multi-value field for the phone number can make searching for prospective applicants by phone number simpler, but if phone numbers aren’t entered in a consistent format (xxx-xxx-xxxx vs (xxx)xxx-xxxx), this searching will still be difficult. This is where field constraints fit in.</p>
<p>&nbsp;</p>
<p>Field constraints restrict users to enter data that fits a particular pattern or is of a particular type. To make it easier for admissions officers to locate documents related to a particular applicant, the administrator can set field constraints on the phone number field. All phone numbers will have to follow this format: xxx-xxx-xxxx. This field constraint can be set with regular expressions.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields3.png"><img class="aligncenter size-full wp-image-832" src="http://quarksoft.usefulnotes.com/files/2013/02/fields3.png" alt="" width="498" height="390" /></a></p>
<p>When a user opens the “Admissions – Application” template, he will now see that the phone number field contains two dashes. These dashes signify that a user will not be allowed to enter a phone number in any other format (such as adding parenthesis).</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields4.png"><img class="aligncenter size-full wp-image-833" src="http://quarksoft.usefulnotes.com/files/2013/02/fields4.png" alt="" width="391" height="97" /></a></p>
<p>Since all phone numbers are now formatted uniformly, searching by phone number will now be easy.</p>
<p>In addition to field constraints, fields in a template can be designated as “required.” Required fields prevent a user from saving the document without filling them out first. Laser University designated the following fields to be required because they are all used in naming the final documents:</p>
<ul>
<li>Admissions document type.</li>
<li>Last name.</li>
<li>First name.</li>
</ul>
<p>Required fields are configured in the Laserfiche Administration Console by simply checking a box.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields5.png"><img class="aligncenter size-full wp-image-834" src="http://quarksoft.usefulnotes.com/files/2013/02/fields5.png" alt="" width="455" height="80" /></a></p>
<h1>Dynamic fields</h1>
<p>Sometimes, list fields may contain so many different values that it is difficult for the admissions clerk to select the one he needs. For example, since there are over 100 different majors at Laser University, it is time consuming to select just one from a list field that contains them all.</p>
<p>&nbsp;</p>
<p>Selecting a particular item from a list field can be simplified by using dynamic fields. Dynamic fields allow a user to be presented with options to select in one field, based on what he had previously selected in another field. Dynamic fields look up information in an external SQL database table and use this to filter the results.</p>
<p>Laser University has set up a series of dynamic fields to help with populating the “School Applied To” and “Major Applied For” fields. For this purpose, the university used an existing database table. This article shows how to create a new database table quickly if an existing database table is not available.</p>
<p>Laser University’s existing external database table looks like this:</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields6.png"><img class="aligncenter size-full wp-image-835" src="http://quarksoft.usefulnotes.com/files/2013/02/fields6.png" alt="" width="393" height="325" /></a></p>
<p>In the table pictured above each degree type has associated schools and majors. These relationships have been used to set up the dynamic fields.</p>
<p>When configuring these fields in the Administration Console, the “School Applied To” field is assigned one parent field – the “Degree Type”, and the “Major Applied For” is assigned two parent fields – “Degree Type” and “School Applied To.”</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields7.png"><img class="aligncenter size-full wp-image-836" src="http://quarksoft.usefulnotes.com/files/2013/02/fields7.png" alt="" width="626" height="135" /></a></p>
<p>When filling out this template, the admissions clerk will first select a degree type from the “Degree Type” list field. This field will contain a list of all the degree types that are specified in the external database table. Next, the admissions clerk will select the correct school from the “School Applied To” field. The choices in this field are limited to those schools that accept the degree just specified. Once the admissions clerk selects a school, the “Major Applied For” field will be restricted to only those majors that satisfy the degree type and particular school.</p>
<p>For example, if the admissions clerk selects the undergraduate degree type, then the schools listed in the “School Applied To” field are only schools that provide an undergraduate degree (the law school will not be listed since that school only provides graduate degrees). Once the clerk selects the Letters, Arts and Sciences school, the majors listed in “Major Applied For” will only be those that are offered at the school, and for which a student can get an undergraduate degree (mechanical engineering will not be listed, as that major is located in the School of Engineering).</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields8.png"><img class="aligncenter size-full wp-image-837" src="http://quarksoft.usefulnotes.com/files/2013/02/fields8.png" alt="" width="392" height="118" /></a></p>
<h1>Final template</h1>
<p>Here is what the final, populated template looks like:</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/fields9.png"><img class="aligncenter size-full wp-image-838" src="http://quarksoft.usefulnotes.com/files/2013/02/fields9.png" alt="" width="385" height="798" /></a></p>
<h1>Best practices for using templates and fields</h1>
<p>Administrators should keep the following best practices in mind, when setting up fields and templates.</p>
<p>&nbsp;</p>
<ul>
<li>Reuse fields across templates. If many templates should have a “Last Name” field, then create one field and apply it to the multiple templates. This simplifies searching by allowing a user to find all student records for a person with the last name of “Smith” without having to worry about which template to search in.</li>
<li>List fields, dynamic fields and field constraints can help reduce errors due to data entry or spelling mistakes. This will also make documents easier to search for in the repository.</li>
<li>When creating templates, think of all the different things that an end- user would want to search on and include those as template fields.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/02/25/how-to-design-an-effective-laserfiche-document-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Tip: VERS Classification Levels</title>
		<link>http://quarksoft.com/2013/02/19/tech-tip-vers-classification-levels/</link>
		<comments>http://quarksoft.com/2013/02/19/tech-tip-vers-classification-levels/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 19:28:15 +0000</pubDate>
		<dc:creator>ejones</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[VERS]]></category>
		<category><![CDATA[VERS Classification]]></category>

		<guid isPermaLink="false">http://quarksoft.usefulnotes.com/?p=791</guid>
		<description><![CDATA[Laserfiche provides a comprehensive security solution that is robust and can be customized to fit every customer’s needs. VERS Classification Levels supplement the existing Laserfiche security structure with a simple way of ensuring that documents stay secure, even when moved between folders. In Laserfiche, documents and folders are secured by inheriting entry access rights from [...]]]></description>
			<content:encoded><![CDATA[<p>Laserfiche provides a comprehensive security solution that is robust and can be customized to fit every customer’s needs. VERS Classification Levels supplement the existing Laserfiche security structure with a simple way of ensuring that documents stay secure, even when moved between folders.<span id="more-791"></span></p>
<p>In Laserfiche, documents and folders are secured by inheriting entry access rights from their parent folders. However, entry access rights on folders only protect the documents they contain. Entry access rights do not “stick” to a document if it is relocated. This is where VERS Classification Levels come in handy—these levels are considered a property of the document itself and will “stay” with a document as it is moved through a repository. Thus, these levels safeguard Laserfiche entries from being accidentally moved into less secure areas of the repository.</p>
<p><a href="http://quarksoft.usefulnotes.com/files/2013/02/folder-properties.png"><img class="alignright size-full wp-image-792" src="http://quarksoft.usefulnotes.com/files/2013/02/folder-properties.png" alt="" width="419" height="468" /></a>Users can assign numeric VERS Classification Levels on documents and folders in the Desktop Laserfiche Client or Web Access. Once an entry is assigned a classification level, it cannot be moved into a folder with a lower numeric level.</p>
<p style="text-align: left">For example, a document assigned a VERS Classification Level of 5 cannot be moved into a folder with a VERS Classification Level of 3. This prevents entries from being moved into folders that have been assigned less restrictive security. For added simplicity, when VERS Classification Levels are assigned to folders, they are automatically propagated to that folder’s subfolders and documents.</p>
<p><strong>Note:</strong> If a classification level is not set on an entry, it is considered to have the lowest possible classification level (a VERS Classification Level of 0).</p>
<p><strong>Example: Hospital Records</strong></p>
<p>Most of a hospital’smedical records require high security and are private to the hospital and its patients. However, certain information needs to be released internally or to outside organizations. This means documents are often transferred between folders that have different entry access rights.</p>
<p>To prevent an employee from accidentally leaking information, the administrator creates three VERS Classification Levels: “Doctors” (numeric value 10), “Nurses” (numeric value 7), and “Civic” (numeric value 3).</p>
<p>Documents given the “Doctors” classification level can only be moved into folders assigned the same “Doctors” classification level. Documents given the lowest classification level, “Civic,” can be moved into folders with any other classification level, but not to folders without a set classification level (since they are considered to have a classification level of 0).</p>
<p>Learn more about creating and assigning VERS Classification Levels on Laserfiche online help. For more information on VERs standards and certification, please visit the Laserfiche Press Center.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarksoft.com/2013/02/19/tech-tip-vers-classification-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
