Err...I should have clarified. I work for EDS.
-Peter
Search found 4 matches
- Mon Sep 09, 2019 11:25 am
- Forum: Developers
- Topic: EDS Statement Email
- Replies: 3
- Views: 9337
- Mon Sep 09, 2019 8:40 am
- Forum: Developers
- Topic: EDS Statement Email
- Replies: 3
- Views: 9337
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, ...
- Mon Sep 09, 2019 8:31 am
- Forum: Developers
- Topic: Hook Request
- Replies: 3
- Views: 8948
Re: Hook Request
Yes; the others are only offered as alternatives.
- Mon Sep 09, 2019 7:20 am
- Forum: Developers
- Topic: Hook Request
- Replies: 3
- Views: 8948
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....