Solution Composer. User's Guide

Size: px
Start display at page:

Download "Solution Composer. User's Guide"

Transcription

1 Solution Composer User's Guide September Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other countries. All other trademarks are the property of their respective owners Lexmark International, Inc. All rights reserved. 740 West New Circle Road Lexington, Kentucky 40550

2 Edition notice September 2011 The following paragraph does not apply to any country where such provisions are inconsistent with local law: LEXMARK INTERNATIONAL, INC., PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions; therefore, this statement may not apply to you. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in later editions. Improvements or changes in the products or the programs described may be made at any time. References in this publication to products, programs, or services do not imply that the manufacturer intends to make these available in all countries in which it operates. Any reference to a product, program, or service is not intended to state or imply that only that product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any existing intellectual property right may be used instead. Evaluation and verification of operation in conjunction with other products, programs, or services, except those expressly designated by the manufacturer, are the user s responsibility. For Lexmark technical support, visit support.lexmark.com. For information on supplies and downloads, visit If you don't have access to the Internet, you can contact Lexmark by mail: Lexmark International, Inc. Bldg 004-2/CSC 740 New Circle Road NW Lexington, KY USA 2011 Lexmark International, Inc. All rights reserved. UNITED STATES GOVERNMENT RIGHTS This software and any accompanying documentation provided under this agreement are commercial computer software and documentation developed exclusively at private expense. Trademarks Lexmark, Lexmark with diamond design, and MarkVision are trademarks of Lexmark International, Inc., registered in the United States and/or other countries. All other trademarks are the property of their respective owners.

3 Contents 3 Contents Edition notice...2 Overview...5 Understanding the basics...5 System recommendations...5 Building custom solutions...7 Getting started...7 Step 1: Creating a new project and adding tasks...9 Step 2: Validating solutions (optional)...9 Step 3: Simulating solutions (optional)...10 Step 4: Saving projects...10 Step 5: Deploying solutions...11 Sample solutions...15 Scenario 1: Scanning W 4 forms to a corporate FTP site...15 Scenario 2: Scanning HR forms and saving an index file to a network...17 Troubleshooting...20 A solution has been deployed to a device, but it does not appear on the device home screen...20 The Scan to or e mail actions cause the solution to fail...21 The Scan to task fails to send an e mail...21 The Scan to Fax or fax actions cause the solution to fail...21 Frequently asked questions...22 Appendix...24 Licensing Solution Composer Agent...24 Properties for user prompts...24 Properties for scan actions...28 Properties for index files...43 Properties for confirmations...46 Variable definitions...47

4 Contents 4 Notices...55 Glossary...65 Index...66

5 Overview 5 Overview Solution Composer is a user friendly program that lets you build custom workflow solutions for Lexmark multifunction printers (MFPs) running the Solution Composer Agent. These solutions can range from one or two step processes to more complex workflows involving multiple user prompts and index files. Using a simple drag-and-drop interface, the program is designed to enable users to begin building solutions almost immediately no programming experience required. Solutions built using Solution Composer can be deployed directly from the Solution Composer application, or as a file that can be loaded onto a device from its Embedded Web Server or from the Lexmark Virtual Solution Center. Understanding the basics Solution Composer relies on four main components for producing solutions that will run on enabled devices: The main application window This is where solutions are built. Using the different panes of the main window, users can select and configure the tasks that make up solutions. The main application window is made up of three panes: Task Library This pane contains the actions and prompts used to form the sequence of events in a solution. The Task Library includes four categories: User Prompts, Scan Actions, Index Files, and Confirmations. Design This pane is where tasks are put in order and the sequence of events for a solution is determined. Task Properties This pane is where properties are set for each individual task in the Design pane. Simulator Accessible from the Solution Composer menu or toolbar, the simulator gives users a means of checking the basic look, flow, and syntax of a Solution Composer project. Solution Packages All Solution Composer projects are deployed as solution packages. These can be installed on printers running the Solution Composer Agent. Solution Composer Agent This is an embedded application that makes it possible for solutions built using Solution Composer to be installed and run on a printer. Solution Composer Agent is a licensed application. To learn more about licensing, see Licensing Solution Composer Agent on page 24. The process of developing solutions in Solution Composer follows a basic formula: 1 Adding tasks, such as Scan to Network, or user prompts 2 Configuring properties for each task 3 Validating the solution (optional) 4 Simulating the solution to check its overall flow (optional) 5 Deploying the solution to enabled devices (also involves naming and configuring solution properties) System recommendations Solution Composer will run best on a system that includes: Windows XP SP3 or Windows 7 Java version 1.6 or later 1GB or more of RAM

6 Overview 6 1.8GHz or faster processor PDF reader (for Help files)

7 Building custom solutions 7 Building custom solutions Getting started Before you begin to build custom solutions, it can be helpful to take a look at some of the available tasks and how they are used. The Task Library There are two broad types of tasks: actions and prompts. Together they form the basis for all solutions built using Solution Composer. Activities like saving scanned files to a network location (an action), or requiring users to make a selection from a list of options (a prompt), create the workflow for each solution. Actions represent activity on the part of the printer, while prompts represent activity on the part of the user. Specifically, actions save or send files to locations such as e mail addresses, FTP destinations, and network shares. Prompts, on the other hand, require input from users or deliver messages to them through the printer touch screen. The Task Library is made up of four categories: User Prompts: Multiple Choice This prompts users to select from a list of options. Numeric Entry This prompts users to enter a numerical value, such as a PIN. Message This shows a message on the printer touch screen and requires no user input. Text Entry This prompts users to type a text string, such as a user ID. Scan Actions: Scan to This sends scanned files to specified e mail addresses. Scan to Network This saves scanned files to a specified network location. Multi Send This scans a file once and sends the scanned file to multiple destinations. Multi Send supports FTP, network, e mail, fax, and print destinations. Scan to Fax This sends scanned files to specified fax destinations. Copy This prints scanned files at the device. Scan to FTP This saves scanned files to a specified FTP destination. Index Files: An index file is used to store key information about another (usually larger) file. Index File to Network This saves a custom index file containing user defined content, such as details about a scan job, to a specified network location. Index File to FTP This saves a custom index file containing user defined content, such as details about a scan job, to a specified FTP destination. Confirmations: Print Confirmation This prints a page of text, such as a confirmation message, at the device. Confirmation This e mails text, such as a confirmation message, to specified e mail addresses.

8 Building custom solutions 8 Putting tasks in order When creating a workflow, you must arrange tasks in the order in which they will be needed in the finished solution. For example, if you want to include a Text Entry User Prompt asking users to log in, and then use that text entry as a variable for the Username property for a Scan to Network task, then the Text Entry User Prompt must appear before the Scan to Network task in the workflow. There are two ways to arrange tasks: Plan the flow of actions and prompts in advance, and then add them to the workflow in order (in the Design pane). Click and drag workflow tasks already inside the Design pane to arrange them as needed. Task properties The Task Properties pane is used to configure various attributes for each task you add to a workflow. Configuring task properties may involve filling in a text field, selecting options from a drop down menu, or inserting predefined variables. The Task Properties pane consists of the following data input options: Text boxes Single line text boxes These generally require a small string of text. Specify values in these boxes by clicking anywhere in the text field and typing. Multi line text boxes These allow for longer blocks of text. Specify values in these boxes by clicking the ellipsis button and then typing text in the dialog that appears. Note: Text boxes can also be populated with one or more variables. These variables can be inserted by themselves or embedded within text. For more information about using variables, see the following section. Drop down boxes These contain a set of choices specific to a particular field. Check boxes Select these boxes to enable a specific feature. Clear the boxes to make the feature unavailable. Numerical entry boxes These allow for customized numeric entries. Asterisks indicate required fields. Solutions cannot be deployed until all required fields have been populated. However, you can save solutions without populating all required fields. Using variables Variables can be added to any task property field where text can be typed. Variables represent data that is dynamically updated based on conditions at the time a solution is run. For example, if you select a system variable such as MFP IP Address or Date and Time, then that information will be gathered from the printer when the solution is run. Variables can also come from previously added workflow tasks, such as a User Prompt. For example, if you add a Text Entry User Prompt to the workflow asking users to enter their login credentials, then the response variable from that text entry can be selected as a variable for the Username property in a Scan task. To see the list of variables available for a particular property, click inside the text entry field for that property, and then click { } on the Task Properties toolbar. You can also right click inside the text entry field for the property, and then select Insert Variable. For a complete list of the variables available in Solution Composer, see Variable definitions on page 47.

