• auto increment integer field

    Hi, I use sugar 7.6 pro and I want a custom integer field id_autoincrement in the task module which is autoincremented every time that I create a new task. If I create a task and the last created id is 10 the new one will be 11 for example. I find a lot…
  • AutoIncrement field not populating

    I have a custom module, built in Module builder, that has a contract_number autoincrement field. 'contract_number' = > array ( 'type' = > 'int' , 'required' = > true , 'name' = > 'contract_number' , 'vname' = > 'LBL_CONTRACT_NUMBER' , 'readonly' = > true…