Announcement

Collapse
No announcement yet.

Exported Data..

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Exported Data..

    When I export orders what info links the person file to the order file?

    I want to be able to create a databse of customer info which will include the product category of the Item they have purchased.

    This way I will be able to target my customers with specific special offers based on their purchase history.

    #2
    There are two rows in the persons table for each order. One for the invoice contact details and one for the delivery contact details.

    The links are

    [Order].[InvoiceContactID] = [Person].[ContactID]
    [Order].[DeliverContactID] = [Person].[ContactID]

    The product details on in the order details table and this is linked to the order table by

    [Order].[Order Sequence Number] = [OrderDetail].[OrderSequenceNumber]

    I am working on a product to do this sort of thing, but it won't be ready until much later on in the year.

    Cheers,
    Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
    Visit our facebook page for the latest news and special offers from Mole End

    Top Quality Integrated label paper for Actinic and Sellerdeck
    A4 Paper with one or two peel off labels, free reports available for our customers
    Product Mash for Sellerdeck
    Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
    Multichannel order processing
    Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

    Comment

    Working...
    X