9 Building custom solutions 9 Step 1: Creating a new project and adding tasks 1 To create a new project, open Solution Composer, or do one of the following: From the file menu, click File > New. From the toolbar, click. 2 From the Task Library pane, select one of the four task categories, and then double click a task icon, or click and drag it into the Design pane. 3 In the text box beneath the task icon, type a descriptive name for the task (optional). Task names are for user reference only and do not affect the workflow. You can rename a task in the Design pane by double clicking its name and then typing a new name. 4 From the Task Properties pane, configure the properties for the task. To access the properties for a task, select its icon in the Design pane. For a comprehensive list of the properties available for each task, see Appendix on page 24. If you add a new task to the workflow before correctly configuring the required properties of an existing task, then a red exclamation point appears next to the existing task. Mouse over the task icon to show a dialog listing the configuration problems. Deleting tasks from a workflow 1 From the Design pane, select a task. 2 Do one of the following: Right click the task, and then select Delete Task. Select the task, and then press Delete on your keyboard. Step 2: Validating solutions (optional) Solution Composer projects are saved and deployed as solution packages. Validating a solution before saving or deploying it is optional, but can help identify errors that need to be corrected while you are still working on the solution. Solutions are automatically checked for errors when they are deployed. 1 With the project open, from the file menu, click Tools > Validate. Note: You can also click on the toolbar. 2 From the Validation Summary dialog that appears, take note of any errors, and then click Close. 3 Correct the noted errors. 4 Repeat step 1 through step 3 until the Validation Summary reports No Problems Found. Note: All errors must be corrected before a solution can be deployed.

10 Building custom solutions 10 Step 3: Simulating solutions (optional) Before saving or deploying a solution in Solution Composer, you can use Simulate to check the basic look, flow, and syntax of a project. Simulate can approximate how a solution will look after it has been deployed to a device. It cannot show exactly how the solution will look on a specific device. Make sure all task properties in your solution are configured correctly before you use Simulate. If you do not configure all required task properties or if properties are configured incorrectly, then you will not be able to simulate the solution or parts of the solution. The simulation will stop as soon as Simulate reaches the first task that contains errors. If certain task property values are not available during the simulation, then an Information not currently available message will appear. 1 With the project open, from the file menu, click Tools > Simulate. Note: You can also click on the toolbar. A generic representation of the printer home screen appears, showing only the icon for your solution. 2 Click the icon for the solution. 3 Navigate through the screens by clicking Next, Back, or Home, and by responding to user prompts on the simulated printer touch screen. Use the computer keyboard to type data for prompts that require text input. You can view the settings for the task properties on a particular screen by clicking Show details. In the Details pane, you can expand and collapse the lists of task properties for the screen you are viewing. To close the Details pane, click Hide details. You cannot modify task properties settings from the Details pane. If you want to modify settings, then close the Simulator dialog, and then modify the settings from the Task Properties pane. 4 Click Next on the final screen to return to the home screen. Step 4: Saving projects You can save Solution Composer projects as.lwfs files that can be opened and edited later using Solution Composer. These files represent saved work, not completed solutions, and.lwfs files cannot be deployed to a device. Projects can be saved with or without a password. A generic encryption key is used when saving non password protected projects, but those projects can be opened by any Solution Composer user. To restrict access to a project, save the file using the Save As...With Password option. Saving projects without a password 1 From the file menu, click File > Save. Note: You can also click on the toolbar. 2 Browse to the location where you want to save the file, and then name the file. 3 Click Save.

11 Building custom solutions 11 Saving projects with a password 1 From the file menu, click File > Save As...With Password. Note: You can also click the arrow next to on the toolbar, and then select Save As...With Password. 2 Browse to the location where you want to save the file, and then name the file. 3 Click Save. 4 Type a password in the dialog, and then click OK. When you attempt to open the file, you will be prompted for this password. Step 5: Deploying solutions You can deploy valid Solution Composer projects two different ways: as a saved deploy file, or directly to devices from Solution Composer: Deploying to a file This is useful if you need to save the solution package to a network location for others to install on multiple devices, or if a network is not available for direct deployment at a particular time, such as when you are working remotely. Deploying directly to a device This lets you deploy directly to a device from within Solution Composer. When deploying directly to a device, you will need the device IP address or host name. If you need to deploy to multiple devices, then you must deploy to each one individually. Deploying solutions to a file Solutions can be saved as.lwfd files that can be installed using the Solution Composer Agent on the device Embedded Web Server or using the Lexmark Virtual Solution Center. 1 With the project open, from the file menu, click Tools > Deploy Solution to File. 2 In the Deploy Solution to File dialog, fill in the following fields: Solution Properties The solution properties define the basic information that will be available about a solution both on the device and from the device Embedded Web Server. Asterisks indicate required fields. Solutions cannot be deployed until all required fields have been populated. Name Type the name that will appear above the solution icon on the printer home screen.

12 Building custom solutions 12 This name will also be used to represent the solution in the list of Installed Solutions on the device Embedded Web Server. Solutions installed on the same device should each have a unique name. If you install a solution using the Solution Composer Agent on the Embedded Web Server and there is already a solution on the device with the same name, then either the existing installed solution will be overwritten, or the Embedded Web Server will show an error message. If an error message is shown, then uninstall the existing solution before installing the new solution. Version Enter the version number of the solution. Only numbers and periods can be used in the Version field. (Example: 2.0.0) Version numbers cannot start with a period or contain two or more consecutive periods. The version number is used for reference only. An existing version of a solution will be automatically overwritten if another instance is deployed. Image Click Browse to locate the image that will represent the solution on the printer home screen. Use a PNG, GIF, JPG, or BMP file. Images will be automatically resized to fit the icon. Solution Composer will use a default icon for the custom solution if no image is specified. Description Type the description that will appear on the solution Information tab on the device Embedded Web Server. Support Information Because solutions built using Solution Composer may require technical support, the support information must be filled out completely and correctly. Asterisks indicate required fields. Solutions cannot be deployed until all required fields have been populated. Support information can be accessed from the device Embedded Web Server by clicking Applications > Solution Composer > [solution name]. Name Type the name of the company responsible for supporting the solution. Phone Enter the phone number of the company responsible for supporting the solution. Website Type the Web site URL of the company responsible for supporting the solution. Type the e mail address of the company responsible for supporting the solution. 3 Click Deploy, and then use the Save dialog to name and save the file to a location of your choice. Note: The Deploy button will not be enabled until all required fields have been populated.

