eliminating honorifics

Closed Forum - older posts now retired. This forum is read only. You can search and view posts in this forum but you cannot reply or create new posts in this forum.
Post Reply
Jim Stewart

eliminating honorifics

#1

Post by Jim Stewart » Mon Feb 04, 2002 6:53 pm

In using >> to put out just the client's name, how do I avoid including the honorific as well (i.e., "Ms.")?

Also, beyond "getparty,attorney", what do I use to pull out the employer's and carrier's names?

Jim

Michael Appell

Re: eliminating honorifics

#2

Post by Michael Appell » Mon Feb 04, 2002 7:06 pm

Hi Jim,

if you don't want the salutation, try the Name command instead like this:

>>

and if it's the client you want (as the above will do), you can shorten it to just this:

>

Regarding your question: as to --> what do I use to pull out the employer's and carrier's names?

are you referring to the firm/company or the first and last name?

for the firm/company, I'll assume you are using EMPLOYER and INSURANCE for the category. So, you would automatically pull the firmname like this:

>>

>>

keep in mind that this is automatically pulling the information of the first employer and insurance carrier. If there are more than one, you may decide to use the getparty,askandsupress command which prompts the user. Then follow that with the name command as above.

Mike

Post Reply