Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
Automation / scanEZ Automation

 

Tag: ChangeDocumentTitle

The ChangeDocumentTitle tag, along with the applicable SetParam child actions, lets you automate the 'Change Displayed Title' in scanEZ.

<ChangeDocumentTitle>
<Setparam Field="TitleOptionType" Value="System"/>
<Setparam Field="TitleOptionSystem" Value="UNID "/>
</ChangeDocumentTitle>

SetParam Options

Field NameCompatible Field ValuesValue DescriptionComment
TitleOptiontypeDefault

Field

System

Formula

Column

Title options as found in My Selection dialogMandatory
FieldAttributeIndex

Is Encrypted

Is Protected

Is Signed

Is Summary

Modification Date

Name

Number of Values

Sequence Number

Size (bytes)

Type

Value

Name of item property (normally displayed in the main panel of scanEZ) See detailed description
TitleOptionFieldNameName of field to be usedName as shown in the second list in the Field info/value Displayed TitleSee detailed description
TitleOptionFormulaUser definedSee detailed description
TitleOptionColumnNameColumn header name as shown in UISee detailed description
TitleOptionSystemAccessed (In this file)

Added (In this file)

Created (Initially)

Created By

Flags

Modified (Initially)

Modified By

Modified in this file

Note Class

NoteID (Decimal)

NoteID (Hexadecimal)

Number of items in Document

Sequence Number

Size

UNID

See detailed description

Detailed Description

Field and Value SetParam actions:
Field="TitleOptionFieldName": Use this attribute with Field="TitleOptionType" Value="Field"


Field="FieldAttribute": Use this attribute with Field="TitleOptionType" Value="Field"


Field="TitleOptionFormula": Use this attribute with Field="TitleOptionType" Value="Formula"


Field="TitleOptionColumnName": Use this attribute with Field="TitleOptionType" Value="Column"


Field="TitleOptionSysten": Use this attribute with Field="TitleOptionType" Value="System"

Example Script

<YtriaAutomation Version="1.0" Application="scanEZ" ApplicationVersion="16.5" DlgProgress="true">
<Load Server="ACME01/ACME" Database="Mailtest.nsf"/>
<focus target="tree" category="Documents" type="Memo"/>
<ChangeDocumentTitle>
<Setparam Field="TitleOptionType" Value="System"/>
<Setparam Field="TitleOptionSystem" Value="UNID"/>
</ChangeDocumentTitle>
</YtriaAutomation>

In the script above, the database "Mailtest.nsf" will be loaded into scanEZ and the focus will be placed on the document category "Memo". The ChangeDocumentTitle action will be launched, and the displayed titles for all documents within the category will be set to display their UNIDs.