13 Building custom solutions 13 Deploying solutions directly to a device 1 With the project open, from the file menu, click Tools > Deploy Solution to Device. Note: You can also click on the toolbar. 2 In the Deploy Solution to Device dialog, type the IP address or host name of the destination device in the Device Address field. Note: You can deploy solutions to one device at a time. Multiple devices must be handled separately. 3 Fill in the following fields: Solution Properties The solution properties define the basic information that will be available about a solution both on the device and from the device Embedded Web Server. Asterisks indicate required fields. Solutions cannot be deployed until all required fields have been populated. Name Type the name that will appear above the solution icon on the printer home screen. This name will also be used to represent the solution in the list of Installed Solutions on the device Embedded Web Server. Solutions installed on the same device should each have a unique name. If you deploy a solution directly to a device and there is already a solution on the device with the same name, then the existing installed solution will be overwritten. Version Enter the version number of the solution. Only numbers and periods can be used in the Version field. (Example: 2.0.0) Version numbers cannot start with a period or contain two or more consecutive periods. The version number is used for reference only. An existing version of a solution will be automatically overwritten if another instance is deployed. Image Click Browse to locate the image that will represent the solution on the printer home screen. Use a PNG, GIF, JPG, or BMP file. Images will be automatically resized to fit the icon. Solution Composer will use a default icon for the custom solution if no image is specified. Description Type the description that will appear on the solution Information tab on the device Embedded Web Server. Support Information Because solutions built using Solution Composer may require technical support, the support information must be filled out completely and correctly.

14 Building custom solutions 14 Asterisks indicate required fields. Solutions cannot be deployed until all required fields have been populated. Support information can be accessed from the device Embedded Web Server by clicking Applications > Solution Composer > [solution name]. Name Type the name of the company responsible for supporting the solution. Phone Enter the phone number of the company responsible for supporting the solution. Website Type the Web site URL of the company responsible for supporting the solution. Type the e mail address of the company responsible for supporting the solution. 4 Click Deploy. A status indicator appears, followed by a confirmation message indicating whether the solution deployed successfully. Note: The Deploy button will not be enabled until all required fields have been populated.

15 Sample solutions 15 Sample solutions The following two scenarios are designed to demonstrate how Solution Composer might be used to build solutions that accomplish real world tasks. For information about specific properties or settings, see Appendix on page 24. Scenario 1: Scanning W 4 forms to a corporate FTP site In this scenario, a simple solution is created that enables franchise retail stores to scan W 4 forms for new employees to a corporate FTP site. The solution first scans both sides of the form into a single file, which is then saved to a location on the corporate FTP site using a specified file name that users cannot change. After the scan is complete, the solution shows a message on the printer touch screen reminding the user to file the W 4 form in the employee's personnel file. For step by step instructions on creating a Solution Composer project, see Building custom solutions on page 7. For a comprehensive list of task properties and variables available in Solution Composer, see Appendix on page 24. Building the solution in Solution Composer 1 To create a new project, open Solution Composer, or do one of the following: From the file menu, click File > New. From the toolbar, click. 2 In the Task Library pane, under User Prompts, double click Message or click and drag it into the Design pane, and then give it a descriptive name, such as Load forms. 3 In the Task Properties pane, click the ellipsis button next to the Message field to open a text entry box. Use the text entry box to instruct users to load the W 4 form onto the scanner glass or into the automatic document feeder. 4 From the Task Library pane, click Scan Actions, double click Scan to FTP or click and drag it into the Design pane below the Message prompt, and then give it a descriptive name, such as Scan document. 5 In the Task Properties pane, do the following: Clear the Prompt at Runtime check box so that users will not be able to change settings when running the solution. Provide the URL and credentials needed to connect to the FTP destination. In the Output section, configure the Scan filename setting: a Type w4_from_mfp_ in the text entry box. b Right click inside the text entry box after the text you entered. c Select Insert Variable to show the Variable Selection dialog.

16 Sample solutions 16 d In the Variable Selection dialog, click System Variables > MFP IP Address > OK. e In the Scan filename text entry box, type the _ symbol after the MFP IP Address variable. When you are finished, the contents of the text box should look like w4_from_mfp_system Variables.MFP IP Address_. When documents are scanned to the corporate FTP destination using this solution, file names will reflect the IP address of the printer from which they were sent. Verify that Append timestamp is selected to ensure that multiple files sent from the same printer will not be overwritten. The resulting file name will look something like w4_from_mfp_ _2011_06_23_10_33_26_050.pdf. In the Scan Settings (Basic) section, select Duplex in the Original Sides (Duplex) field. 6 From the Task Library pane, click User Prompts, click and drag Message into the Design pane below the Scan to FTP action, and then give it a descriptive name, such as File completed forms. 7 In the Task Properties pane, use the Message field to remind users to file the W 4 form properly after scanning. 8 Check the solution for errors by doing one of the following: From the file menu, click Tools > Validate. From the toolbar, click. 9 Take note of any errors reported in the Validation Summary dialog, correct the errors, and then validate again. 10 After validating, check the overall flow of the solution by doing one of the following: From the file menu, click Tools > Simulate. From the toolbar, click. 11 Do one of the following: Use the Deploy Solution to File option on the Tools menu to set solution properties and support information, save the script, and then send the file to individual stores with instructions for installing the solution on Lexmark devices running the Solution Composer Agent. Use the Deploy Solution to Device option on the Tools menu to set solution properties and support information, and then install the solution on Lexmark devices running the Solution Composer Agent. To deploy directly to devices, you must be on the same network as the target devices, and you will need the IP address or host name of each device. What users see when using the solution 1 From the printer home screen, the user touches the icon for the solution. 2 The printer prompts the user to load the W 4 form onto the scanner glass or into the automatic document feeder. 3 The user loads the document, and then touches Next. 4 The printer shows a message while it scans the document to the appropriate FTP folder. 5 The printer shows the custom message reminding the user to file the W 4 form in the employee's folder. 6 The user touches Next and returns to the printer home screen.

17 Sample solutions 17 Scenario 2: Scanning HR forms and saving an index file to a network In this scenario, a more complex solution is created that prompts users to select the type of document they want to scan, scans the document to a network location, and then saves an index file to the same location. Such a scenario could be used by the same franchise stores as in the first scenario, only this time they can scan many different types of HR forms to a specified location on the corporate network. This solution will use variables based on user input to populate the index file. For step by step instructions on creating a Solution Composer project, see Building custom solutions on page 7. For a comprehensive list of task properties and variables available in Solution Composer, see Appendix on page 24. Building the solution in Solution Composer 1 Create a new Solution Composer project. 2 In the Task Library pane, under User Prompts, double click Multiple Choice or click and drag it into the Design pane, and then give it a descriptive name, such as Choose document. 3 In the Task Properties pane, do the following: Use the Prompt field to instruct users to select the type of document they want to scan. Click the ellipsis button next to the Choices field to show the Choices dialog. To create document types from which users can select: a In the Choices dialog, click Add. b Type Administration in the Label field. The Value field is automatically populated with this label. c Click Add. d Type Benefits in the Label field of the second entry. e Click Add. f Type Employment Application in the Label field of the third entry. g Verify that the Allow multiple selections check box is cleared. h Click OK to save the list and return to the main window for this task. 4 In the Task Library pane, under User Prompts, double click Message or click and drag it into the Design pane below the Multiple Choice prompt, and then give it a descriptive name, such as Load document. 5 In the Task Properties pane, use the Message field to instruct users to load the document onto the scanner glass or into the automatic document feeder. 6 From the Task Library pane, click Scan Actions, double click Scan to Network or click and drag it into the Design pane below the Message prompt, and then give it a descriptive name, such as Scan document. 7 In the Task Properties pane, do the following: Clear the Prompt at Runtime check box so that users will not be able to change settings when running the solution. Provide the URL and credentials needed to connect to the network destination.

