APPLICATION DESIGN
Note If you do not see the Domino Designer icon, Domino Designer may not be installed on your system.
The customizable welcome page of Domino Designer displays.
To start Domino Designer from a database in the Notes client
If you already have a database to work with, you can start Domino Designer directly from that database. You must have Designer or Manager access to the database in the ACL.
1. Open the database.
2. Choose View - Design.
Tip You can also right-click the database icon on the Bookmark bar and select Open in Designer from the list.
To start Domino Designer from the command line
Note You can only use this method if you have already opened Designer and know the Replica ID of a database and Note ID of a document in that database. Also, the user whose Notes ID is used when Notes is launched must have at least Designer access to the database.
You can open a specific database in Domino Designer by entering its Replica ID and a Note ID in the command line.
1. From the MS-DOS prompt, switch to the Notes directory.
2. Enter either:
designer Notes:///85256BE50051F014/2AA
To open this database (named customer.nsf) hosted by the Casco/Bay server, enter:
designer Notes://Casco/customer.nsf/85256BE50051F014/2AA
Alternatively, you can use LotusScript to retrieve the Replica ID of a database and Note ID of a document. You can also use the formula language @functions @ReplicaID and @NoteID to retrieve them.
See Also