I am planning to create an ebook with this outline and I need your comments please. The goal is to help others understand the basics (non-web) and be able to create a workflow app. Thank you.
Lotuscript 101:
A Crash Course on Building Simple to Complex DataBase Applications &
Powerful WorkFlows
Table of Contents:
Introduction to IBM Notes Domino Application and Interfaces
Applications Navigator / Design Pane
Programmer’s Pane
Work Pane
Design Action Button
Design Elements List
BASICS: Creating your first application
Forms
Fields, Action Buttons, Formulas, LotusScripts
Views
Pages
Outlines
Framesets
Agents
Creating an application that sends an email
Uploading / Importing data from a text file
Uploading / Importing data from an excel file
Downloading / Exporting data into a text file
Downloading / Exporting data into an excel file
Creating a work flow application
Requirements
Know the process: flow chart
Know the fields that you need to create
Know the report format (if there’s any)
Know the access restrictions
Who are allowed to view/access the database? Form?
Fields?
Who are allowed to edit the database? Form? Fields?
Who are allowed to create new documents?
Create the interface
Create the necessary views (report and lookup)
Create the menu
Create the page
Create the frameset
Test the application