Setting Details
How settings determine sequence generation.
Option | Description | Example |
Entity | The target Hub Spot entity for which the sequence will be generated. | Deals |
Property |
|
Deal Description |
Start |
The number at which to start counting. The starting number cannot be more than 2147483647 and the maximum number in a sequence will be 2147483647. |
1 |
Length | Specifies the number of digits to left 0 pad the number. E.g. Setting this to 5, a total of 5 digits will be generated in the sequence, so if the next number is 477, the generated number will be 00477 to fill up the digit count of 5. The two extra zeros were added to the front. | 1 |
Prefix | (Optional) A static value to prepend to all generated sequence numbers. E.g. setting this to 'BIG', if the next number is 477, the generated sequence will be BIG477. | |
Post fix | (Optional) A static value to append to all generated sequence numbers. E.g. setting this to 'INV', if the next number is 477, the generated sequence will be 477INV. |