VERSION 10 DOCUMENTATION IS IN PROGRESS. PLEASE VIEW V9 ARTICLES WHILE V10 ARTICLES ARE BEING PUBLISHED.

ID Generation

Prev Next

Overview

The ID Generation steps are used to generate unique IDs for records. For instance, unique IDs are used for Process Folder Records.


Creating an ID Generation Key

  1. From a Designer Project, click CREATE FLOW on the Global Action Bar and select Flow. Provide a Name and click CREATE.
  2. Navigate to the Toolbox and navigate to the INTEGRATION > INTERNAL SERVICES > IDGENERATION category.
  3. Attach and configure any of the various Get[Parameter] steps to the Start and End steps.
     
  4. Click Save to save changes to the Flow.

Get Next ID

The GetNextId step generates an ID by combining the user input prefix with a numerical value. One way that this step can be used is to generate a unique ID value for Accounts. 

Input OptionDescription
prefixAllows users to add string characters before the generated ID



Get Next ID Fill With Pad Char

The GetNextIDFillWithPadChar step allows a user to generate a key based on length, padding character, and a prefix. 

Input OptionDescription
lengthNumber of characters in the key
pad CharThe character that appears between the prefix and the final character
prefixAdd string characters before the generated ID



Get Next Number 

An alternate method to the Get Next ID step, is using the Get Next Number step. This step generates a sequence for the prefix in SQL Server. The step interacts with SQL Server to prevent duplicate output by increasing the prefix sequence's value each time the step is run. The step's interaction with SQL Server helps prevent the possibility of duplicate IDs from being generated. This step could be used for assigning a unique ID to a user within an environment.

Input OptionDescription
prefixAdd string characters before the generated ID