Component RRTs
Component RRT ID
The RRT ID for this component is KMO.
Reserved Replacement Tag Names (RRTN)
The following table describes the reserved RTN values for this component:
Name | Description |
---|---|
Batch ID | The ID of the received batch |
Color Depth | Color depth of the document (B&W, Grayscale, Full Color,…) |
Device Host Name | Host name of the device from where a batch has been received. |
Device IP | IP address of the device from where a batch has been received |
Device MAC | The MAC address of the device from where a batch has been received |
Device Model Name | Model name of the device from where a batch has been received |
File Format | Format of the document (Tiff, JPEG, PDF or CompactPDF) |
File Size | Size of the received file |
Form ID | The GUID of the form select at the network scanner |
Form Name | The name of the form select at the network scanner |
Job ID | MFP internal Job ID |
Number Of Files | Number of documents received in a batch |
Page Count | Number of Pages received in a single document |
Received Time | The time at which the batch has been received |
Resolution | The resolution of the document (such as 200dpi, 300dpi, …) |
Sender Email | The email address of the user authenticated on the device |
Sender Username | The name of the user authenticated on the device |
Session ID | The session ID created when the batch was created |
Field Replacement Tag Names (FRTN)
This component supports FRTNs and replacement of field names generated from the MFP devices. The following example provides some sample usage for your reference:
~KMO::%Client ID%~ is replaced by ”Company” if the user types in ”Company” for the field name called ”Client ID”.
User attributes Replacement Tag Names (URTN)
This component supports URTNs and replacement of user attributes specific to the authentication method used. The following example provides some sample usage for your reference:
If Custom authentication is used and there is a user attribute named ”FullName” with the value "John Doe", the RRT ~KMO::User,%FullName%~ will be replaced by ”John Doe”.
If an LDAP Search is used to retrieve additional attributes, and you entered ”displayName” on the Additional Attributes box, then for an authenticated user with the displayName set to Jane Doe, the RRT ~KMO::User,%displayName%~ will be replaced by ”Jane Doe”.
Special Set Replacement Tag Names (SSRTN)
This component supports all the Date/Time tag names listed below:
Name | Description |
---|---|
%a | Abbreviated weekday name |
%A | Full weekday name |
%b | Abbreviated month name |
%B | Full month name |
%d | Day of month as decimal number (01 – 31) |
%H | Hour in 24-hour format (00 – 23) |
%I | Hour in 12-hour format (01 – 12) |
%j | Day of year as decimal number (001 – 366) |
%m | Month as decimal number (01 – 12) |
%M | Minute as decimal number (00 – 59) |
%p | Current locale’s A.M./P.M. indicator for 12-hour clock |
%S | Second as decimal number (00 – 59) |
%U | Week of year as decimal number, with Sunday as first day of week (00 – 53) |
%w | Weekday as decimal number (0 – 6; Sunday is 0) |
%W | Week of year as decimal number, with Monday as first day of week (00 – 53) |
%y | Year without century, as decimal number (00 – 99) |
%Y | Year with century, as decimal number |