Custom ObjectID

Hello,

Is it possible to save custom objectid to datatable via JavaScript.

For instance I want to have a sequential set of object ID (1,2,3,4…etc). and to be able to add a new object via javascript instead of the auto generated ID.

Example: Categories
ObjectId CategoryName
1 Food
2 Hotels
3 Automobiles
10 Others

Thank you in advance.

Hi Ali

The object id column and its values for created objects are not editable. So you can’t set custom values.

Regards Anton

Alright, Thanks