Current Account ID is 36 characters but we are looking at converting this number into a more user friend number E.g 9 digit ID. Does Sugar have any functionality to execute this or can you recommend a software connector that can do this?
Current Account ID is 36 characters but we are looking at converting this number into a more user friend number E.g 9 digit ID. Does Sugar have any functionality to execute this or can you recommend a software connector that can do this?
I guess you are talking about an auto increment number, right?
SugarCRM doesn't support such feature Out of the Box, but it can be implemented by creating an extended vardefs for Accounts. Eventually you also will need to consider a Logic Hook before_save in order to force an integer number instead of the regular hash one.
Regards