Generating a code block with the Lotus Notes Fetch wizard To generate a code block using the Lotus Notes Fetch wizard, you need to do the following: • Assign a variable in the Event to identify the data to be fetched Create a variable in the Event to identify the data to be retrieved from the Lotus Notes database. Avoid using the same names for manually created variables and generated variables. This might cause problems when using the wizard since the wizard creates its own variables for the password, server name, and the database. • Create a variable in the Process to store the fetched data Create a variable in the Process in which to store the data retrieved from the Lotus Notes database. • Generate the code block that will retrieve data from the Lotus Notes database You use the Lotus Notes Fetch wizard to specify which data the code block should retrieve from the Lotus Notes database, and where to store the retrieved data. See Information required by the Lotus Notes Fetch wizard, and Generating the code block. • Specify the -lotusnotes argument in the Project You must specify the -lotusnotes argument when you export the StreamServe Project.