18 Sample solutions 18 In the Output section, configure the Scan file name setting: a Right click inside the text entry box, and then select Insert Variable to show the Variable Selection dialog. b In the Variable Selection dialog, click Choose document > Selected Text List > OK. c In the Scan file name text entry box, type the _ symbol after the Selected Text List variable. d Right click inside the text entry box at the end of the entry, and then select Insert Variable to show the Variable Selection dialog. e In the Variable Selection dialog, click System Variables > MFP IP Address > OK. When you are finished, the contents of the text box should look like Choose document.selected Text List_System Variables.MFP IP Address. When a document is scanned to the network destination using this solution, the file name will include the type of document scanned (as selected by the user) and the IP address of the printer from which the document was sent. Verify that Append timestamp is selected to ensure that multiple files sent from the same printer will not be overwritten. The resulting filename will look something like Employment Application_ _2011_06_23_10_33_26_050.pdf. In the Scan Settings (Basic) section, select Duplex in the Original Sides (Duplex) field. 8 From the Task Library pane, click Index Files, and then double click Index File to Network or click and drag it into the Design pane below the Scan to Network action. 9 In the Task Properties pane, do the following: Provide the URL and credentials needed to connect to the network destination. In the Output section, configure the Base filename setting: a Right click inside the text entry box, and then select Insert Variable to show the Variable Selection dialog. b In the Variable Selection dialog, click Choose document > Selected Text List > OK. c In the Base filename text entry box, type the _ symbol after the Selected Text List variable. d Right click inside the text entry box at the end of the entry, and then select Insert Variable to show the Variable Selection dialog. e In the Variable Selection dialog, click System Variables > MFP IP Address > OK. f In the Base filename text entry box, type _index after the MFP IP Address variable. When you are finished, the contents of the text box should look like Choose document.selected Text List_System Variables.MFP IP Address_index. When a document is scanned to the network destination using this solution, the file name will include the type of document scanned (as selected by the user) and the IP address of the printer from which the document was sent. Verify that Append timestamp is selected to ensure that multiple files sent from the same printer will not be overwritten. The resulting file name will look something like Employment Application_ _index_2011_06_23_10_33_26_050.txt. Click the ellipsis button next to Content Text to show the Content Text dialog, and then do the following: a On the first line, type Date:. b Right click next to Date:, and then select Insert Variable. In the Variable Selection dialog, click System Variables > Date and Time > OK. c On the second line, type File:. d Right click next to File:, and then select Insert Variable. In the Variable Selection dialog, click Choose document > Selected Text List > OK. e On the third line, type User:. f Right click next to User:, and then select Insert Variable. In the Variable Selection dialog, click Scan document > Username > OK. g Click OK to save your selection. When the index file is created, it will contain the text and variables specified in the Content Text dialog.

19 Sample solutions Check the solution for errors by doing one of the following: From the file menu, click Tools > Validate. From the toolbar, click. 11 Take note of any errors reported in the Validation Summary dialog, correct the errors, and then validate again. 12 After validating, check the overall flow of the solution by doing one of the following: From the file menu, click Tools > Simulate. From the toolbar, click. 13 Do one of the following: Use the Deploy Solution to File option on the Tools menu to set solution properties and support information, save the script, and then send the file to individual stores with instructions for installing the solution on Lexmark devices running the Solution Composer Agent. Use the Deploy Solution to Device option on the Tools menu to set solution properties and support information, and then install the solution on Lexmark devices running the Solution Composer Agent. To deploy directly to devices, you must be on the same network as the target devices, and you will need the IP address or host name of each device. What users see when using the solution 1 From the printer home screen, the user touches the icon for the solution. 2 The printer prompts the user to select the type of HR document they want to scan from a list of choices. The user makes a selection, and then touches Next. 3 The printer prompts the user to load the document onto the scanner glass or into the automatic document feeder. 4 The user loads the document, and then touches Next. 5 The printer shows a message while the scan file is being saved to the network destination. 6 The printer shows a message while the index file is being saved to the network destination. Note: In some cases, the scan or index file is saved to the network destination quickly enough that this message appears briefly or not at all. 7 The solution automatically returns the user to the printer home screen.

20 Troubleshooting 20 Troubleshooting A solution has been deployed to a device, but it does not appear on the device home screen Try one or more of the following: LICENSE AND RESTART SOLUTION COMPOSER AGENT If one or more solutions were deployed before Solution Composer Agent was licensed on a device, then you will need to restart Solution Composer Agent after licensing to enable the deployed solutions. 1 Obtain the printer IP address: From the printer home screen From the TCP/IP section in the Network/Ports menu By printing a network setup page or menu settings page, and then finding the TCP/IP section Note: An IP address appears as four sets of numbers separated by periods, such as Open a Web browser, and then type the printer IP address in the address field. 3 From the Embedded Web Server, click Settings or Configuration. 4 Click Device Solutions > Solutions (esf), or click Embedded Solutions. 5 Select the Solution Composer Agent check box in the Installed Solutions list. 6 Click Stop. The screen reloads showing Solution Composer Agent in a Stopped state. 7 Select the Solution Composer Agent check box, and then click Start. The screen reloads showing Solution Composer Agent in a Running state. Previously deployed solutions packages now appear on the device home screen. Note: For information about licensing Solution Composer Agent on a device, see Licensing Solution Composer Agent on page 24. REDEPLOY THE SOLUTION The solution may not have installed successfully on the device, and it may need to be redeployed. For instructions on deploying solutions, see Step 5: Deploying solutions on page 11. INSTALL THE SOLUTION FROM THE DEVICE EMBEDDED WEB SERVER If the solution cannot be deployed directly to the device, then try deploying it to a file and then installing it using the Solution Composer Agent application on the device Embedded Web Server. Solution Composer Agent can be deployed to devices from the Lexmark Virtual Solution Center. For information about the Virtual Solution Center, contact your solutions provider.

21 Troubleshooting 21 To access the Solution Composer Agent solution management page from the Embedded Web Server, click Applications > Solution Composer. The Scan to or e mail actions cause the solution to fail MAKE SURE THE E MAIL SETTINGS ARE CONFIGURED CORRECTLY ON THE PRINTER For the e mail tasks in a solution to work properly, the e mail settings on the printer running the solution must be configured correctly. For more information on configuring e mail settings, see the documentation that came with the printer. The Scan to task fails to send an e mail CHECK THE REPLY ADDRESS FIELD IN THE PRINTER E MAIL SETTINGS If you selected Use Printer Setting in the From field of the Scan to task, then make sure the Reply Address field in the printer e mail settings contains a valid e mail address. 1 Obtain the printer IP address: From the printer home screen From the TCP/IP section in the Network/Ports menu By printing a network setup page or menu settings page, and then finding the TCP/IP section Note: An IP address appears as four sets of numbers separated by periods, such as Open a Web browser, and then type the printer IP address in the address field. 3 From the Embedded Web Server, click Settings or Configuration. 4 Click E mail/ftp Settings > E mail Settings > Setup E mail Server. 5 Make sure the Reply Address field contains a valid e mail address. 6 Click Submit. The Scan to Fax or fax actions cause the solution to fail MAKE SURE THE FAX SETTINGS ARE CONFIGURED CORRECTLY ON THE PRINTER For the fax tasks in a solution to work properly, the fax settings on the printer running the solution must be configured correctly. For more information on configuring fax settings, see the documentation that came with the printer.

