Box Component RRTs

Component RRT ID

The RRT ID for this component is BXR.

Reserved Replacement Tag Names (RRTN)

The component replaces the following RRTNs:

Name Description
FileName Original name of the file that is being uploaded.
FileExt Original extension of file that is being uploaded (with dot '.' symbol).
Counter,3 An automatically generated number which provides a unique name for the file that is being uploaded and renamed with the use of a rename schema containing this RRT, where 3 is the number of digit positions that will be used for the counter; for example, ~BXR::Counter,3~ will be replaced with 001. The counter value replaced within the rename schema provides a unique file name. You can change the number "3" to any other number from range of 1 to 99 that will be used for the counter.
GUID Replaced by a globally unique identifier generated at run time, contains only upper-case hexadecimal letters and digits. It can be used for generating a unique file name.
FileId,* The identifier of the uploaded file, where * wildcard character matches the number of an uploaded file (1, 2, …). This RRT can be used only in following components.
URL,* URL of the uploaded file, where the * wildcard character matches the number of an uploaded file (1, 2, …). This RRT is available only for the shared files. Otherwise, it will be replaced with an empty string. It can be used only in following components.
URL URL of uploaded files. If the component receives a batch of several documents, this RRT represents the string, containing URLs for all uploaded files corresponding to the documents inside of the batch delimited by space. This RRT can be used only in following components.
FinalName,* The final name of uploaded file, where * wildcard character matches the number of an uploaded file (1, 2, …). This RRT can be used only in following components.
FileCount The number of all uploaded files. This RRT can be used only in following components.

Special Set Replacement Tag Names (SSRTN)

The component supports the following SSRTNs:

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