Hello,
I noticed a bug in SuiteCRM 7.2 beta.
When a field is created in Studio with a data type āimageā, the data type stored in the database (I am using MSSQL) is nvarchar(255) instead of image.
See attached.
If you change it to āimageā in SQL Management Studio, SuiteCRM gives the error ādatabase failureā when you try to save a contact.
I think selecting a data type āimageā in Studio should create a data type āimageā in SQL.
Thanks for all of your hard work on SuiteCRM, it really is fantastic.