You are here

Press the Go WDZ Button

In "Data Tables" there are a few tables associated with a shop. Once you press the "Go WDZ" Button, then all the code and forms that you require go into the designer studio, so that you can modify all the forms and the lists that you require as well as obtain the code needed. Click on the edit icon to view, the lists and forms. In the demo system you can edit your lists and forms here, while the other three modes show, the list views, the panel view and the code.

Displaying Code and forms

    • Edit
    • Table Name
    • Name
    • Desc
    • Prefix
    • Forms
    • Handle
    • Has code
    • List
    • Panel
    • Code
    • Edit - 25
    • exUser
    • User
    • For this example we have encrypted the email address and the telephone number as this could be classed as personal data
    • exu
    • true
    • true
    • true
    • List - 25
    • Panel - 25
    • Code - 25
    • Edit - 26
    • exAddress
    • Address
    • Account or delivery address for the user
    • exa
    • true
    • true
    • true
    • List - 26
    • Panel - 26
    • Code - 26
    • Edit - 27
    • exBasket
    • Basket
    • Stores the customers details but can also be used independently for users who want to check out as guests.
    • exb
    • true
    • true
    • true
    • List - 27
    • Panel - 27
    • Code - 27
    • Edit - 28
    • exBasketItems
    • Basket Items
    • Looks after the items in the basket. Each item in the basket has a status, because some items may not be shipped with the initial delivery
    • exbi
    • true
    • true
    • true
    • List - 28
    • Panel - 28
    • Code - 28
    • Edit - 23
    • exProduct
    • Product
    • The example product only has a few fields associated with it like name and description. Real products have more fields associated with them like stock control, reorder levels etc.
    • exp
    • true
    • true
    • true
    • List - 23
    • Panel - 23
    • Code - 23
    • Edit - 24
    • exImages
    • Images
    • The images associated with the product, this table is a child of the parent product.
    • exi
    • true
    • true
    • true
    • List - 24
    • Panel - 24
    • Code - 24
    • Edit - 30
    • exProductXref
    • Product Links
    • Shows how products are linked together. This is also an example of a cross reference table where the two parents are from the same table
    • exl
    • true
    • true
    • true
    • List - 30
    • Panel - 30
    • Code - 30
    • Edit - 29
    • exComment
    • Comment
    • Looks after the comments a user makes about a product. This is also an example of a xref table where the parents are in different tables
    • exc
    • true
    • true
    • true
    • List - 29
    • Panel - 29
    • Code - 29
    • Edit - 31
    • exDialogue
    • Dialogue
    • Looks after the dialogue between vendor and customer after the initial comment is left by the customer
    • exd
    • true
    • true
    • true
    • List - 31
    • Panel - 31
    • Code - 31

Minor Change

The only minor change between the code produced and what you see here, is that the edit facilities have been used to modify the lists