I am using SuiteCRM-7.11.5 on Windows. I want to create an ID Label which shows itself auto incremented in the the “Create New Task” window. If showing auto incremented is not possible I at least want it to auto increment in the mySQL database.
I’ve found some question in Stack Overflow and on SuiteCRM forum (No Extension folder) which are all outdated or didn’t work at all. The plugins are removed from github. Any help, hack or work around is appreciated. I am also new to suitecrm and mysql so step by step answer would be appreciated.
I also tried adding auto increment option in phpmyadmin but it throw error as
Incorrect column specifier for column ‘id’
2
Answers
Create int type field and create before save logic hook. Add below code,
Auto Increment is definitely possible in suiteCRM, all you need to put a field using code like this.