Hi,
there is any way to create an autoincrement and unique value column on a table that is not an UID?
I need a unique progressive autoincrement number on the PersonWantsOrgTable.
I thought to create it from script but I don’t know how to access synchronously to value of a table to not to get duplicate values.
Thanks Michele