> For the complete documentation index, see [llms.txt](https://docs.swingsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swingsoftware.com/seascape-for-notes/archiving-with-seascape/sharepoint-archive-overview/structured-upload-recommended.md).

# Structured Upload (recommended)

## Database export and upload to Sharepoint

Follow the steps below to export your Notes databases from Seascape to Microsoft SharePoint using the auto-mode method.

1. From the **Seascape home page**, click **SharePoint**.

<figure><img src="/files/uZz4FeoD6V3wub7GOUBZ" alt=""><figcaption></figcaption></figure>

2. Select your database(s), configure the export settings, and choose a **staging folder** (this is where the exported data will be temporarily saved).

<figure><img src="/files/w4P2Hk6ZtTe8KG5yokmL" alt=""><figcaption></figcaption></figure>

3. Click **Start export now**.

<figure><img src="/files/6PX54EZPJnQykqGnlwYT" alt=""><figcaption></figcaption></figure>

4. When the export finishes, click **Upload to SharePoint**.

<figure><img src="/files/vXt4PCuhkK2FkQlZireU" alt=""><figcaption></figcaption></figure>

5. The **SharePoint upload utility** will open. Select your database(s) and click **Next**.

<figure><img src="/files/jJAHeKaxPBqwz3AHlLle" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To select multiple databases, hold the **Ctrl** key and click each database you want to upload.
{% endhint %}

6. Click **Add a site**, then enter a **connection name,** choose an **authentication type** and enter the **site address**. Click **Test Connection**.

<figure><img src="/files/PtyL6bJ2S7wobutaSJ1u" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Make sure you are logged into your SharePoint site in your browser before creating the connection.
{% endhint %}

7. When the connection is confirmed, click **Save settings** to save it.

<figure><img src="/files/lvamlPsNLH3CpKUjjIab" alt=""><figcaption></figcaption></figure>

8. Select the saved connection in the connection dropdown and click **Connect**.

<figure><img src="/files/QcmiAht3Mh7jQbfRQTs2" alt=""><figcaption></figcaption></figure>

9. Click **Next** to move to the final step.
10. Review the upload configuration. If needed, adjust the optional settings, then click **Start upload**.

<figure><img src="/files/AiZ2wXK37YE5pxXTmDgI" alt=""><figcaption></figcaption></figure>

11. The upload will begin. You can monitor progress in the **runtime log**.

<figure><img src="/files/TKHj0h6TCMPlrYCBuq1q" alt=""><figcaption></figcaption></figure>

12. Once complete, the uploaded databases will appear with direct **links to the SharePoint archives.**

<figure><img src="/files/GyXLSj67GpKDVnIJgjmC" alt=""><figcaption></figcaption></figure>

## Navigating database archives SharePoint

### Example: Multiple databases

Here is a SharePoint site where three Lotus Notes databases have been migrated:

<figure><img src="/files/9YNqwInWroNzF6AL3h4l" alt=""><figcaption></figcaption></figure>

### Example: Opening a database

When we open one of the databases, we see the lists associated with that database. In the following example, the demo NFL database shows two lists, **Team** and **Player**, since the NFL database included two form types with those names:

<figure><img src="/files/UHJWsaOOE5KsZbkUg6wo" alt=""><figcaption></figcaption></figure>

### Example: Viewing a list

Clicking on a list displays its items (previously Notes records). For instance, opening the **Team** list shows all teams and their properties:

<figure><img src="/files/6ChCNFUSeHmKsEyFNETQ" alt=""><figcaption></figcaption></figure>

* The **ND column** opens the main PDF document (a copy of the original Notes record).
* Additional columns provide access to **related items** (child records) and **file attachments**.

In the example below, the *Dallas Cowboys* list item includes several related items (players) and two attachments, which are accessible through the provided columns:

<figure><img src="/files/WPyGCz704MfvTKTciHER" alt=""><figcaption></figcaption></figure>

### Example: Viewing related items (child records)

Clicking on the **Player** icon from the Dallas Cowboys list item, shows the Player list filtered to display only the related items for the selected parent. Users can also return to the parent by using the shortcut in the **PDoc column**.

<figure><img src="/files/CrHbOTUPI3v87pKgneok" alt=""><figcaption></figcaption></figure>

### Example: Viewing attachments

Clicking on the **Attachments** shortcut opens another view where users can access files associated with the parent list item:

<figure><img src="/files/zMIjb9LbLI8dQPJ56hwi" alt=""><figcaption></figcaption></figure>

### Example: Opening a PDF record

The following screenshot shows a PDF generated from the *Dallas Cowboys* Notes document. Within the PDF:

* **Doclinks** remain active, allowing users to navigate to related records.
* **Attachment icons** provide direct access to the original files.

This mirrors the user experience in Lotus Notes.

<figure><img src="/files/Ewbvv7gIHz3sNqceYSRt" alt=""><figcaption></figcaption></figure>

## Completing the Migration

The Lotus Notes database archive has been successfully migrated to your SharePoint site without requiring manual intervention.&#x20;

You can now use SharePoint features such as creating additional views, grouping, filtering, sorting, and applying advanced formatting to list views.&#x20;

Integration with Power Apps, Power BI, and Power Automate enables the creation of custom forms, advanced analytics, and automated workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.swingsoftware.com/seascape-for-notes/archiving-with-seascape/sharepoint-archive-overview/structured-upload-recommended.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
