Business Entity- PK consecutive value---

Posted by OctavioOlguin on 26-Feb-2018 14:40

Hi there!.

I need to have an BE on appserver to receive records from several users just to stored them.  There will be another process to take care of them.

So, I would get all the info needed inside the temp-table asociated to the BE. put that Dataset on a json, and here it goes to the appserver...  on that side, I would call  xxx:CREATEdsyyyy.

But.... how do I get a consecutive number of record?  I wan to start on recordID = 1 and go from that all the way...

Is there some way to get that "sequence to fire automatically" inside the BE?  So the id is asigned to records as they come?

All Replies

Posted by OctavioOlguin on 26-Feb-2018 14:56

The Id field is Primary Unique index.

This thread is closed