Generates and returns next value of the specified number series or returns the active configuration's value of the number series if a number has already been generated. This is typically used in the Configuration identity expression field for products.
int NumberSeries(string name)
name |
The name of a number series. |
Example
NumberSeries("QuoteNumber")
Generates and returns the next number of the series "QuoteNumber" or returns the active configuration's value if a number already has been generated.