User gets an error about converting data types when trying to save a shipping account number on a contact's shipping tab.

  1. Open SQL Server Management Studio on the Cyrious server
  2. Expand the current database
  3. Expand the Tables in the database
  4. Locate the AccountContact table
  5. Right-click the table and choose Design…
  6. Find the field called DefaultShippingAccountNumber
  7. Change the Data Type to varchar(100)
  8. Save the table
You could leave a comment if you were logged in.