Hi James,
Here goes for the questions.
NotesNormally,
knowledge base objects are versioned, which means that they can't be
changed after being promoted. These questions explore the versioning
requirements for notes.
- Can a note be added to a knowledge base object (say a rule) after it has been promoted?
- Are notes versioned?
- If
so, can a note that has been promoted be changed? Or can it only be
changed in a sandbox and then promoted (like any other versioned
object)?
Other note questions:
- Do we need to be able to attach
notes to individual lines in the rules? Or just to the whole rule
object? If individual lines, then where a line says "if Q1 is
A1->CF1, A2->CF2, A3->CF3, else CF4" do we need to be able to
attach notes to the individual "An->CFn" elements? The "else CFn"
element?
Who DunnitReading the
Knowledge Base Objects document, which objects should we be storing:
- Who originally created it
- The time (and date) it was originally created.
- The first promoted version it appears in
- Who last changed it
- The time (and date) it was last changed.
-
The last promoted version that changed it
- A complete list of the promoted versions that changed it
Diagnosis vs Rule
Right
now there is a diagnosis object (which just has a name), and rule
objects. Because there are different ways to combine CF scores, it
doesn't make sense to have multiple rules for the same diagnosis.
Should these two objects just be combined into one object? (But I could
see a possible case for having rules that are not attached to a
diagnosis, but are used by several other rules. You had some examples
of that in the rules that you did).
Help Text/Links
Is it safe to assume that help text/links can be added to objects later?
That's all for now
!
-Bruce