Skip to content

Commit

Permalink
Merge pull request #200 from Volt-MX-GO/zerlordMXGo204-062724
Browse files Browse the repository at this point in the history
Volt MX Go 2.0.4 release
  • Loading branch information
zerlordsantiago authored and GitHub Enterprise committed Jun 28, 2024
2 parents 1710963 + 8c6e59e commit d583f8d
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/javadoc/api_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<table class="waffle" cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 29px">
<td class="s0" colspan="9">Notes Formula and OpenFormula function implementations as Rosetta APIs as of 6/20/2024<td>
<td class="s0" colspan="9">Notes Formula and OpenFormula function implementations as Rosetta APIs as of Volt MX Go 2.0.4 release.<td>
<tr>
<tr style="height: 20px"></tr>
<tr style="height: 20px"><td class="notehdr" colspan="9">Notes:</td></tr>
Expand Down
3 changes: 1 addition & 2 deletions docs/references/whatsnew/v204.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 6 additions & 2 deletions docs/tutorials/adaptertutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ 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.

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

Expand Down
31 changes: 23 additions & 8 deletions docs/tutorials/firsttouch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). <!--This isn't applicable when setting up First Touch in Volt MX Go installed in a development or test-only 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.-->

!!!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.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ theme:
- search.share
- search.suggest
- content.code.copy
- content.tabs.link
custom_dir: theme_overrides/
icon:
repo: fontawesome/brands/github
Expand Down

0 comments on commit d583f8d

Please sign in to comment.