Export a search template definition

  1. On the Global Administration page, under Export search template definition, click List All.

  2. In the list of search templates, select the template to export.

    NOTE
    You can select more than one template, but only the last template selected is exported.
  3. Click Export and then save the file on your computer.

Import global settings

  1. On the Global Administration page, under Import Global Settings, click Choose File and select the global settings file. The global settings file must be in XML format.
  2. Click Import.

Export global settings

  1. On the Global Administration page, under Export Global Settings, click Export.
  2. Save the file on your computer.

Workspace global settings

You can modify the global settings file; however, the only settings you may want to edit are the JChannelConnectionProperties, formViewOnly, and specialRoutes settings.

NOTE
The Flex Worksapce is deprecated for AEM forms release.

The Workspace global settings file includes the following settings:

specialRoutes settings

The specialRoutes settings specify the properties of the special routes, approve and deny, in Workspace. In certain situations, the buttons for these routes appear on the task cards in Workspace, and the user can select them without opening the form. You can modify the specialRoutes settings in the global settings file to add customized names for approve and deny or to create additional routes.

client_specialRoutes_routes_approve_style: The name of the style that is in the Workspace theme, which identifies the approve button icons. The style must include values for an enabled icon and disabled icon. To define a style for a custom button, you must use the following template:
 .buttonApprove {  icon: Embed('images/LC_DirectApprove_Sm_N.png');  disabledIcon: Embed('images/LC_DirectApprove_Sm_D.png');  paddingLeft: 5;  } The Workspace CSS file is embedded in the workspace-theme.swf file, which is in the adobe-workspace-client.ear > adobe-workspace-client.war file. To change the appearance of Workspace, you must recompile the workspace-theme.swf file.

client_specialRoutes_routes_deny_names: The variety of strings that a Workbench user can use to be interpreted as “deny”. The strings are case-sensitive. For example, the default value is deny. If the Workbench user uses the word Deny in a process, the word will not be recognized. The word Deny must be added to this setting for the route button to be customized and have the style applied to it.

client_specialRoutes_routes_deny_style: The name of the style that is in the Workspace theme file, which identifies the deny button icons. The style must include values for an enabled icon and disabled icon. To define a style for a custom button, you must use the following template:
  .buttonDeny {   icon: Embed('images/LC_DirectDeny_Sm_N.png');   disabledIcon: Embed('images/LC_DirectDeny_Sm_D.png');   paddingLeft: 0;   } client_specialRoutes_routes_approve_names: The variety of strings that a Workbench user can use to be interpreted as “approve”. The strings are case-sensitive. For example, the default value is approve. If the Workbench user uses the word Approve in a process, the word will not be recognized. The word Approve must be added to this setting for the route button to be customized and have the style applied to it.

client_specialRoutes_names: The keys used to locate the customized string value from the resource files. Each entry in this setting needs to include the values for the names and style.

JGroup settings

These settings appear only if you have upgraded from Adobe LiveCycle ES 2.5 or earlier.

server_remoteevents_ClientTimeoutMilliseconds: The maximum time the JGroup waits for event messages. This setting should not be changed.

server_remoteevents_ServerTimeoutMilliseconds: The timeout for receiving JGroup messages on the server. This option sets the delay for sending messages from the server to the client.

server_remoteevents_JChannelConnectionProperties: The connection properties for the JGroup that are used to communicate between the server (on which a service event is processed by the RemoteEvent service) and all instances of Workspace.

You may need to change the UDP values for the multicast IP address (mcast_addr), the multicast IP port (mcast_port), and the TTL for the multicast packets (ip_ttl). By default, the multicast IP address and port values are randomly generated and, generally, the values do not need to be changed. However, if your company has any network policies regarding specific multicast ranges for multicast IP addresses, you may need to change the values.

NOTE
The TTL must be greater than the number of network switches between the servers in the cluster; however, if the value is set too high, it can cause multicast packets to travel into subnets, where they will be discarded.

The remaining properties in this setting should not be changed.

server_remoteevents_JGroupName: The name of the JGroup used for remote event communication. This value is randomly generated to avoid conflicts in clusters. This value should not be changed.