Changing OCF Form Coding - #10104

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

Changing OCF Form Coding - #10104

#1

Post by LMSSC » Wed Jul 08, 2009 4:17 pm

Dear Michael,

Thanks again for all your hard work and updates!

Currently we are having problems with OCF form #10104 - Deposition Attorney Fee.

In the past we made the following addition to this form to match up with our terms for Workers' Compensation Insurance company (WCINS) and Defense Counsel (DC).

>
courtform,Title = OCF Deposition Attorney Fee

>
>
fieldname = d1AttyHand,>
fieldname = d1name,>
fieldname = d1address,>
fieldname = d1CityStateZip,>
fieldname = filltext5,95-3245916

Problem: When we print this document - In some cases the insurance company is now showing up not only in the Adjuster Insurance Company area (correct) but also in the Defense Attorney area (top right hand side).

I'm trying to figure out how this information gets pulled into the form.

If I understand it correctly, the Adjuster Insurance Company information for this form is being pulled from the A1 Injuries (tab) --> Extended Application for Adjudication --> Carriers (tab)

(I tested this and it seems to be the care)

However, with our current coding it correctly the Defense Attorney information seems to either pull it from the Parties (tab) - DC
OR
It incorrectly pulls the Workers Compensation Insurance from the parties (tab) - WCINS

-Could this be in any way due to how the parties are listed in order on the Parties list (WCINS before DC or vice-versa)?

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

Anonymous User

Re: Changing OCF Form Coding - #10104

#2

Post by Anonymous User » Wed Jul 08, 2009 4:33 pm

Michael with regards to your code A1-Law will only pull the informatoin from the Party Sheet of the client card and it is all being done with the GetParty command. Now, you can easily and always change the code so that it ALWAYS asks you for the defense attorney by just using a GetParty,Ask Select the Defense attorney and it will do this. However, the command you have is GetParty,DC,WCINS and what that says is for A1-Law to find the first occurrence in the Party list that contains EITHER DC or WCINS. Therefore, if you have a Party that has WCINS and it is before the DC in the Party List then it is going to populate with that.

It seems to me that if you ONLY WANT the defense to show up in that spot then you would want to change it to >

Mike

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

Re: Changing OCF Form Coding - #10104

#3

Post by LMSSC » Wed Jul 08, 2009 4:49 pm

Thanks for the information Michael! I went ahead and made the coding change.
Sincerely,
Michael Lerner
Network Administrator
Lerner, Moore, Silva, Cunningham & Rubel
www.injuryatwork.com
(909) 889-1131

Post Reply