Performance sample
This sample application models a fairly typical situation. Given a text file (i.e. from a host system) containing customer data, it imports the file into Domino by creating documents. After that, in a second step, it finds out about some special customer properties like the most valuable customer within a certain area.
Assume the text file contains the following, tab separated entries per line:
• Customer Name
• Zip Code
• Last Quarter's sales
If you want to run the sample code, you will have to create the text file and the Domino database.
The Domino databases features a single form called "CustomerData" and a single view called "By Customer Name" providing the following columns: Name, Zip, Sales.
Last modified date: 01/29/2015