deprecatedabstract persistent class %iKnow.Tables.AbstractCustomAnnotation
extends %Persistent
property Code
as %String(MAXLEN=10);
Note that it is recommended to keep Code unique per Part ID!
property Parts
as list of %Integer;
property Value
as %String(MAXLEN=150);
index (PartIdx on Parts(ELEMENTS)) [Data = Code];