diff --git a/docs/javadoc/api_status.html b/docs/javadoc/api_status.html index b76a5c7..8e819b1 100644 --- a/docs/javadoc/api_status.html +++ b/docs/javadoc/api_status.html @@ -196,7 +196,7 @@ - diff --git a/docs/references/whatsnew/v204.md b/docs/references/whatsnew/v204.md index d49d1d5..c3c526a 100644 --- a/docs/references/whatsnew/v204.md +++ b/docs/references/whatsnew/v204.md @@ -26,8 +26,7 @@ #### Volt MX Go Iris -- Added a **Clear** button to the Formula Editor to enable a user to delete the shown formula. -- Added a context menu option to delete a formula when right-clicking the formula in JavaScript code in the Formula Editor. +- Added a **Clear** button to the Formula Editor to enable a user to delete the shown formula, and a context menu option to delete a formula when right-clicking the formula in JavaScript code in the Formula Editor. For more information, see [Clear formulas in Controller and Action Editor](../../howto/clearfunction.md). - Added support for overriding download site and plugin feature site URLs via environment variables. Contact [Customer Support](../index.md#support) for assistance. ## Improvements diff --git a/docs/tutorials/.pages b/docs/tutorials/.pages index 59baf6d..ab2e478 100644 --- a/docs/tutorials/.pages +++ b/docs/tutorials/.pages @@ -8,7 +8,7 @@ nav: - portaldownload.md - Install Volt MX Go server components: nativeinstallers.md - Upgrade Volt MX Go server components: versionupgrade.md - - Install and upgrade Volt MX Go in a development or test only environment: + - Install and upgrade Volt MX Go in a development or test-only environment: - containerdeployment.md - obtainauthenticationtoken.md - Deploy Kubernetes: diff --git a/docs/tutorials/adaptertutorial.md b/docs/tutorials/adaptertutorial.md index fe154cc..f56a5b1 100644 --- a/docs/tutorials/adaptertutorial.md +++ b/docs/tutorials/adaptertutorial.md @@ -9,7 +9,11 @@ At the end of this tutorial, you can manually create an app in Volt MX Go Foundr ## Before you begin - You have completed the [Volt MX Go installation](installation.md). -- You have a [Volt MX Go Foundry admin account](../howto/foundryadminaccount.md). +- You have a [Volt MX Go Foundry admin account](../howto/foundryadminaccount.md). + +!!!tip + The following actions might require certain Domino access rights. Contact your Domino Administrator/Domino REST API Administrator for assistance. + - You have at least a *Designer* access to the Domino database you are creating or updating a Schema. - You have at least an *Editor* access to the Domino Keep Configuration database `keepconfig.nsf` to create a scope and OAuth application for the Domino application. - You have the correct access level to the Domino database to test the CRUD operations. @@ -17,7 +21,7 @@ At the end of this tutorial, you can manually create an app in Volt MX Go Foundr For more information, see [Access Levels in the ACL](https://help.hcltechsw.com/domino/14.0.0/admin/conf_accesslevelsintheacl_c.html){: target="_blank" rel="noopener noreferrer"} or contact your Domino/Domino REST API administrator. - You have added a schema, activated the forms of the schema, and added a `dql` mode similar to the `default` mode to each activated form in Domino REST API. For more information, see [Schema Management](https://opensource.hcltechsw.com/Domino-rest-api/references/usingwebui/schemaui.html){: target="_blank" rel="noopener noreferrer"}. -- You have added a scope in Domino REST API. For more information, see [Scope Management](https://opensource.hcltechsw.com/Domino-rest-api/references/usingwebui/scopeui.html){: target="_blank" rel="noopener noreferrer"}. +- You have added a scope for your schema in Domino REST API. For more information, see [Scope Management](https://opensource.hcltechsw.com/Domino-rest-api/references/usingwebui/scopeui.html){: target="_blank" rel="noopener noreferrer"}. ## Log in to Volt MX Go Foundry diff --git a/docs/tutorials/firsttouch.md b/docs/tutorials/firsttouch.md index 033a47e..c8185c3 100644 --- a/docs/tutorials/firsttouch.md +++ b/docs/tutorials/firsttouch.md @@ -4,17 +4,32 @@ This tutorial guides you in accessing and running the First Touch Recipe Catalog ## Before you begin -- You have completed the [Volt MX Go installation](installation.md). -- You have created your [Volt MX Go Foundry admin account](../howto/foundryadminaccount.md). -- If using MySQL, make sure that the maximum allowed packet size is at least 16 MB. For more information, see **First Touch or Custom Application Fails to Install on Volt MX Go Foundry** issue in [Troubleshooting](../references/troubleshoot.md). This isn't applicable when setting up First Touch in Volt MX Go installed in a development or test-only environment. +=== "For production environment" -!!!note - You can skip the setup of `oauth.nsf`, Domino REST API, and download of the First Touch recipe ZIP file if you are performing the Volt MX Go install to a development or test only environment. + **For Volt MX Go install to a production environment** -- You have [set up an oauth.nsf](https://opensource.hcltechsw.com/Domino-rest-api/howto/VoltMX/setupoauthnsf.html){: target="_blank" rel="noopener noreferrer"}. -- You have [set up Domino REST API](https://opensource.hcltechsw.com/Domino-rest-api/howto/IdP/configuredrapiIdP.html){: target="_blank" rel="noopener noreferrer"}. -- You have [downloaded the FirstTouchRecipes.nsf.zip](portaldownload.md) file, extracted the NSF file from the zip file, and copied the NSF file to the root of the data directory of your Domino server. + - You have completed the [Volt MX Go installation in a production environment](prerequisite.md). + - You have created your [Volt MX Go Foundry admin account](../howto/foundryadminaccount.md). + - If using MySQL, make sure that the maximum allowed packet size is at least 16 MB. For more information, see **First Touch or Custom Application Fails to Install on Volt MX Go Foundry** issue in [Troubleshooting](../references/troubleshoot.md). + + + + !!!tip + The following actions might require certain Domino access rights. Contact your Domino Administrator/Domino REST API Administrator for assistance. + + - You have [set up an oauth.nsf](https://opensource.hcltechsw.com/Domino-rest-api/howto/VoltMX/setupoauthnsf.html){: target="_blank" rel="noopener noreferrer"}. + - You have [set up Domino REST API](https://opensource.hcltechsw.com/Domino-rest-api/howto/IdP/configuredrapiIdP.html){: target="_blank" rel="noopener noreferrer"}. + - You have [downloaded the FirstTouchRecipes.nsf.zip](portaldownload.md) file, extracted the NSF file from the zip file, and copied the NSF file to the root of the data directory of your Domino server. + +=== "For development or test-only environment" + + **For Volt MX Go install to a development or test-only environment** + + - You have completed the [Volt MX Go installation in a development or test-only environment](containerdeployment.md). + - You have created your [Volt MX Go Foundry admin account](../howto/foundryadminaccount.md). + ## Log in to Volt MX Go Foundry 1. Open the Volt MX Go Foundry hostname concatenated with `/mfconsole/`in your browser. diff --git a/mkdocs.yml b/mkdocs.yml index 9d1d326..5e9f849 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,7 @@ theme: - search.share - search.suggest - content.code.copy + - content.tabs.link custom_dir: theme_overrides/ icon: repo: fontawesome/brands/github
Notes Formula and OpenFormula function implementations as Rosetta APIs as of 6/20/2024 + Notes Formula and OpenFormula function implementations as Rosetta APIs as of Volt MX Go 2.0.4 release.
Notes: