===== Error ===== User gets an error about converting data types when trying to save a shipping account number on a contact's shipping tab. ===== Solution ===== - Open SQL Server Management Studio on the Cyrious server - Expand the current database - Expand the Tables in the database - Locate the AccountContact table - Right-click the table and choose Design... - Find the field called DefaultShippingAccountNumber - Change the Data Type to varchar(100) - Save the table