For information about using variables, refer to "variables".
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Name | Required | Not available | Enter the name on the script canvas. |
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Destination | Required | Not available | Select Global Resources.
Refer to "Global Resource Properties" for global resource settings .
|
|
| Form name | Required | Available | Select or enter a form name. |
|
| Field definition | Required | - | Display the field definition of the form specified in [Form name]. | |
| Field definition / Field name | Required | Available | Enter the name of the field.
By default, the field name in the specified form is set. |
|
| Field definition / Type | Required | Not available | Select the type of the field.
By default, the field type in the specified form is set.
|
|
| Search string | Required | Available | Enter a search string. |
|
| Maximum number of retrieved documents | Optional | Available | Enter the number of documents to retrieve. |
|
| Delimiter | Required | Available | Enter the delimiter of multiple values. |
|
| Get attachment | Optional | Not available |
Select whether to get the attachments in Notes document.
|
|
| Destination to save attachment | Required | Available | Select or input directory to save the attached file in the document.
Click [Browse] button to activate the file Selectr and Select the directory. |
|
| Item name | Description | Remarks |
|---|---|---|
| Reset forms and fields | Resets the form list of [Form name] and [Field definition]. |
|
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Mass data processing | Required | Not available | Select a data processing method.
|
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0" encoding="UTF-8" ?>
<table>
<row>
<column>UniversalID</column>
<column>NoteID</column>
<column>field data</column>
:
</row>
<row>
:
</row>
</table>
See "Edit Schema"for any details .
| Component variable name | Description | Remarks |
|---|---|---|
| count | Returns the number of read data. |
|
| message_category | Stroes the category to which corresponding message code belongs to, when an error occurs. |
|
| message_code | Stores its corresponding message code of occured error. |
|
| message_level | Stores the severity of the corresponding message code of the occured error. |
|
| error_type | Stores the type of the occured error. |
|
| error_message | Stores the error message for the occured error. |
|
| error_trace | Stores stack trace of the occurred error. |
|
| [Type] | Operation | Remarks |
|---|---|---|
| [string] |
|
|
| [datetime] |
|
|
| [double] |
|
|
For information about the search function of Notes, refer to https://help.hcltechsw.com/notes/11.0.0/search_toc.html.
In case of Read Full-text Search, Notes database must be indexed in advance.
Files attached by using "File Upload Control" in "Built-in Design Elements" cannot be retrieved.
Select [Type] of [Field definition] manually.
Although some versions of Notes may be able to output the external characters, it is not intended in the specification to guarantee the operation.
Selecting the last alias to enable a form defined an alias.| Exception name | Cause | Solution |
|---|---|---|
| ResourceNotFoundException Resource definition could not be found.Name: [] |
[Destination] is not specified. | Specify [Destination]. |
| ResourceNotFoundException Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
| InvalidPropertyConfigurationException Property "<property name>" value "" is incorrect. |
[<Property name>] is not specified. | Specify the [<Property name>]. |
| InvalidPropertyConfigurationException Given <property name> "<value of the property>" not found. |
[<Property Name>] not found in the specified property value. | [<Property Name>] Please check the value of the property specified. |
| LotusDominoException 4005: Notes error: Query is not understandable ( ) -- No document in the database file "<database>" matches the criteria. |
[Search string] contains invalid characters. | Check [Search string]. |