22 Frequently asked questions 22 Frequently asked questions Will solutions built using Solution Composer work on my Lexmark device? Yes, if the device is a multifunction printer running the Solution Composer Agent. Solution Composer Agent must be licensed on the device in order to run solutions. A hard drive must be installed on the device in order to run solutions containing Multi Send tasks. Do solutions built using Solution Composer require certification? No, Solution Composer is designed to produce solutions that can be used immediately, without the need for certification. How do I rename a task in the Design pane? Double click the name of the task beneath the icon, and then type a new name. Will later versions of solutions overwrite earlier ones? Solution Composer does not check the version of previously deployed solutions. If a solution is deployed to a device that is already running another version of that solution, then the version being deployed will replace the existing one. Why aren't the scan settings that I set in the Task Properties working on my device? Scan settings are device and situation specific, so not all scan settings are available on all devices in all situations. If you have selected scan settings in your solution that are not supported by a particular device, then the default scan settings for that device will be used. See the User's Guide that came with the device for a complete list of available scan settings. Do I have to save a project before validating or simulating? No, you can validate or test projects using Simulate before saving or deploying them.

23 Frequently asked questions 23 Do I have to validate or simulate a project before saving or deploying it? No, you can save or deploy projects without validating or simulating them first, but running one or both of these checks can help ensure you have a working solution before you load it to a device. Note: Solutions are automatically validated as part of the deployment process.

24 Appendix 24 Appendix Licensing Solution Composer Agent The Solution Composer Agent is offered with a 30 day trial license that allows you to deploy fully functioning solutions built using Solution Composer. To continue using the Solution Composer Agent on your printers after the trial period, you must obtain a full license. For more information about purchasing application licenses, contact your solutions provider. Obtaining a license 1 Obtain the printer IP address: From the printer home screen From the TCP/IP section in the Network/Ports menu By printing a network setup page or menu settings page, and then finding the TCP/IP section Note: An IP address appears as four sets of numbers separated by periods, such as Open a Web browser, and then type the printer IP address in the address field. 3 From the Embedded Web Server, click Settings or Configuration. 4 Click Device Solutions > Solutions (esf), or click Embedded Solutions. 5 Click System. 6 Record the host ID (serial number). Record only the string that appears after Serial=. 7 Contact your solutions provider and provide the host ID to obtain the license file. Installing the license 1 Open a Web browser, and then type the printer IP address in the address field. 2 From the Embedded Web Server, click Settings or Configuration. 3 Click Device Solutions > Solutions (esf), or click Embedded Solutions. 4 Under Installed Solutions, click Solution Composer Agent > License > Update License. 5 Make sure Local is selected, and then browse to locate the license file. 6 Click Update License. Properties for user prompts Multiple Choice properties The following are the settings available for the Multiple Choice prompt. Use Multiple Choice to prompt users to select from a list of options.

25 Appendix 25 Asterisks indicate required fields. To add a variable to any text field, click the text entry portion of the field, and then click { } on the Task Properties toolbar. You can also right click the text entry portion of the field, and then select Insert Variable. For a comprehensive list of all variables available in Solution Composer, see Variable definitions on page 47. General Prompt Type a prompt that will guide users in making a selection from the list of choices. This appears above the list and gives users context for the choices available in the list. For example, Select a department. Choices Click the ellipsis button next to the field to populate the list of choices that will be available for users to select from. In the Choices dialog, select Allow multiple selections to allow users to select more than one choice from the list. To add a choice to the list: 1 Click Add. A new choice appears in the list. 2 Configure the following fields: Default Select a check box to set a default choice for users. Order This is a numeric value that indicates where a choice will appear in the list. This field cannot be changed. Label Type the choice that users will see and select on the printer touch screen. Note: The text typed in the Label field does not wrap on the printer touch screen. Instead, the size of the text will shrink to fit the touch screen. Value Type the value associated with the user's choice. This is not an option that users will see. By default, the value is the same as the label, and the text you type in the Label field is automatically duplicated in the Value field as you type. You can change the value so that it can be used in a Selected Value List variable in another task. The Selected Value List variable will contain the value associated with the choice the user selected. For example, a company might have users who need to scan different types of documents and have them routed to a particular department based on the document type. In this scenario, you could type a department name in the Label field (for example, Human Resources), and then type the e mail address of a person in the department in the Value field. The e mail address would be included in the Selected Value List variable. The Selected Value List variable could then be used in a Scan to task to e mail scanned documents to the appropriate department based on the user s selection. That scenario might look something like this: a A user has an employment application that needs to be scanned and sent to Human Resources. b The user touches the icon for the solution and is prompted to select a department from a list of choices.

26 Appendix 26 c d 3 Click OK. The user chooses Human Resources from the list. If the Value field for the Human Resources label is populated with the e mail address of a person in Human Resources, then you can insert a Selected Value List variable in the To field of a Scan to task. The variable will contain the e mail address specified in the Value field, and the Scan to task will send the scanned document to this address. The Selected Value List variable can be found under the Multiple Choice prompt heading in the Variable Selection dialog for the Scan to To field. The user scans the employment application, and it is automatically routed to the appropriate person in Human Resources. Note: If users are allowed to select multiple choices, then the Selected Value List variable will contain all e mail addresses associated with the user s choices. Make sure the Selected value separator property for your Multiple Choice prompt is set to either Comma or Semicolon. This enables the list of e mail addresses to be processed correctly in a Scan to task. To delete a choice from the list: 1 Click the ellipsis button next to the Choices field. 2 Select a choice from the list. 3 Click Delete > OK. Selection Required Select this option to require users to make a selection before proceeding to the next task. Help Text Click the ellipsis button next to the field to type help text that will be available to users when they touch the question mark icon in the lower left corner of the printer touch screen. Note: The question mark icon appears only if you specify text in this field. Miscellaneous Selected value separator If the prompt is configured to allow multiple selections, then click the ellipsis button next to the field to choose how to separate the list of selections (comma, colon, semicolon, or custom) when the list is used in a variable. This is used with the Selected Text List, Selected Value List, and Selected Index List variables. If the Selected Value List variable contains multiple e mail addresses, then select Comma or Semicolon. This enables the list of e mail addresses to be processed correctly in a Scan to task. If the Selected Value List variable contains multiple fax numbers, then select Semicolon. Numeric Entry properties The following are the settings available for the Numeric Entry prompt. Use Numeric Entry to prompt users to enter a numerical value, such as a PIN. To add a variable to any text field, click the text entry portion of the field, and then click { } on the Task Properties toolbar. You can also right click the text entry portion of the field, and then select Insert Variable. For a comprehensive list of all variables available in Solution Composer, see Variable definitions on page 47. Where applicable, click Use Printer Setting to access the available choices for a setting or to type text for a setting. You can return to the default setting for the printer by clicking the setting value you entered, and then clicking on the Task Properties toolbar. You can also right-click the setting value you entered, and then select Use Printer Setting.

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

Scan to Digitech v1.0

Scan to Digitech v1.0 Scan to Digitech v1.0 Administrator's Guide June 2009 www.lexmark.com Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other

More information

X500 Series Scan Destination and Alert Message Setup Guide

X500 Series Scan Destination and Alert Message Setup Guide X500 Series Scan Destination and Alert Message Setup Guide www.lexmark.com July 2007 Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States

More information

