A1 letters - Print Attorney Last Name

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
LMSSC
Posts: 408
Joined: Sun Jun 04, 2006 5:46 pm

A1 letters - Print Attorney Last Name

#1

Post by LMSSC » Thu Mar 28, 2013 1:59 pm

Dear Mike,

Thanks for your help!

In A1-Letters, Is there a way to print just the Last Name of Our Attorney (Handling or Responsible) on a particular case?

I tried: > (using "last" as a best guess) - but that didn't work.

A few years back you graciously generated the following code for us:

>>

Which allowed us to pull our Secretary's first name with a >

Do we need to generate something like that?

Thanks again!
Sincerely,
Michael Lerner
Network Administrator
Lerner, Moore, Silva, Cunningham & Rubel
www.injuryatwork.com
(909) 889-1131

User avatar
Admin1
Site Admin
Posts: 222
Joined: Tue Jun 06, 2017 12:03 pm

Re: A1 letters - Print Attorney Last Name

#2

Post by Admin1 » Thu Mar 28, 2013 3:57 pm

There was an update a while back to accomplish what you want with the FIRST and LAST parameters. If you remove the LONG parameter then it will work and pull the first and/or last name as in the examples below:

>
>

>
>

>
>

That is the easiest way to do this.

Otherwise, yes you may also still use the exact same code you are using above for the secretary only replace case.sec_hand with case.atty_resp or case.atty_hand but it's a lot more coding.

Mike

LMSSC
Posts: 408
Joined: Sun Jun 04, 2006 5:46 pm

Re: A1 letters - Print Attorney Last Name

#3

Post by LMSSC » Fri Apr 26, 2013 2:05 pm

Thanks for this information Mike!

Taking this one step further, How would you change the code to get something like:

Mr. Lerner
or
Mrs. Cunningham

Is there a prefix code I can add in there as well?

Thank you very much.

Sincerely, Michael Lerner
Sincerely,
Michael Lerner
Network Administrator
Lerner, Moore, Silva, Cunningham & Rubel
www.injuryatwork.com
(909) 889-1131

User avatar
Admin1
Site Admin
Posts: 222
Joined: Tue Jun 06, 2017 12:03 pm

Re: A1 letters - Print Attorney Last Name

#4

Post by Admin1 » Fri Apr 26, 2013 4:48 pm

Please be more specific on this. What code are you using now and what are you trying to pull the attorney handling or assigned?

The last name is simple. Try the following:

>
or
>

For the Mr. or Mrs. A1-Law will return He or She so we can convert that like this:

>
or
>


You will have to decide whether you want to use Ms., Mrs. or Miss. If it will be different for different attorneys then I'll have to provide you with a different code which takes a bit more setup.

Let me know how this works for you.

Thanks,
Mike

Post Reply