Prerequisites

  1. Open Wish List Setup (Tell Me search) and fill in:
    • Wish List Nos. – mandatory number series used by LSC Wish List Logic.
    • Wish List Barcode Mask – optional barcode mask from LSC Barcode Mask List. When set, new wish lists automatically receive a unique barcode via LSC Fc Barcode Management.
  2. Ensure that loyalty master data exists:
    • Membership cards with related member contacts so that ownership and sharing information can be derived.
  3. Deploy POS panel definitions and commands:
    • Panel ID #WISHLISTS with data grid #WISHLISTS for the header overview.
    • Panel ID #WISHLISTLINES for line selection.
    • POS commands, mapped to buttons in the functionality profile:
      • WISHLIST_VIEW
      • WISHLIST_SEARCH
      • WISHLIST_PRINT
      • WISHLIST_DELETE
      • MARK
      • MARK_ALL
      • CONFIRMORDER
      • CANCEL
  4. Configure web service endpoints (DevOps scripts or LSC Request Handler) for:
    • WishListCreate
    • WishListGet
    • WishListItemModify
    • WishListLinking
    • WistListSearch
    • WishListDeleteByID

    Each request is logged through LSC Web Request Functions with the usual response codes (“0000” success, “1000” data error, “0098” communication failure, “0099” server failure).