Viewing, Editing, and Resetting Sequence Values

You can view the last sequence value by inspecting the property and viewing the sequence data type parameters. From the inspector, you can also manually enter a new sequence value, and you can clear the last sequence value to have the next value in the sequence begin with the original sequence start value.

Considerations

  • Changes to sequence values apply to new requests, imports, and loads. No changes are made to In Flight requests.
  • Manually entering a new sequence value will result in new sequence values starting at the number that you entered plus the sequence step value. See Editing the Last Sequence Value.

    Note:

    You can view and edit the step value by editing the property parameters. See Sequence Data Type Parameters.
  • Resetting the sequence value will result in new sequence values using the initial starting value of the sequence property plus the step value. See Resetting the Last Sequence Value.

    Note:

    You can view and edit the initial sequence starting value and step value by editing the property parameters. See Sequence Data Type Parameters.
  • Use caution when manually entering a last sequence value that is less than the last value or resetting the sequence value back to the initial starting value. This could result in sequence numbers that are duplicates of existing sequence numbers that have already been assigned. Consider setting up an application constraint to ensure that the sequence property has unique values. See Working with Constraints.

Viewing the Last Sequence Value

  1. Inspect the sequence property that you want to view the last value for. See Inspecting Properties.
  2. Select the application to view the last value for.

    The last value of the sequence that was used is displayed in the Last Value field. The next number in the sequence will be the last value plus the step value.

Editing the Last Sequence Value

  1. From the property inspector, select the application that you want to edit the last sequence value for.
  2. Click Edit.
  3. In Last Value, click Edit edit.

    Note:

    This icon is visible only when you are in Edit mode in the inspector.
  4. In Last Sequence Value, enter a value. The value does not have to be greater than the current Last Value.
  5. Optional: Review the displayed Next Sequence Value (the specified value plus the step value) to confirm that it meets your expectations.
  6. Click Save to close the Edit Last Sequence Value window.

    Caution:

    After you click Save, the new value is stored, even if you click Cancel on the following screen.
  7. Click Save, and then click Yes on the confirmation dialog box.

Resetting the Last Sequence Value

  1. From the property inspector, select the application that you want to reset the last sequence value for.
  2. Click Edit.
  3. In Last Value, click Edit edit.

    Note:

    This icon is visible only when you are in Edit mode in the inspector.
  4. Next to Last Sequence Value, click Clear.
  5. Optional: Review the displayed Next Sequence Value (the initial sequence starting value plus the step value) to confirm that it meets your expectations.
  6. Click Save to close the Edit Last Sequence Value window.

    Caution:

    After you click Save, the new value is stored, even if you click Cancel on the following screen.
  7. Click Save, and then click Yes on the confirmation dialog box.