SalesPoint Framework v3.0

Hook: Display Contents Of Container


Requirement

The contents of a data container (Catalog, Stock, DataBasket) needs to be displayed, possibly in a form editable by the user.

Method of Adaptation
Enable Feature
Level of Support
Parameter Pattern  
HotSpot
Standard User Interaction for Data Management
Hooks used
Adding Items To Container - Button , Removing Items From Container - Button
Participants
SingleTableFormSheet, formSheet

Changes

  1. select appropriate create method from SingleTableFormSheet.
  2. call selected SingleTableFormSheet.create with appropriate parameters. returns formSheet.
  3. if need ability to add records:
    1. Adding Items To Container - Button [formSheet = formSheet].
  4. if need ability to remove selected record:
    1. Removing Items From Container - Button [formSheet = formSheet].
  5. display formSheet.

Comments


SalesPoint Framework v3.0