Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    3.1 Quick Start Guide corrections

    Just going through it again (it makes for fun reading) and I noticed a couple of things that you might want to look at updating for 3.1

    Page 22: #4 Primary Keys. 3.1 supports composite keys now. Might want to change the wording here.

    Page 24: Property: name. Not required for fields that use "includeFrom".

    Page 25: primaryKey. Same as correction on Page 22 about primary keys.

    #2
    I think that page 66 should be changed from:

    To accomplish this, you can declare an additional field in the stockItem
    DataSource like so:
    <field includeFrom="stockItem.itemName"/>


    to


    To accomplish this, you can declare an additional field in the orderItem
    DataSource like so:
    <field includeFrom="stockItem.itemName"/>

    Comment


      #3
      Thanks for pointing this out. Note that the corrections / clarifications from the first poster have been addressed.

      Comment

      Working...
      X