Solution Composer. Version 2.8. User's Guide

Solution Composer. Version 2.8. User's Guide Solution Composer Version 2.8 User's Guide July 2015 www.lexmark.com Contents 2 Contents Overview... 3 System requirements...3 Understanding the application... 4 Understanding the basics...4 Licensing

More information

Register ME. Administrator's Guide

Register ME. Administrator's Guide Register ME Administrator's Guide May 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Lexmark Register ME...4 Configuring application settings...4 Verifying that the application is configured

More information

Secure Held Print Jobs. Administrator's Guide

Secure Held Print Jobs. Administrator's Guide Secure Held Print Jobs Administrator's Guide April 2013 www.lexmark.com Contents 2 Contents Overview... 3 Configuring Secure Held Print Jobs...4 Configuring and securing the application... 4 Using Secure

More information

Real Estate Agent. Administrator's Guide

Real Estate Agent. Administrator's Guide Real Estate Agent Administrator's Guide May 2011 www.lexmark.com Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other countries.

More information

Firmware Update Guide

Firmware Update Guide Firmware Update Guide April 2018 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Updating the firmware... 5 Updating the firmware using Virtual Solution Center... 5 Updating the firmware

More information

Scan Center. Version 1.2. Administrator's Guide

Scan Center. Version 1.2. Administrator's Guide Scan Center Version 1.2 Administrator's Guide August 2017 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Deployment readiness checklist...6 Configuring the application...7 Managing

More information

Secure Held Print Jobs

Secure Held Print Jobs Secure Held Print Jobs Version 3.0 Administrator's Guide January 2016 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Deployment readiness checklist...5 Configuring the printer settings...

More information

Forms on Demand. Administrator's Guide. April

Forms on Demand. Administrator's Guide. April Forms on Demand Administrator's Guide April 2010 www.lexmark.com Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other countries.

More information

Accessibility Solution. Administrator's Guide

Accessibility Solution. Administrator's Guide Accessibility Solution Administrator's Guide September 2017 www.lexmark.com Contents 2 Contents Overview... 3 Configuring the application...4 Setting up user access... 4 Restricting printer functions...

More information

Device Quotas. Administrator's Guide

Device Quotas. Administrator's Guide Device Quotas Administrator's Guide March 2015 www.lexmark.com Contents 2 Contents Overview... 4 Default configuration...4 Before you begin... 4 Configuring the application from the control panel...6 Accessing

More information

LexPrint v3.0 User's Guide

LexPrint v3.0 User's Guide LexPrint v3.0 User's Guide September 2010 www.lexmark.com Contents Getting started with LexPrint...3 What is LexPrint?...3 Using the LexPrint home screen...3 Using the photo viewer...5 Minimum system requirements...7

More information

Cloud Platform. Version User's Guide

Cloud Platform. Version User's Guide Cloud Platform Version 1.1.5 User's Guide January 2018 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Getting started... 5 System requirements...5 Accessing the Cloud Platform home

More information

Forms Composer. Using Forms Composer. October

Forms Composer. Using Forms Composer. October Forms Composer Using Forms Composer October 2002 www.lexmark.com Edition: October 2002 The following paragraph does not apply to any country where such provisions are inconsistent with local law: LEXMARK

More information

AccuRead Automate. Version 2.3. Administrator's Guide

AccuRead Automate. Version 2.3. Administrator's Guide AccuRead Automate Version 2.3 Administrator's Guide August 2017 www.lexmark.com Contents 2 Contents Change history... 4 Overview... 5 Deployment readiness checklist...6 Configuring the application...7

More information

Print Release. Administrator s Guide. Version 2.2.5

Print Release. Administrator s Guide. Version 2.2.5 Print Release Administrator s Guide Version 2.2.5 May 2011 www.lexmark.com 1 Edition notice May 2011 The following paragraph does not apply to any country where such provisions are inconsistent with local

More information

Print Management On-Premises

Print Management On-Premises Print Management On-Premises Version 1.2 User's Guide February 2018 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Printing files...5 Adding a print release queue on Macintosh computers...5

More information

Voice Guidance. Administrator's Guide

Voice Guidance. Administrator's Guide Voice Guidance Administrator's Guide June 2015 www.lexmark.com Contents 2 Contents Overview... 3 Supported printer models, functions, and applications...3 Configuring Voice Guidance... 4 Activating Voice

More information

Kofax Ascent Capture. Script Reference

Kofax Ascent Capture. Script Reference Kofax Ascent Capture Script Reference September 2004 www.lexmark.com Edition: September 2004 The following paragraph does not apply to any country where such provisions are inconsistent with local law:

More information

ImageNow Interact for Lexmark

ImageNow Interact for Lexmark ImageNow Interact for Lexmark Installation and Setup Guide Version: 3.3. x Written by: Product Documentation, R&D Date: September 2016 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

Print Management Cloud

Print Management Cloud Print Management Cloud Version 1.0 Configuration Guide January 2018 www.lexmark.com Contents 2 Contents Change history... 4 Overview... 5 Deployment readiness checklist...6 Getting started...7 Accessing

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Interact for Lexmark. Installation and Setup Guide. Version: 3.7.x Compatible with ImageNow, Version 6.7.x and Perceptive Content, Version 7.

Interact for Lexmark. Installation and Setup Guide. Version: 3.7.x Compatible with ImageNow, Version 6.7.x and Perceptive Content, Version 7. Interact for Lexmark Installation and Setup Guide Version: 3.7.x Compatible with ImageNow, Version 6.7.x and Perceptive Content, Version 7.x Written by: Embedded Solutions, R&D Date: September 2016 2016

More information

KYOCERA Net Viewer 5.3 User Guide

KYOCERA Net Viewer 5.3 User Guide KYOCERA Net Viewer. User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

KYOCERA Net Viewer User Guide

KYOCERA Net Viewer User Guide KYOCERA Net Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We

More information

Authorized Send User s Guide for imagerunner Machines Version 4.1

Authorized Send User s Guide for imagerunner Machines Version 4.1 Canon Authorized Send User s Guide for imagerunner Machines Version 4.1 08011-41-UD1-003 This page is intentionally left blank. 2 Authorized Send User s Guide for imagerunner Machines Contents Preface...5

More information

Remote Asset Manager. Version 2.2. Administrator's Guide

Remote Asset Manager. Version 2.2. Administrator's Guide Remote Asset Manager Version 2.2 Administrator's Guide April 2018 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Deployment readiness checklist...5 Getting started... 6 Installing

More information

Tivoli Event Integration Technology White Paper

Tivoli Event Integration Technology White Paper Tivoli Event Integration Technology White Paper July 12, 2005 Lexmark International, Inc. 740 New Circle Road Lexington, KY 40550 Abstract This document focuses on the technical issues surrounding Lexmark

More information

Scan to Hard Disk. Administrator's Guide

Scan to Hard Disk. Administrator's Guide Scan to Hard Disk Administrator's Guide April 2015 www.lexmark.com Edition notice April 2015 The following paragraph does not apply to any country where such provisions are inconsistent with local law:

More information

3100, 3200 MFP options

3100, 3200 MFP options 3100, 3200 MFP options User s Guide 3100 3200 October 2002 Click here for Quick Reference www.lexmark.com Edition: October 2002 The following paragraph does not apply to any country where such provisions

More information

Integration Module for FileNet Capture Professional

Integration Module for FileNet Capture Professional Integration Module for FileNet Capture Professional Setup Guide www.lexmark.com Table of Contents PURPOSE... 1 REQUIREMENTS... 2 SYSTEM REQUIREMENTS...2 COMPATIBILITY... 3 DOCUMENT DISTRIBUTOR OPERATING

