Greetings,

I am running Sugar 5.1 with SQL Server 2005 in the background.

I added two custom text fields to the Contacts Module through the Studio they are "spouse_first_name_c" and "spouse_last_name_c"
In the edit and detail view, the spouse's first and last name appear where they should. when I choose to export selected records in the Contacts Subpanel and I choose to either open or save the xls file, the end result is that the "spouse_first_name_c" data is not exported out.
The header line of the xls file will contain "spouse_first_name_c" and "spouse_last_name_c", but the data that should be in "spouse_last_name_c" is actually displyed in the column "spouse_first_name_c" yet no first name is retrieved.

Where can I look to correct this issue?