Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated article with screenshot and reformatted article.

GlobalCapture and GlobalAction workflows can send out email notifications linking a document to the notified user. However, by default, this link uses the server name in its address. In some instances, for security purposes, it may be desirable for the user to receive a URL using the IP address, or in the case of users accessing documents externally, using the FQDN. Some simple changes to the configuration files on the server can be made to customize the address you're sending out.

Step-by-step guide

The API Address will need to be changed in the following two places - one configuration file for document links for GlobalAction Workflows, and one for GlobalCapture Workflows.

...


In order to change the address used when sending out email locations you will have to either update a few configuration files or update the Square 9 API portal, depending on what version of GlobalCapture you are using. You can check what version of GlobalCapture you haveĀ here.

GlobalCapture v2.1 and earlier

In these earlier versions of GlobalCapture, the GlobalAction configuration file is kept in the base GetSmart directory

For GlobalAction:

C:\GetSmart\Square9.GlobalAction.exe.config

For GlobalCapture:

C:\GetSmart\CaptureServices\GlobalCapture_1\Square9.GlobalCapture.exe.config

GlobalCapture v2.2-2.3

For GlobalAction:

C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config

...

For GlobalCapture:

C:\GetSmart\CaptureServices\GlobalCapture_

...

1\Square9.GlobalCapture.exe.config

...


Info

If you have multiple GlobalCapture or GlobalAction engines you will have to update this value in each of their configuration files.


  1. Change the "Square9Api" Key URL to use the desired address (Either server name, IP or FQDN)

2. Save the configuration files and restart GlobalAction and/or GlobalCapture Windows services.



GlobalCapture v2.4 and up


The value is now controlled by the value of "URL" section the Square 9 API Portal in the Portals Section of the GlobalCapture Administration interface. You can read more about configuring these portal settings here. This controls both the address for GlobalCapture and GlobalAction.

Image Added


Info
Be sure to include a valid port in the API URL

...