By default, users can click a new term in the Acrolinx Scorecard to open the term contribution form. When the form opens, the term and context fields are automatically filled out.
The function makes it easier for your users to contribute terms. If you're a Standard Stack user, you can change this behavior in the core server properties file.
Tip
If you're on an Acrolinx Private Cloud instance and are interested in these configurations, contact us and we'll set them for you!
If you're a Standard Stack user, you can edit the coreserver.properties from the configuration directory. Depending on your installation, your path might look like this:
<config directory>/server/bin/coreserver.properties
.
To configure term contribution from the Scorecard on a Standard Stack instance, follow these steps:
-
Open your
coreserver.properties.
. -
Add the following property:
termContributionUrl.isEnabled=<TRUE/FALSE>
If this property isn’t present, the default value is
true
. -
If you’ve added a context field to your term contribution template, add the property
termContributionUrl.contextFieldName=<NAME_OF_CONTEXT_FIELD>
For example, if your terminology database field stores context information in a field called
sampleUsage
, add the following property:termContributionUrl.contextFieldName=sampleUsage
If this property isn’t present, the default value is context.
This property ensures that context information can be transferred from the Scorecard to the term contribution form. Context information helps users understand the contexts in which they can use a term.
-
Save your changes and restart the Acrolinx Platform.