Search found 4 matches

by pmehrkens
Mon Sep 09, 2019 11:25 am
Forum: Developers
Topic: EDS Statement Email
Replies: 3
Views: 6332

Re: EDS Statement Email

Err...I should have clarified. I work for EDS.

-Peter
by pmehrkens
Mon Sep 09, 2019 8:40 am
Forum: Developers
Topic: EDS Statement Email
Replies: 3
Views: 6332

EDS Statement Email

OpenDental.Bridges.EDS_Statements string email=""; Def billingDef=Defs.GetDef(DefCat.BillingTypes,guar.BillingType); if(billingDef.ItemValue=="E") { email=guar.Email; } writer.WriteElementString("EMail",email); Can we get email to always populate? If the billing type is setup as an email statement, ...
by pmehrkens
Mon Sep 09, 2019 8:31 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5944

Re: Hook Request

Yes; the others are only offered as alternatives.
by pmehrkens
Mon Sep 09, 2019 7:20 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5944

Hook Request

We are looking at hooking into the claim submission process in order to prevalidate claims and un-ready claims prior to the claim queue being pulled. Given that, it seems there are a few places that are would potentially work. ContrStaff.butSendClaims_Click FormClaimsSend.FormClaimsSend_Load Claims....