Enterprise functions

Functions for working with data from Enterprise servers and databases.


NextSequenceValue

NextSequenceValue(sequenceName) -> Number

Since version 1.4

Function bundle: Database

Profiles: Attribute Rule Calculation

Returns the next sequence value from the database sequence specified. If inputSequenceName does not exist, the expression will error.

Parameter

  • sequenceName: Text - The name of the sequence. This must already be configured in the database.

Return value: Number

Example

Returns a number with the next sequence value

Use dark colors for code blocksCopy
1
NextSequenceValue('PipeIDSeq')

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.