I noticed that when you enter a new constituent record, it is automatically assigned the default salutation. Is there a setting that could change this globally? I would prefer that the Primary address not have any salutation assigned to it, but I think it is too much to ask the users to change it each time they enter a new record.
Thanks
I believe there are two system tables which should help you out, TR_CUST_TYPE will allow you to specify the default salutation for each type of constituent record. The other system table is TR_SALUTATION_FORMAT where you can create and amend salutation formats, so if you didnt want an salutation for the address you could leave the field blank in TR_SALUTATION_FORMAT.
Hope this helps.
Mark
Thanks Mark! I had forgotten about TR_CUST_TYPE. I'll check it out.