Hello
I'm having a bit of task to try and make use of oracle sequences in IFS Cloud and stumbled upon number counters:
The solution proposed in that topic looks to be what I'm after, however I'm having trouble finding a way to specifically generate a value from a projection function. The solution detailed is very much reliant on database access, but with IFS Cloud we have to assume no DB access.
So i am looking for a projection that in essence calls ‘next_val()’ and returns the next value of the counter/sequence.
Is there one?