More information

Interact for Lexmark. Installation and Setup Guide. Version: 3.6.x

Interact for Lexmark. Installation and Setup Guide. Version: 3.6.x Interact for Lexmark Installation and Setup Guide Version: 3.6.x Written by: Embedded Solutions, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark

More information

EFI Fiery Utilities Technical Reference. Part Number: , Rev. 1.0

EFI Fiery Utilities Technical Reference. Part Number: , Rev. 1.0 EFI Fiery Utilities Technical Reference Part Number: 59308805, Rev. 1.0 15 March 2008 CONTENTS 3 CONTENTS INTRODUCTION 5 Terminology and conventions 6 About this document 7 About Help 7 Preparing for installation

More information

KMnet Viewer. User Guide

KMnet Viewer. User Guide KMnet Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be

More information

Authorized Send User s Guide Version 4.0

Authorized Send User s Guide Version 4.0 Canon Authorized Send User s Guide Version 4.0 08011-40-UD1-003 This page is intentionally left blank. 2 Authorized Send User s Guide Contents Preface...5 How to Use This Manual... 5 Symbols Used in This

More information

ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide

ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide ecopy PaperWorks Connector for Microsoft SharePoint Administrator s Guide Part Number: 73-00419 (05/2009) Licensing, Copyright, and Trademark Information The information in this document is subject to

More information

KYOCERA Net Viewer User Guide Supplement

KYOCERA Net Viewer User Guide Supplement KYOCERA Net Viewer User Guide Supplement Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be

More information

User Guide 701P Wide Format Solution Wide Format Scan Service

User Guide 701P Wide Format Solution Wide Format Scan Service User Guide 701P44865 6204 Wide Format Solution Wide Format Scan Service Xerox Corporation Global Knowledge & Language Services 800 Phillips Road Bldg. 845-17S Webster, NY 14580 Copyright 2006 Xerox Corporation.

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Mobile Print. User's Guide for Android

Mobile Print. User's Guide for Android Mobile Print User's Guide for Android November 2018 www.lexmark.com Contents 2 Contents Change history... 4 Overview... 6 System requirement...6 Using the application...7 Installing the application...

More information

Movavi PDF Editor User Guide. Quick start guide Opening files Editing documents Saving files

Movavi PDF Editor User Guide. Quick start guide Opening files Editing documents Saving files Movavi PDF Editor User Guide Quick start guide Opening files Editing documents Saving files Table of Contents Quick start guide...2 Removing trial restrictions...3 Getting an activation key...4 Activating

More information

Authorized Send User s Guide Version 3.5

Authorized Send User s Guide Version 3.5 Canon Authorized Send User s Guide Version 3.5 08011-35-UD1-004 This page is intentionally left blank. 2 Authorized Send User s Guide Contents Preface...5 How to Use This Manual... 5 Symbols Used in This

More information

Application Integration Module

Application Integration Module Application Integration Module CM2510190 CM2510190 Warranty While every effort has been made to make this document as accurate and helpful as possible, Océ Imagistics Inc. makes no warranty of any kind

More information

imagerunner 2545i/ i/ / Remote UI Guide

imagerunner 2545i/ i/ / Remote UI Guide Remote UI Guide Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG imagerunner 2545i/2545 2535i/2535 2530/2525

More information

Mobile Print. Version 2.4. User's Guide for Android

Mobile Print. Version 2.4. User's Guide for Android Mobile Print Version 2.4 User's Guide for Android September 2017 www.lexmark.com Contents 2 Contents Change history... 4 Overview... 5 System requirement...5 Using the application... 6 Installing the application...

More information

Equitrac Integrated for Konica Minolta. Setup Guide Equitrac Corporation

Equitrac Integrated for Konica Minolta. Setup Guide Equitrac Corporation Equitrac Integrated for Konica Minolta 1.2 Setup Guide 2012 Equitrac Corporation Equitrac Integrated for Konica Minolta Setup Guide Document Revision History Revision Date Revision List November 1, 2012

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Mobile Print. Version 2.5. User's Guide for ios

Mobile Print. Version 2.5. User's Guide for ios Mobile Print Version 2.5 User's Guide for ios January 2018 www.lexmark.com Contents 2 Contents Change history... 4 Overview... 5 System requirement...5 Using the application... 6 Installing the application...

More information

Bar Code Discovery. Administrator's Guide

Bar Code Discovery. Administrator's Guide Bar Code Discovery Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring the application...4 Configuring Bar Code Discovery...4

More information

Advanced Anywhere Print

Advanced Anywhere Print Advanced Anywhere Print Installation and Configuration Guide Version 1.0 12020-10-UD1-002 This page is intentionally left blank. 2 Advanced Anywhere Print V1.0 Installation and Configuration Guide Contents

More information

Veritas System Recovery 16 Management Solution Administrator's Guide

Veritas System Recovery 16 Management Solution Administrator's Guide Veritas System Recovery 16 Management Solution Administrator's Guide Documentation version: 2017 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Outlook Web App. Getting Started. QUICK Source. Microsoft. in Exchange Server 2010

Outlook Web App. Getting Started. QUICK Source. Microsoft. in Exchange Server 2010 QUICK Source Microsoft Outlook Web App in Exchange Server 2010 Getting Started The Outlook Web App Window u v w x y u v w x y Browser Toolbars allow the user to navigate in the browser. Outlook Web Access

More information

ImageNow Interact for Xerox

ImageNow Interact for Xerox ImageNow Interact for Xerox Installation and Setup Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Xerox ConnectKey for DocuShare Installation and Setup Guide

Xerox ConnectKey for DocuShare Installation and Setup Guide Xerox ConnectKey for DocuShare Installation and Setup Guide 2013 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, DocuShare, and Xerox Extensible Interface Platform are trademarks

More information

TIBCO Managed File Transfer Internet Server Transfer and File Share Clients User's Guide

TIBCO Managed File Transfer Internet Server Transfer and File Share Clients User's Guide TIBCO Managed File Transfer Internet Server Transfer and File Share Clients User's Guide Software Release 8.1 March 2018 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Microsoft Office Communicator 2007 R2 Getting Started Guide. Published: December 2008

Microsoft Office Communicator 2007 R2 Getting Started Guide. Published: December 2008 Microsoft Office Communicator 2007 R2 Getting Started Guide Published: December 2008 Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide

Microsoft Office Groove Server Groove Manager. Domain Administrator s Guide Microsoft Office Groove Server 2007 Groove Manager Domain Administrator s Guide Copyright Information in this document, including URL and other Internet Web site references, is subject to change without

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Equitrac Embedded for Kyocera Mita. Setup Guide Equitrac Corporation Equitrac Corporation

Equitrac Embedded for Kyocera Mita. Setup Guide Equitrac Corporation Equitrac Corporation Equitrac Embedded for Kyocera Mita 1.3 Setup Guide 2012 Equitrac Corporation 2012 Equitrac Corporation Equitrac Embedded for Kyocera Mita Setup Guide Document Revision History Revision Date Revision List

More information

User's Guide. 1 Pre-operation Confirmation 2 Login and Logout 3 Displaying Device Information 4 Downloading and Installing Packages 5 Appendix

