The Setup wizard is defaulting to Level 1 for Case Notes and Appointment Scheduler

Modified on Wed, 21 Dec 2011 16:46 by CAREWare Help Desk — Categorized as: FAQ

The Setup wizard is defaulting to Level 1 for Case Notes and Appointment Scheduler. This should not be happening. It should default to Level 2 (no sharing).

Default case share notes value to false
                ih.Add(jSQLColumnValue.IntCV("dmn_case_notes_share_level", 0, "cw_domain"))
                ih.Add(jSQLColumnValue.BoolCV("dmn_case_notes_client_by_client", False, "cw_domain"))

Sharing level 0 does not exist. Possible cause of the problem.

This bug was found in build521
This bug was fixed in build580
TTP #1689

Back to Bugs

Back to Frequently Asked Questions