Activities

Prequisites:

Add User Mail Account

This activity creates a new user mail account. This activity can be executed only if Lotus Domino is installed on machine. 

Activity Parameters

The Create Document activity parameters can be provided by manual inserted values or via IN arguments or variables:


Parameters:

The Read Only Output variables are the possible output values that the activity will provide:

Connect to IBM Notes

This activity connects to the specified IBM Notes account and outputs an IBM Notes client connection. 

Activity Parameters

The Connect to IBM Notes activity parameters can be provided by manual inserted values or via IN arguments or variables:

Authentication:

The Read Only Output variable are the possible output values that the activity will provide:

 

Execution:


Create Document

This activity creates a new IBM Notes document. 

Activity Parameters

The Create Document activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variables are the possible output values that the activity will provide:

Execution:


Delete Document by UNID

This activity deletes the IBM Notes document with a specified Universal ID.

Activity Parameters

The Delete Document by UNID activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variables are the possible output values that the activity will provide:

Execution:


Disconnect from IBM Notes

This activity disconnects from IBM notes account.

Activity Parameters

The Disconnect from IBM Notes activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:



Get Contacts By UNID

This activity gets all contacts from entry using UID. 

Activity Parameters

The Get Contacts By UNID activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variable are the possible output values that the activity will provide:

 


In order to extract the values from the output collections (in our case the output is a List(Of String) ), For Each activity should be used to iterate through the entire list and extract all elements OR Get Element From Collection activity to extract a specific element using index: OR   


Execution:


Get Document By UNID

This activity gets a document by UNID. 

Activity Parameters

The Get Document By UNID activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variable are the possible output values that the activity will provide:

 


Execution:



Get Documents By UNID

This activity gets all documents from the IBM notes database. 

Activity Parameters

The Get Documents activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variable are the possible output values that the activity will provide:

In order to extract the values from the output collections (in our case the output is a List(Of String) ), For Each activity should be used to iterate through the entire list and extract all elements OR Get Element From Collection activity to extract a specific element using index: OR   

 


Execution:

 

Get Entries

This activity gets all entries from the database. 

Activity Parameters

The Get Entries activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variable are the possible output values that the activity will provide:

 


In order to extract the values from the output collections (in our case the output is a List(Of String) ), For Each activity should be used to iterate through the entire list and extract all elements OR Get Element From Collection activity to extract a specific element using index: OR   


Execution:



Get Mail Content By UNID

This activity gets mail content by UNID from the specified database. 

Activity Parameters

The Get Mail Content By UNID activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variable are the possible output values that the activity will provide:

 


In order to extract the values from the output collection (in our case the output is a List(Of String) ), For Each activity should be used to iterate through the entire list and extract all elements OR Get Element From Collection activity to extract a specific element using index: OR   


Execution:


Get Mails

This activity gets all mails from database. 

Activity Parameters

The Get Mails activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

The Read Only Output variable are the possible output values that the activity will provide:

 


In order to extract the values from the output collection (in our case the output is a List(Of String) ), For Each activity should be used to iterate through the entire list and extract all elements OR Get Element From Collection activity to extract a specific element using index: OR   


Execution:


Get View

This activity gets information about IBM Notes view. 

Activity Parameters

The Get View activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor control) (type: object): the IBM Notes connection object. It can only be obtained as output from the Connect to IBM Notes activity.
  • Database (text box editor type) (type: string): the IBM Notes database.
  • View (text box editor type) (type: string): the IBM Notes view. 

The Read Only Output variable are the possible output values that the activity will provide:

  • Status (type: boolean): outputs the status for the IBM Notes request.  
  • Users (type: list<string>): outputs a list of users for the specified account and view.
 


In order to extract the values from the output collection (in our case the output is a List(Of String) ), For Each activity should be used to iterate through the entire list and extract all elements OR Get Element From Collection activity to extract a specific element using index: 


Execution: