From d5cd4d55e7b2ed9b8f99f098e15ee6d899feb692 Mon Sep 17 00:00:00 2001 From: Kate Mueller Date: Mon, 26 Aug 2024 10:27:40 -0400 Subject: [PATCH] DOC-1055: Update FileMaker credentials to medium tier template (#2407) --- .../builtin/credentials/filemaker.md | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/docs/integrations/builtin/credentials/filemaker.md b/docs/integrations/builtin/credentials/filemaker.md index 457762310..6e7804b9b 100644 --- a/docs/integrations/builtin/credentials/filemaker.md +++ b/docs/integrations/builtin/credentials/filemaker.md @@ -14,8 +14,18 @@ You can use these credentials to authenticate the following nodes: ## Prerequisites -- Create a user account on a [FileMaker Server](https://www.claris.com/filemaker/){:target=_blank .external-link} with the `fmrest` extended privilege to [Access via FileMaker Data API](https://help.claris.com/en/data-api-guide/content/enable-access.html){:target=_blank .external-link}. -- Ensure the FileMaker Server can use the [FileMaker Data API](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link}. +- Create a user account on a [FileMaker Server](https://www.claris.com/filemaker/){:target=_blank .external-link} with the `fmrest` extended privilege to [Access the FileMaker Data API](https://help.claris.com/en/data-api-guide/content/enable-access.html){:target=_blank .external-link}. +- Ensure the FileMaker Server can use the [FileMaker Data API](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link}: + 1. Prepare your database for FileMaker Data API access using FileMaker Pro. You can create a database or prepare an existing database. + - Refer to [Prepare databases for FileMaker Data API access](https://help.claris.com/en/data-api-guide/content/prepare-databases-for-access.html){:target=_blank .external-link} for more information. + 1. Write code that calls FileMaker Data API methods to find, create, edit, duplicate, and delete records in a hosted database. + - Refer to [Write FileMaker Data API calls](https://help.claris.com/en/data-api-guide/content/write-data-api-calls.html){:target=_blank .external-link} for more information. + 1. Host your solution with FileMaker Data API access enabled. + - Refer to [Host a FileMaker Data API solution](https://help.claris.com/en/data-api-guide/content/host-data-api-app.html){:target=_blank .external-link} for more information. + 1. Test that FileMaker Data API access is working. + - Refer to [Test the FileMaker Data API solution](https://help.claris.com/en/data-api-guide/content/test-data-api-app.html){:target=_blank .external-link} for more information. + 1. Monitor your hosted solution using Admin Console. + - Refer to [Monitor FileMaker Data API solutions](https://help.claris.com/en/data-api-guide/content/monitor-data-api-app.html){:target=_blank .external-link} for more information. ## Supported authentication methods @@ -23,14 +33,14 @@ You can use these credentials to authenticate the following nodes: ## Related resources -Refer to [Filemaker's Data API Guide](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link} for more information about the service. +Refer to [FileMaker's Data API Guide](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link} for more information about the service. ## Using database connection -To configure this credential, you'll need: +To configure this credential: -- A **Host**: The IP address or host name of your FileMaker Server. -- A **Database**: The database name as it appears in the **Databases** list within Filemaker. -- The **Login** for the account with the `fmrest` extended privilege. -- The **Password** for the account with the `fmrest` extended privilege. +1. Enter the **Host** name or IP address of your FileMaker Server. +2. Enter the **Database** name. This should match the database name as it appears in the **Databases** list within FileMaker. +3. Enter the user account **Login** for the account with the `fmrest` extended privilege. Refer to the previous [Prerequisites](#prerequisites) section for more information. +4. Enter the **Password** for that user account.