Kofax Front-Office Server 3.0 Manual de usuario Pagina 55

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 64
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 54
Kofax Front-Office Server Administrator’s Guide
Kofax, Inc. 55
Figure 17. Roles in the Administration Console: Example 2
Defining Queues in the DesQueueDefinition.xml File: Example 2
Use the same instructions for defining a queue in the DesQueueDefinition.xml file as found in
Defining Queues in the DesQueueDefinition.xml File
on page 50
For this example, the contents of the file would contain the following (specified attributes are
noted with boldface). Note the following;
Because the example plan indicates an alternate storage location for document files, the
fileStorageDirectory attribute is specified with the QueueSet element.
Because the example plan indicates two data elements for filtering documents to queues,
two custom fields are specified.
<?xml version="1.0" encoding="UTF-8"?>
<q:DesQueueDefinition
xsi:schemaLocation="http://www.kofax.com/DesQueueDefinition_1_00 schemas/queue/DesQueueDefinition.xsd"
xmlns:q="http://www.kofax.com/DesQueueDefinition_1_00"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<q:QueueSet name="HR" fileStorageDirectory="//Svr07/HR">
<q:CustomFields>
<q:CustomField dataType="string" name="Employee Benefit" id="1"/>
<q:CustomField dataType="string" name="Recruitment" id="2"/>
</q:CustomFields>
<q:Queues>
<q:Queue name="HR-Employee Benefit 401K">
<q:Filters>
<q:Filter customFieldName="Employee Benefit" operator="Equals" value="401K"/>
</q:Filters>
<q:Roles>
<q:Role name="HREmpBenefit"/>
<q:Role name="Administrator"/>
</q:Roles>
</q:Queue>
<q:Queue name="HR-Employee Benefit Medical">
<q:Filters>
<q:Filter customFieldName="Employee Benefit" operator="Equals" value="Medical"/>
</q:Filters>
<q:Roles>
<q:Role name="HREmpBenefit"/>
<q:Role name="Administrator"/>
</q:Roles>
</q:Queue>
<q:Queue name="HR-Employee Benefit Stock">
Vista de pagina 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 63 64

Comentarios a estos manuales

Sin comentarios