Functions for working with data from Enterprise servers and databases.
NextSequenceValue
NextSequenceValue(sequenceName) -> Number
Function bundle: Database
Profiles: Attribute Rule Calculation
Returns the next sequence value from the database sequence specified. If input
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
NextSequenceValue('PipeIDSeq')