< Back
Print

Basic Placeholders

This is a list of basic placeholders that are available. You can also create your own placeholders. All of them are accessable with the same syntax: {variable:nameOfTheVariable}

How to create the placeholder How to use the placeholder
{JOB:XXX} Job file name, job related tasks, format plugins
{USER:XXX} Job file name, job related tasks, format plugins
{STATION:XXX} Job file name, job related tasks, format plugins

Examples

Job

{JOB:Name} = Name of the job
{JOB:StartDate} = Start date of the job
{JOB:EndDate} = End date of the job
{JOB:StartDateUnformatted} = Start date of the job (Format ‘YYYYMMDD_HHMMSS’)
{JOB:EndDateUnformatted} = End date of the job (Format ‘YYYYMMDD_HHMMSS’)
{JOB:RootID} = Root-ID of the job
{JOB:RecordCount} = Record count of the job
{JOB:ErrorCount} = Error count of the job
{JOB:SyncState} = State of the job
{JOB:All} = Count of all log entries
{JOB:Errors} = Count of all error log entries
{JOB:Warning} = Count of all warning log entries
{JOB:Plugins} = Count of selected plugins of the job

User

{USER:UserID} = ID of the user
{USER:UserName} = Username of the user

Station

{STATION:Name} = Name of the station
{STATION:StationType} = Type of the station
{STATION:StationUrl} = URL of the station

Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents