format - specifies format of the generated members.
automatically_filled - specifies a number of jobs per source member generated when Duplicate button is pressed.
silent - allows to create copies without any page being displayed when it equals true.
This option specifies the number of generated job names per each source member when the Duplicate button is pressed.
This option specifies how new member names are generated when Duplicate button is pressed. By default (when the option is empty) the names are constructed by concatenating 'DUP' and a serial number coded on 5 positions and filled with zeroes from left. For example if you want to duplicate 3 members then DUP00001, DUP00002 and DUP00003 are generated by default. Of course these names can be later edited.
Alternatively, if you are not satisfied with the default format, you can set another rules via duplicate_member_format option.
Tokens listed below are searched in duplicate_member_format option and if they are found then they are replaced with values they represent. All remaining letters are kept at their positions.
&userid. name of the current user.
&userid[1-8]. results in the user name complemented from right with 'X' letter up to the length specified by the number or it is a substring of userid if the number is lower then the name's length. [1-8] means a number in 1-8 range. &procid. process id.
&procid[1-8]. results in the process id complemented from left with 0 up to the length specified by the number or it is a substring of procid if the number is lower then a length of the process id. [1-8] means a number in 1-8 range.
&suffix. one automatically generated letter.
&inc. sequence number (1, 2, ....).
&inc[1-8]. sequence number coded on the specified number of positions, filled from left with zeroes. &member. source member name.
&member[1-8]. substring of the source member name (the number specifies the new length).
&var(?). HWM variable's value (code variable name in a place of the question mark).
&var(?)[1-8]. substring of the HWM variable value.
The dot coded at the very end of duplicate_member_format can be omitted.
A few samples (assuming that the user name is P391D, PID=166, automatically generated suffix is 'W' and the sequence number is 12):
$&userid.&suffix - result: $P391DW
TEST&suffix.&procid3 - result: TESTW166
&suffix.&procid6.&suffix - result: W000166W
PO&inc6 - result: PO000012
This option combines the old and options. You should use this instead of the options coded separately.
For more details about the format see option.
For more details about automatically_filled option see option.
Note: This option is deprecated and you should use instead.
Note: This option is deprecated and you should use instead.