Yesterday I switched to building off the 2.2 branch of the WDK at
Jerric's request. I am now getting a model parsing error due to the
allRecordsQueryRef attribute in a record defintion,, e.g.,
<recordClass name="DynSpanRecordClass" type="Genomic Segment"
displayName="Genomic Segment" shortDisplayName="Segment"
attributeOrdering="overview" doNotTest="true">
allRecordsQueryRef="DynSpanAttributes.AllDynSpanRecords">
Is this now a tag? Or is it being handled in a different way?
Thanks,
Emily
I removed this tag in 2.2 and allRecordsQueryRef is no longer needed. Hopefully
this would save you some efforts of composing this weird query.
The basket is turned on by default for any record, and if you don't want basket
for a particular record type, try useBasket="false" in the recordClass.
Jerric
-E