Set Agent Timeline Options + Copy to Clipboard

Tags: AgentTimeLine + AgentTimeLineCopy

The actions AgentTimeLine + AgentTimeLineCopy, along with applicable SetParam child actions, let you automate the Agent Timeline functions in agentEZ.

Detailed Description:

Use this action in your automation script to emulate the selection of options located in the two dropdown lists in the Agent Timeline panel.


v16_autom_agentEZ_AgentTimeline_1.gif

v16_autom_agentEZ_AgentTimeline_2.gif

OptionsAction: AgentTimeLine 

SetParam  

Field Name

Compatible Field Values

Value Description

TimeOption

  • Last 24 Hours

  • Last 7 Days

  • Last Month

  • Max. Date Range

Selection options from the 'Time Option' dropdown list

ShowOption

  • Show scheduled enabled agents only

  • Show all agents in grid

Selection options from the "Show Option' dropdown list

Example Script

XML
<AgentTimeLine>
	<SetParam Field="TimeOption" Value="Last Month"/>
	<SetParam Field="ShowOption" Value="Show scheduled enabled agents only"/>
</AgentTimeLine>

OptionsAction: AgentTimeLineCopy

Detailed Description:

Use this action in your automation script to emulate the selection of the type of Agent Timeline Copy process you would like to use, as well as the options located in the corresponding dialog.

v16_autom_agentEZ_AgentTimeline_3.gif

Tag Attributes

Attributes

Attribute Value

Value Description

Type

Clipboard


File

Uses the process and dialog options found in the 'Agent timeline Clipboard'options


Uses the process and dialog options found in the 'Agent timeline Clipboard'options

SetParam Options

Field Name

Compatible Field Values

Value Description

AgentName

Name

Name of agent

AgentTitle

True / False

https://www2.ytria.com/icons/ecblank.gif N/A

AgentFileName

True / False

https://www2.ytria.com/icons/ecblank.gif N/A

AgentPath

True / False

https://www2.ytria.com/icons/ecblank.gif N/A

Filepath

User definable

User defined file path

Example Script for Type="Clipboard"

XML
<AgentTimeLineCopy Type="Clipboard">
	<SetParam Field="AgentName" Value="Name"/>
	<SetParam Field="AgentTitle" Value="True"/>
	<SetParam Field="AgentFileName" Value="False"/>
	<SetParam Field="AgentPath" Value="False"/>
</AgentTimeLineCopy>


v16_autom_agentEZ_AgentTimeline_4.gif

Example Script for Type="File":

XML
<AgentTimeLineCopy Type="File">
	<SetParam Field="FilePath" Value="C:\Users\ytria\Desktop\timeline.bmp"/>
	<SetParam Field="AgentName" Value="Name"/>
	<SetParam Field="AgentTitle" Value="True"/>
	<SetParam Field="AgentFileName" Value="True"/>
	<SetParam Field="AgentPath" Value="True"/>
</AgentTimeLineCopy>


v16_autom_agentEZ_AgentTimeline_5.gif