$seq(name)

$seq(name) returns the next value in the named sequence. The sequence is not persistent.

The following example returns the next value in the sequence whose name is the value of ${po number}:

$seq(${po number})