User's Guide. 1 Pre-operation Confirmation 2 Login and Logout 3 Displaying Device Information 4 Downloading and Installing Packages 5 Appendix User's Guide 1 Pre-operation Confirmation 2 Login and Logout Displaying Device Information 4 Downloading and Installing Packages 5 Appendix Read this manual carefully before you use this product and keep

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1 User Addendum User Box Scan support on the Fiery E 10 50-45C-KM Color Server, version 1.1 This document describes installing software for User Box scan support on the Fiery E 10 50-45C-KM Color Server,

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

Legal Notes. Regarding Trademarks. Models supported by the GX printer driver KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. Models supported by the GX printer driver KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

IBM ThinkPad 770 Setup Guide

IBM ThinkPad 770 Setup Guide IBM ThinkPad 770 Setup Guide IBM IBM ThinkPad 770 Setup Guide First Edition (September 1997) IBM might not be offering the products, services, or features discussed in this document in all countries,

More information

Top Producer 7i Remote

Top Producer 7i Remote Top Producer 7i Remote Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer 7i Remote Quick Setup Trademarks Information

More information

C520, C522, and C524. User s Guide. June 2005

C520, C522, and C524. User s Guide. June 2005 C520, C522, and C524 User s Guide Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other countries. 2005 Lexmark International,

More information

Veritas Desktop and Laptop Option Mac Getting Started Guide

Veritas Desktop and Laptop Option Mac Getting Started Guide Veritas Desktop and Laptop Option 9.3.1 Mac Getting Started Guide 20-Nov-18 The software described in this document is furnished under a license agreement and may be used only in accordance with the terms

More information

Fiery PRO 80 /65-55C-KM Color Server. Utilities

Fiery PRO 80 /65-55C-KM Color Server. Utilities Fiery PRO 80 /65-55C-KM Color Server Utilities 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45086942 01 September 2009 CONTENTS

More information

Veritas Desktop Agent for Mac Getting Started Guide

Veritas Desktop Agent for Mac Getting Started Guide Veritas Desktop Agent for Mac Getting Started Guide The software described in this document is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation

More information

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x ImageNow eforms Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Get Started. Document Management 9.7.1

Get Started. Document Management 9.7.1 Get Started Document Management 9.7.1 NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline Office End User License Agreement.

More information

Relativity Designer Installation Guide

Relativity Designer Installation Guide Liant Software Corporation Relativity Designer Installation Guide Version 5 Copyright 1994-2003 by Liant Software Corporation. All rights reserved. Printed in U.S.A. No part of this publication may be

More information

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

Sage HRMS Sage 100 Advanced ERP G/L Link User Guide. April 2014

Sage HRMS Sage 100 Advanced ERP G/L Link User Guide. April 2014 Sage HRMS Sage 100 Advanced ERP G/L Link User Guide April 2014 This is a publication of Sage Software, Inc. Document version: April 11, 2014 Copyright 2014. Sage Software, Inc. All rights reserved. Sage,

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

Onesource Dataflow. Data Provider Guide. Tax & Accounting. Last updated May 2012

Onesource Dataflow. Data Provider Guide. Tax & Accounting. Last updated May 2012 Onesource Dataflow Data Provider Guide Last updated May 2012 Tax & Accounting Copyright 2012 Thomson Reuters/ONESOURCE. All Rights Reserved. Proprietary Materials No use of these Proprietary materials

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

Print Management On-Premises

Print Management On-Premises Print Management On-Premises Version 2.6 Administrator's Guide June 2017 www.lexmark.com Contents 2 Contents Overview... 4 Using Lexmark Management Console...5 Accessing Lexmark Management Console... 5

More information

IBM i2 Analyst s Notebook Quick Start Guide

IBM i2 Analyst s Notebook Quick Start Guide IBM i2 Analyst s Notebook Quick Start Guide Provided with IBM i2 Analyst s Notebook 8.9 May 202 - - Copyright 0. This edition applies to version 8, release 9 of IBM i2 Analyst s Notebook (product number

More information

Integrated for Océ Setup Guide

Integrated for Océ Setup Guide Integrated for Océ Setup Guide Version 1.2 2016 OCE-20160914 Equitrac Integrated for Océ Setup Guide Document History Revision Date September 14, 2016 Revision List New supported devices/card reader web

More information

Oracle User Productivity Kit Content Player

Oracle User Productivity Kit Content Player Oracle User Productivity Kit Content Player Oracle User Productivity Kit Content Player Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks

More information

Network Scanner Tool V3.3. User s Guide Version

Network Scanner Tool V3.3. User s Guide Version Network Scanner Tool V3.3 User s Guide Version 3.3.09 Copyright 2000-2012 by SHARP CORPORATION. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited,

More information

Software Token. Installation and User Guide. 22 September 2017

Software Token. Installation and User Guide. 22 September 2017 Software Token Installation and User Guide 22 September 2017 Notices Following are policies pertaining to proprietary rights and trademarks. Proprietary Rights The information contained in this document

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Administration guide. PRISMAdirect Configuration

Administration guide. PRISMAdirect Configuration Administration guide PRISMAdirect Configuration Copyright 2015, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form or by any means without written

More information

Nuance SafeCom Go Ricoh User s Guide

Nuance SafeCom Go Ricoh User s Guide Nuance SafeCom Go Ricoh User s Guide D20703-09 November 2012 Trademarks: Nuance, the Nuance logo, SafeCom, SafeCom Go, SafeCom P:Go, SafeCom epay and the SafeCom logo are trademarks of Nuance Communications,

More information

ACA-1095 Reporting Help Pro-Ware, LLC

ACA-1095 Reporting Help Pro-Ware, LLC ACA-1095 Reporting Help Contents 3 Table of Contents Foreword 0 Part I Introduction 6 1 Overview 6 2 Welcome Screen 6 3 What's New 6 4 Home Screen 7 Toolbar... 7 File Manager... (Multi-Client Only) 8

More information

Nuance SafeCom Go HP User s Guide

Nuance SafeCom Go HP User s Guide Nuance SafeCom Go HP User s Guide D20701-12 November 2012 Trademarks: Nuance, the Nuance logo, SafeCom, SafeCom Go, SafeCom P:Go, SafeCom epay and the SafeCom logo are trademarks of Nuance Communications,

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, APM Migration Introduction... 3 General Requirements... 3 Database Requirements... 3 Stopping APM Services... 4 Creating and Restoring Orion Database Backups... 4 Creating a Database Backup File with Database

More information

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1 Microsoft Dynamics GP 2013 Web Client Installation and Administration Guide For Service Pack 1 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided

More information

WAM!NET Submission Icons. Help Guide. March 2015

WAM!NET Submission Icons. Help Guide. March 2015 WAM!NET Submission Icons Help Guide March 2015 Document Contents 1 Introduction...2 1.1 Submission Option Resource...2 1.2 Submission Icon Type...3 1.2.1 Authenticated Submission Icons...3 1.2.2 Anonymous

More information

User Guide. BrightAuthor Release 2.0. BrightSign HD110, HD210, HD210w, HD410, HD810, HD1010, and HD1010w. COMPATIBLE WITH

User Guide. BrightAuthor Release 2.0. BrightSign HD110, HD210, HD210w, HD410, HD810, HD1010, and HD1010w.   COMPATIBLE WITH User Guide BrightAuthor Release 2.0 COMPATIBLE WITH BrightSign HD110, HD210, HD210w, HD410, HD810, HD1010, and HD1010w www.brightsign.biz Copyright Copyright 2010 by BrightSign, LLC. All rights reserved.

More information

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.3

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.3 Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.3 REVISION DATE: June 2015 Copyright 2015 Adlib This manual, and the Adlib products to which it refers, is furnished under license and may be used or

More information