What you should know about installing Acrolinx for Salesforce Knowledge.
If you want to know whether this version of the Acrolinx Integration works with your local platforms, check our Compatibility Guide.
Before you install, make sure that you already have the following:
First, make sure you've installed everything you need – see the section What You Should Know Before Installing above.
To install Acrolinx in Salesforce, follow these steps:
-
Request the installation URL and installation key. You'll need to use the URL specific to the type of instance you want to install.
Install a Production Instance
URL: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005hlEmAAI Key: lfQdkNb3ike6qx
Install a Sandbox Instance
URL: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005hlEmAAI Key: lfQdkNb3ike6qx
Tip
Want to see a complete list of the package components? Click View Components at the bottom of the install page for Acrolinx for Salesforce Knowledge.
-
Follow the Salesforce instructions for installing managed packages.
Warning
After you install the integration, you'll need to take some extra steps before you can check your Salesforce content with Acrolinx. Visit the Acrolinx for Salesforce Knowledge Admin Guide for these details.
To update Acrolinx for Salesforce Knowledge, follow the steps under Install. You don't need to remove the older version first.
Once you've installed the updated version of Acrolinx for Salesforce Knowledge 3.8, follow the steps in the Admin Guide to complete the setup. Before you set up automated checking, be sure to disable the old score calculation trigger.
Notice
Depending on your previous installation, you may find that some of the setup steps for Acrolinx for Salesforce Knowledge are already complete.
To remove the score calculation trigger from Salesforce, to the following:
-
Manually create an archive with the files
destructiveChanges.xml
andpackage.xml
.Tip
Replace
TriggerName
andTriggerClassName
with the corresponding names that are used in your org.destructiveChanges.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>[TriggerName]</members> <name>ApexTrigger</name> </types> <types> <members>[TriggerTestClassName]</members> <name>ApexClass</name> </types> <version>59.0</version> </Package>
package.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <version>59.0</version> </Package>
-
Sign in to Salesforce Workbench at https://workbench.developerforce.com/. Select your preferred environment (sandbox or production) from the dropdown in the top-right corner.
-
Navigate to Migration > Deploy.
-
Choose the archive files you created in step 1, and select Rollback on Error and Single Package.
-
In the dropdown next to Test Level, select RunAllTests. Next to Run Tests type the name of the trigger test class
TriggerTestClassName
. Click Next. -
Click Deploy to start your deployment. You'll see the status Succeeded once the deployment is complete.
-
Go to Object Manager > Knowledge__kav > triggers to make sure the trigger was removed.
First, make sure you've installed everything you need – see the section What You Should Know Before Installing above.
To install Acrolinx in Salesforce, follow these steps:
-
Request the installation URL and installation key. You'll need to use the URL specific to the type of instance you want to install.
Install a Production Instance
URL: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005hl3YAAQ Key: lfQdkNb3ike6qx
Install a Sandbox Instance
URL: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005hl3YAAQ Key: lfQdkNb3ike6qx
Tip
Want to see a complete list of the package components? Click View Components at the bottom of the install page for Acrolinx for Salesforce Knowledge.
-
Follow the Salesforce instructions for installing managed packages.
Warning
After you install the integration, you'll need to take some extra steps before you can check your Salesforce content with Acrolinx. Visit the Acrolinx for Salesforce Knowledge Admin Guide for these technical details.
To update Acrolinx for Salesforce Knowledge, follow the steps under Install. You don't need to remove the older version first.
Once you've installed the updated version of Acrolinx for Salesforce Knowledge 3.7.2, follow the steps in the Admin Guide to complete the setup. Before you set up automated checking, be sure to disable the old score calculation trigger.
Notice
Depending on your previous installation, you may find that some of the setup steps for Acrolinx for Salesforce Knowledge are already complete.
To remove the score calculation trigger from Salesforce, to the following:
-
Manually create an archive with the files
destructiveChanges.xml
andpackage.xml
.Tip
Replace
TriggerName
andTriggerClassName
with the corresponding names that are used in your org.destructiveChanges.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>[TriggerName]</members> <name>ApexTrigger</name> </types> <types> <members>[TriggerTestClassName]</members> <name>ApexClass</name> </types> <version>59.0</version> </Package>
package.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <version>59.0</version> </Package>
-
Sign in to Salesforce Workbench at https://workbench.developerforce.com/. Select your preferred environment (sandbox or production) from the dropdown in the top-right corner.
-
Navigate to Migration > Deploy.
-
Choose the archive files you created in step 1, and select Rollback on Error and Single Package.
-
In the dropdown next to Test Level, select RunAllTests. Next to Run Tests type the name of the trigger test class
TriggerTestClassName
. Click Next. -
Click Deploy to start your deployment. You'll see the status Succeeded once the deployment is complete.
-
Go to Object Manager > Knowledge__kav > triggers to make sure the trigger was removed.
First, make sure you've installed everything you need – see the section What You Should Know Before Installing above.
To install Acrolinx in Salesforce, follow these steps:
-
Request the installation URL and installation key. You'll need to use the URL specific to the type of instance you want to install.
Install a Production Instance
URL: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005hkqFAAQ Key: lfQdkNb3ike6qx
Install a Sandbox Instance
URL: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005hkqFAAQ Key: lfQdkNb3ike6qx
Tip
Want to see a complete list of the package components? Click View Components at the bottom of the install page for Acrolinx for Salesforce Knowledge.
-
Follow the Salesforce instructions for installing managed packages.
Warning
After you install the integration, you'll need to take some extra steps before you can check your Salesforce content with Acrolinx. Visit the Acrolinx for Salesforce Knowledge Admin Guide for these technical details.
To update Acrolinx for Salesforce Knowledge, follow the steps under Install. You don't need to remove the older version first.
Once you've installed the updated version of Acrolinx for Salesforce Knowledge 3.6, follow the steps in the Admin Guide to complete the setup. Before you set up automated checking, be sure to remove the old score calculation trigger if you have one.
Notice
Depending on your previous installation, you may find that some of the setup steps for Acrolinx for Salesforce Knowledge are already complete.
To remove the score calculation trigger from Salesforce, to the following:
-
Manually create an archive with the files
destructiveChanges.xml
andpackage.xml
.Tip
Replace
TriggerName
andTriggerClassName
with the corresponding names that are used in your org.destructiveChanges.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>[TriggerName]</members> <name>ApexTrigger</name> </types> <types> <members>[TriggerTestClassName]</members> <name>ApexClass</name> </types> <version>59.0</version> </Package>
package.xml:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <version>59.0</version> </Package>
-
Sign in to Salesforce Workbench at https://workbench.developerforce.com/. Select your preferred environment (sandbox or production) from the dropdown in the top-right corner.
-
Navigate to Migration > Deploy.
-
Choose the archive files you created in step 1, and select Rollback on Error and Single Package.
-
In the dropdown next to Test Level, select RunAllTests. Next to Run Tests type the name of the trigger test class
TriggerTestClassName
. Click Next. -
Click Deploy to start your deployment. You'll see the status Succeeded once the deployment is complete.
-
Go to Object Manager > Knowledge__kav > triggers to make sure the trigger was removed.
First, make sure you've installed everything you need – see the section What You Should Know Before Installing above.
To install Acrolinx in Salesforce, follow these steps:
-
Request the installation URL and installation key. You'll need to use the URL specific to the type of instance you want to install.
Install a Production Instance
URL: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t2I000000KnTiQAK Key: o7LWZe5kjpXg
Install a Sandbox Instance
URL: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t2I000000KnTiQAK Key: o7LWZe5kjpXg
Tip
Want to see a complete list of the package components? Click View Components at the bottom of the install page for Acrolinx for Salesforce Knowledge.
-
Follow the Salesforce instructions for installing managed packages.
Warning
After you install the integration, you'll need to take some extra steps before you can check your Salesforce content with Acrolinx. See the Acrolinx for Salesforce Knowledge Admin Guide for these technical details.
When you update Acrolinx for Salesforce Knowledge, some of the components won't refresh automatically. There are a few things that you need to do before you can start using the latest version.
Some of the layouts may have changed between versions, so you'll need to update them.
-
Go toSetup > Object Manager > Acrolinx Batch Check > Page Layouts.
-
Click on Page Layout Assignment > Edit Assignment.
-
Select all profiles from the list (press ctrl or cmd + click), and select Acrolinx Batch Job Layout next to Page Layout to Use.
-
Click Save.
-
Repeat the steps above for the Acrolinx Batch Job Row Layout.
After you update your layouts, you can add the new fields to the Search Layout and List View for the Acrolinx Batch Check object.
-
Go to Setup > Object Manager > Acrolinx Batch Check > Search Layouts.
Tip
Don't see Search Layouts? Go to Setup > Tabs. Click Edit next to Acrolinx Batch Checks and then Save.
-
ClickEdit next to Default Layout.
-
Remove Created Date from the Selected Fields list, and addthe following fields to the Selected Fields column:
-
Start Time
-
End Time
-
Status
-
Average Score
-
-
Click Save.
-
Go to the Check History tab in the Acrolinx App.
-
Select All under Select a List View.
-
Click List View Controls and then Select Fields to Display.
-
Remove Created Date from the Visible Fields column, and add the following fields to the Visible Fields column:
-
Start Time
-
End Time
-
Status
-
Average Score
-
-
Click Save.