I am working on a program that tracks calls. What I need it to do is everytime the users clicks create new call the program associates a number to it and adds 1 every time a new entry is created. I have been toying around for a while now and can’t seem to figure it out. Any help would be appreciated.
If it’s a number in the database, then set that number = current numbers’ value plus 1.
You can essentially do the same for custom states as well (if you don’t need to store the data permanently)


