Search K
Appearance
Appearance
These MinuteView system variables are available to be used in concatenation fields found within Minute Creator Jobs.
Values will return VarNotFound
if the variable has been misspelt. If the variable returns a blank value, check that the source isn't empty - for example, if the user is missing their first name within the Vault User registry then calling that variable will return a blank value.
❓ Windows User[WindowsUser]
❗ VarNotFound[Windows_User]
❗ VarNotFound
The active Windows User running the Job Processor session.
❓Date And Time[DateTime]
❗ VarNotFound The current date and time at time of Job execution.
Date And Time Now[DateTimeNow]
sets the string value to the current date and time as per the following format: YYYY-MM-DD h:mm:ss a
❓Vault Master ID[vMasterId]
sets the string value to the Vault Database Entry ID (number) of the file currently being processed by the Job.
❓Vault File ID[vFileId]
sets the string value to the Vault file ID (number) of the file currently being processed by the Job.
[FullPath]
sets the string value to the relative Vault workspace file path of the file being processed by the Job.
TIP
For example, if the Job processes a file $\Designs\Customer_ABC\myDrawing.dwg
, then the returned value will be Designs\Customer_ABC
❓Transmittal User Profile Attention First Name[TransUserProfileAtt_FirstName]
returns the first name of the ...
❓Transmittal User Profile Attention Last Name[TransUserProfileAtt_LastName]
returns the last name of the ...
❓Transmittal User Profile Attention First And Last Name[TransUser_FirstAndLast]
returns the concatenated first and last name of the user currently logged into the Vault Job Processor.
❓Transmittal Users First Name[TransUser_firstName]
returns the first name of the user currently logged into the Vault Job Processor.
❓Transmittal Users Last Name[TransUser_lastName]
returns the last name of the user currently logged into the Vault Job Processor.
❓Transmittal Users Full Name[TransUser_UserName]
returns the concatenated first and last name of the ...
❓Transmittal Users First Name Initial[TransUser_FirstInit]
returns the first name initial of the ...
❓Transmittal Users Last Name Initial[TransUser_LastInit]
returns the last name initial of the ...
❓Transmittal Users First And Last Name Initial[TransUser_Initals]
returns the concatenated first and last name initials of the ...