<Format>
Section:
Attribute
UI (Task Agent)
Required:
No
Value type:
Formatting string
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Attribute
This tag defines how the rolling number generator's value appears to the user (see the Java Tutorial on Decimal Formats).
* 
If a number generator format was defined in the Creo Elements/Direct Model Manager Admin screen, you cannot redefine it using this tag.
UI (Task Agent)
Using the <Format> tag, you define the information to display to the user when they multi-select items for a job definition. To include information, enclose the name of the database field in %% (for example, %NAME%).
Example
This example shows a configuration for the tag in a rolling number generator:
<Format>00000</Format>
This example shows a configuration for the tag in a multi-select job definition:
<Format>%NAME% %FORMAT%</Format>
Was this helpful?