table.GetNextGeneratedUniqueValue |
Gets the next value that will be generated as a unique value for a column of the table. Returns an integer. Syntax 1
Syntax 2
NotesYou can get your session's MOST RECENTLY generated unique value (which could be for any of the tables in your application that have generated unique values) by calling RulesEngine.GetLastGeneratedUniqueValue().
See also RulesEngine.GetLastGeneratedUniqueValue
|