Configuring a Case Identifier
The default case identifier type is automatic (a unique text string that is automatically generated when an instance of the case class is created). You can instead use manual identifier types, which use values that your application supplies.
- Procedure
- In the BOM Editor, select the Case Identifier.
- Select the General tab of the Properties view.
- Set the
Case Identifier types as follows:
- Auto - The value of the case identifier is auto-generated when an instance of the case class is created. If set to
Auto, you can also specify:
- Minimum Digits - The case identifier is at least this length, padded with leading zeros, as required,
- Prefix - The case identifier includes this prefix.
- Suffix - The case identifier includes this suffix.
- Manual - The case identifier value is assigned by the application. If set to
Manual, you can also specify:
- Maximum text length - The maximum length to which the application can set the case identifier value.
- Auto - The value of the case identifier is auto-generated when an instance of the case class is created. If set to
Auto, you can also specify: