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…