Using LotusScript in IBM Lotus Domino 7 Applications
Length: Contact for duration
Course Code: N7D540
List Price: Contact for price
TAP Eligible
View Dates & Enroll OnlineDescription:
You will learn the techniques of programming in LotusScript while you learn to access and work with objects in the Domino Object Model. This workshop starts by introducing students to the LotusScript language, having you retrieve properties of a database, using methods of NotesDatabase, and traversing down the Document Object Model to ACL classes. The skill of navigating the Document Object Model is continuously reinforced throughout the course as you learn to work with front-end and back-end classes. You are introduced to error checking the LotusScript Debugger early on so that you use it throughout the course.
Audience:
This intermediate course is for application developers who will be using LotusScript in their Domino applications.
Objectives:
- Learn the techniques of programming in LotusScript
- Learn to access and work with objects in the Domino Object Model
Prerequisites:
The prerequisites for this course include:
- Fundamentls of IBM Lotus Domino 7 Application Developmentor the equivalent skills (N7D510)
Topics:
Introducing LotusScript: where and when to use it
Using programming skills such as:
- declaring variables
- assigning values
- using looping statements
- using conditional statements
- converting data types
Instantiating objects
Retrieving database information
Using the LotusScript Debugger
Trapping errors in code
Working with the front-end classes to manipulate objects in the user interface
Working with back-end classes to retrieve and add data to documents
Creating and sending report documents
Prompting users for data and processing the data
Using Script Libraries