Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Execution:

  • the activity will create a connection to the given server, using the provided credentials.

 

Create Document

This activity creates a new IBM Notes document. 

Activity Parameters

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

Authentication:

  • City (text box editor control) (type: string): the city of the person that the document will represent.
  • Connection (text box editor control) (type: stringobject): the IBM Notes connection object. It can only be obtained as output from the Connect to IBM Notes activity.
  • Content (text box editor type) (type: string): the actual content of the newly created Notes document. 
  • Database (text box editor type) (type: string): the IBM Notes database that the document will be related to.
  • EMail (text box editor control) (type: string): the IBM Notes connection object. It can only be obtained as output from the Connect to IBM Notes activity.
  • FirstName (text box editor type) (type: string): the First Name of the person that the document will represent.
  • LastName (text box editor type) (type: string): the Last Name of the person that the document will represent.

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

  • ModifiedDate (type: string): outputs the date of the current document change.
  • New UNID (type: string): outputs the Universal ID of the document, which can later be used as input (document reference) to other activities.
  • Status (type: boolean): outputs the success state of the request.

Execution:

  • the activity will create a new IBM Notes document.

 

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:

Image Added

Authentication:

  • 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 that the document is related to.
  • UNID (text box editor type) (type: string): the Universal ID of the document to be deleted.

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

  • Status (type: boolean): outputs the success state of the request.

Execution:

  • the activity will delete the IBM Notes document that has the specified UNID.

 

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:

...

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:

...

 


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:

  • the activity will return a list of contacts and extra information using the provided input.

 

...

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:

...

  • Created (type: string): outputs the IBM notes document created date.
  • Machine (type: string): outputs the IBM notes document machine.
  • MailServer (type: string): outputs the IBM notes document mailserver.
  • Modified (type: string): outputs the IBM notes document modified date.
  • Owner (type: string): outputs the IBM notes document owner.
  • Platform (type: string): outputs the IBM notes document platform.
  • Status (type: boolean): outputs the status for the IBM notes request.
 


Execution:

  • the activity will return a list of information about a specified IBM notes document.

 

...

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:

...

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:

  • the activity will return a list of all documents found in the specified IBM notes database.

...

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:

...

 


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:

  • Database (text box editor type) (type: string): the IBM notes database to return mail info from. 
  • UID (text box editor type) (type: string): the UID. 

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

  • Content Type (type: list<string>): outputs the email content type list.
  • Data (type: string): outputs the email content.
  • From (type: string): outputs the from email.
  • Received Date (type: string): outputs the received date.
  • Status (type: boolean): outputs the status for the IBM Notes request.  
  • Subject (type: string): outputs the mail subject.
 


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:

  • Database (text box editor type) (type: string): the IBM notes database to return mails from. 

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

  • From (type: list<string>): outputs a list of mails FROM.
  • Received Date (type: list<string>): outputs a list of mail dates.
  • Status (type: boolean): outputs the status for the IBM Notes request.  
  • Subject (type: list<string>): outputs a list of mail subjects.
  • UNIDs (type: list<string>): outputs a list of unids for each email.
 


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 nformation 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:

  • 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:

  • Connection (text box editor control) (type: string): the IBM Notes connection object. It can only be obtained as output from the Connect to IBM Notes activity.
  • Content (text box editor type) (type: string): the actual content of the newly created Notes document. 
  • Database (text box editor type) (type: string): the IBM Notes database that the document will be related to.