Skip to content
  • There are no suggestions because the search field is empty.

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
  • The property that will receive the generated sequence value on the selected Entity type.
  • Once selected, hovering over the list will display the internal Hub Spot property name.
  • Custom properties can also be selected, just make sure they were created before opening this settings screen.
  • Supported properties are displayed in the drop down. These include properties of type 'number' and 'string' and the field type must be either 'number', 'text' or 'textarea'
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.