Web Capture component RRTs
Component RRT ID
The RRT ID for this component is WCC.
Reserved Replacement Tag Names (RRTN)
The following table describes the reserved RTN values for this component.
Name | Description |
---|---|
FileCount | The number of the captured files. |
FileName,* | The name of the captured file where * is the ordinal number of the file in the complex object.
Examples:
|
FilePath,* |
The path to the captured file where * is the ordinal number of the file in the complex object.
Examples:
|
FileSize,* |
The size in bytes of the captured file where * is the ordinal number of the file in the complex object.
Examples:
|
FormName | The name of the form. |
UserName | The user name of the authenticated user that is submitting document(s). |
UserEmail | The email address of the authenticated user. This RRT is populated under one of the following conditions:
|
UserDomain | The authenticated user's domain name. This RRT is populated under one of the following conditions:
|
UserIp | The IP address of the client. |
UserHostName | The resolved host name of the client. |
WebServerIp | The IP address of the web server. |
WebServerHostName | The resolved host name of the web server. |
RRT for Send To Folder form | |
#Path | The path to the folder in which the documents are saved. |
#DocName | The name of the document. |
RRT for Send to Email Form | |
#To | The list of recipients of the email message. |
#From | The sender address. Unavailable if the option Do not show a From field. Use the device logged in user's email address is selected. |
#Subject | The subject of the email. |
#Message | The message. |
#CC | The list of secondary recipients. This RRT is available if the Show a CC field option is selected. |
#BCC | The list of recipients who will receive the message without anyone else seeing who they are. This RRT is available if the Show a BCC field option is selected. |
RRT for Send To SharePoint Form | |
#Site | The name of the SharePoint site. |
#DocumentLibrary | The name of the document library to which the documents are sent. |
#FolderPath | The name of the folder where the documents are stored. |
#ContentType | The name of the content type. |
User Attributes Replacement Tag Names (URTN)
This component supports URTNs and replacement of user attributes specific to the used authentication method. The basic template for such RRTs is as follows:
~WCC::User,%Attribute Name%~. The Attribute Name represents a user specific attribute.
The following examples provide some samples of URTN usage:
- If Custom authentication is used and there is a user attribute named "FullName" with the value John Doe, then the corresponding RRT will be ~WCC::User,%FullName%~. This RRT will be replaced with "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 whose DisplayName is Jane Doe, the corresponding RRT string will be ~ WCC::User,%DisplayName%~. This RRT will be replaced with "Jane Doe".
Field Replacement Tag Names (FRTN)
The component supports Field Replacement Tag Names and replacement of field names. Such RRTs look as follows: ~WCC::%FieldName%>~, where FieldName represents the name of the referenced field.
The following example provides some sample usage for your reference:
If the user adds a field with the name "Client ID" and specifies its value as "", the RRT string for this field will be ~WCC::%Client ID%~, and the RRT will be replaced with "".
Special Set Replacement Tag Names (SSRTN)
This component supports all the Date/Time tag names listed below:
Name | Description |
---|---|
%a | Abbreviated English weekday name (Sun – Sat) |
%A | Full English weekday name (Sunday – Saturday) |
%b | Abbreviated English month name (Jan – Dec) |
%B | Full English month name (January – December) |
%d | Day of month as 2-digit 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 |