Quickstart
Get going quickly with DocumentScanning for Lotus Notes
Follow the steps to use DocSLN in your Notes environment:
- attach a scanner to your workstation
- install the TWAIN driver for the scanner
- install DocSLN
- configure DocSLN
- open the configuration database
DocConfen.nsf(german usersDocConf.nsf) - click
validate systembutton in the workstation folder - click reload button in this folder
- doubleclick
unconfigured scannerbutton to open its view - enter a name for this scanner (usefull is e.g. HP Scanjet 7450)
- set default for this workstation to
yes - save and close document
- change to the folder
configuartion - click
new configurationbutton - enter a name for this configuration and keep it in mind for part 5.4
- change to
licensefolder - click
new licensebutton - enter hierarchical Notes name or organisazion name, you got the license for
- enter license key
- save and close document
- open the configuration database
- scan enable chosen Notes application
- open template of your Notes application in the Domino Designer
- open a view or folder
- create/change an action button
- supply this Notes formula to the
clickmethod of the actionconfname := "name of configuartion from '4.10'";
database := @Subset(@DbName; -1);
server := @Name([Canonicalize]; @Subset(@DbName; 1));
@Command([FileSave]);
@Command([Execute]; "docsln.exe";@Char(34) + @Implode(server) + @Char(34) + " " + @Char(34) + @Implode(database) + @Char(34) + " " + @Text(@DocumentUniqueID) + " "+confname);
@Command([FileCloseWindow])
- change the first line of the formula
- save and close document
- change template of your database with the just edited one
- test the new function by clicking the added/changed button
Have fun using DocumentScanning for Lotus Notes!