Search found 16 matches

by tholmes
Sun Nov 18, 2018 6:07 pm
Forum: Developers
Topic: Access to Open Dental 18.1 (or other builds)
Replies: 9
Views: 11461

Re: Access to Open Dental 18.1 (or other builds)

For posterity, wanted to let this thread know that there ARE version specific builds available via Open Dental. Provided to paying customers only and housed on an internal share at the OD offices. You can ask customer service or an installer to provide a specific build instead of doing the blind upd...
by tholmes
Mon Oct 29, 2018 5:36 pm
Forum: Developers
Topic: Access to Open Dental 18.1 (or other builds)
Replies: 9
Views: 11461

Re: Access to Open Dental 18.1 (or other builds)

Thanks for the note and open mind!
by tholmes
Sat Oct 27, 2018 8:23 pm
Forum: Developers
Topic: Access to Open Dental 18.1 (or other builds)
Replies: 9
Views: 11461

Re: Access to Open Dental 18.1 (or other builds)

Thanks Jason I appreciate it. Forgive the confusion, but this is typically what Tags are used for in SVN (and other source control systems) as opposed to check-in comments. It's a little cumbersome, but I'm happy to dig/search through comments to find the revision that correctly identifies a build/r...
by tholmes
Thu Oct 18, 2018 10:13 pm
Forum: Developers
Topic: Access to Open Dental 18.1 (or other builds)
Replies: 9
Views: 11461

Re: Access to Open Dental 18.1 (or other builds)

I've been pulling from the same label/tag (opendental18.1)...but in continues to change (new files, version# changes). It also shoots holes in the earlier conversation. Problem : How do I reproduce a specific version of Open Dental? If the About->Help reads "Open Dental 18.1.55"...how would one repr...
by tholmes
Mon Sep 24, 2018 5:38 pm
Forum: Developers
Topic: Access to Open Dental 18.1 (or other builds)
Replies: 9
Views: 11461

Re: Access to Open Dental 18.1 (or other builds)

Thanks for the quick reply. Please correct me, what I heard below was: "Open Dental doesn't provide a history of builds per se, instead OD exposes SVN and the team creates Tags/Labels when specific releases are chosen. If you need to reproduce the product at a specific version, OD's suggestion is to...
by tholmes
Sat Sep 22, 2018 6:22 pm
Forum: Developers
Topic: Access to Open Dental 18.1 (or other builds)
Replies: 9
Views: 11461

Access to Open Dental 18.1 (or other builds)

Is there a build of Open Dental 18.1 available (ideally with install shield)?

On a related note, are there general builds available (e.g. release history). This would be helpful for maintaining Plugins across a series of OD versions.
by tholmes
Fri Jun 15, 2018 9:58 am
Forum: Developers
Topic: Find the User Who's Currently Logged In
Replies: 11
Views: 17398

Re: Find the User Who's Currently Logged In

Great, thanks Chris!
by tholmes
Fri Jun 08, 2018 9:25 pm
Forum: Developers
Topic: Plugin Distribution/Upgrade
Replies: 3
Views: 6244

Re: Plugin Distribution/Upgrade

Thanks gents, those are some quality answers.

Much appreciated,
Tyler
by tholmes
Thu Jun 07, 2018 7:38 pm
Forum: Developers
Topic: Plugin Distribution/Upgrade
Replies: 3
Views: 6244

Plugin Distribution/Upgrade

After reading the DLL Naming and Update Sequence at http://www.opendental.com/manual/plugins.html, I'm confused about how the Plugins under Setup -> Program Links are kept current. Specifically, when a user chooses one of the stock plugins available with OD: 1) How does that Plugin's assemblies get ...
by tholmes
Thu Jun 07, 2018 6:38 pm
Forum: Developers
Topic: Identifier for Open Dental Installation
Replies: 3
Views: 5581

Re: Identifier for Open Dental Installation

Hey Chris, Thanks for the reply. The second question is looking for a more "human readable" version of the first answer. Is there anything besides a RegistrationKey that describes an install? Are there any Non-unique traits of an OD install that help identify a Site/Practice (e.g. Joe's Dental, Smil...
by tholmes
Thu Jun 07, 2018 6:32 pm
Forum: Developers
Topic: Find the User Who's Currently Logged In
Replies: 11
Views: 17398

Re: Find the User Who's Currently Logged In

Thanks Chris. Any way to tell whether Auth has been turned on for a given install?

I.E. If I call OpenDentBusiness.Security.CurUser, and I get the Admin user, how do I know the difference between someone logging in as Admin (with Auth ON), vs. everyone being an Admin (with Auth OFF).
by tholmes
Tue Jun 05, 2018 7:46 pm
Forum: Developers
Topic: Find the User Who's Currently Logged In
Replies: 11
Views: 17398

Find the User Who's Currently Logged In

Open Dental supports the idea of user authentication/identity (http://www.opendental.com/manual/security.html). How do I programatically identify the currently "logged in" user to Open Dental? How does this behave when there's no authentication enabled in Open Dental? E.G. Is there a Class/Method th...
by tholmes
Tue Jun 05, 2018 7:43 pm
Forum: Developers
Topic: Identifier for Open Dental Installation
Replies: 3
Views: 5581

Identifier for Open Dental Installation

We're currently in the midst of syncing the data from multiple Open Dental installs into a single multi-tenant database. 1) What's the best way to uniquely identify an Open Dental Installation (e.g. instance of a database)? 2) Is there an identifier or a label (e.g. SiteID, Install_Id) that uniquely...
by tholmes
Fri Mar 23, 2018 4:38 pm
Forum: Developers
Topic: Guidance for Plugin Settings (.config, Prefs, etc...)
Replies: 3
Views: 5761

Re: Guidance for Plugin Settings (.config, Prefs, etc...)

Thanks Chris, we're using a PluginAssemblyName.dll.config file right now housed in the OpenDental bin folder.

We'll look into migrating this into the OD database.
by tholmes
Wed Mar 14, 2018 8:56 pm
Forum: Developers
Topic: Guidance for Plugin Settings (.config, Prefs, etc...)
Replies: 3
Views: 5761

Guidance for Plugin Settings (.config, Prefs, etc...)

What's the guidance for persisting plugin specific settings (e.g. connection strings to remote resources)? And how would one keep these updated?
by tholmes
Wed Feb 21, 2018 4:23 pm
Forum: Developers
Topic: Install Base and Practice/Location Identifier
Replies: 0
Views: 3865

Install Base and Practice/Location Identifier

Context : We're working on syncing select data from OD into a cloud hosted (multi-tenant) database. Question #1 : What is Open Dental's current install base? What kind of growth has it seen (e.g. net install base per year)? We'd like to use this to get a feel for table space sizing and growth. Ques...