I have created a class that will be used to display SOPs (standard operating
procedures). I have assigned the class its required properties (mostly of
data types String and TextArea) and generated the class sheet and class
template. When I create new documents/instances of the SOPClass, the
documents look like the SOPTemplate.
I've tried populating the constant properties in the SOPTemplate and
creating a new document. The new document looks like the SOPTemplate in
structure but does not have any values associated with its properties. Is
there a way that the SOPTemplate can propagate it's property values to new
instances of the SOPClass? That is, I want some (but not all) of the
properties of SOPClass to be the same for every new document/instantiation
of the SOPClass. Is this possible? Similarly, if these constant properties
are modified in the future, I'd like the changes to be distributed across
all instances of SOPClass.
Any and all help is greatly appreciated.
Joe