Description

The SimplePatternGen Generator generates unique values using the name of the Attribute plus appending the referenced Domain's id Attribute value. This Generator is useful when an Attribute needs trivial data in a simple pattern.


For example: 

  • foo1
  • foo2
  • foo3


You may change the prefix parameter name value to another value or reference. You may also change the reference parameter to another reference or value. 


In This Article


Generator Parameters

The following parameters may be configured for the SimplePatternGen Generator. Items with an asterisk* are required. 

  • prefix - Defines the value that is the prefix of the user name.

  • reference* - Defines an Attribute to reference that should return a unique value. The id Attribute will be selected as the default if it exists.


Example 1 - Append id Attribute Value to end of Last Name

The NameGen Generator has been linked to the SimplePatternGen Generator for this example. It generates a random, last name. The id Attribute for the Customer Domain will be appended to the end of the generated last name. 



NameGen Generator configuration: 



Sample Output