Overview
In the standard Kantata OX Salesforce integration setup, you can update the Budget, Title, and Lead fields for the Kantata OX project. Additionally, the integration allows you to automatically sync these fields between Kantata OX projects (in both Salesforce and Kantata OX) and Salesforce Opportunities.
For example, Title would sync the Kantata OX Project Title to the Opportunity's Name. If you updated the Opportunity Name, the Kantata OX Project Title would also immediately update. This article outlines how to sync each field.
Requirements
- You must be an Administrator in Salesforce. You can also log into your account as the Integration User who set up your Salesforce integration.
- You must have at least Project Lead account permissions in Kantata OX, and be a participant in the project.
How to Sync Salesforce Opportunities and Kantata OX Project Fields
- Log in to Salesforce.
- Navigate to the Setup page.
- Navigate to Mavenlink Configuration > Integration Options.
- Click Edit.
- Under the Project Options (Standard Auto-Created Projects Only) section, select the Kantata OX project fields you want to manage. You can select multiple fields.
-
Click Save. The selected project fields are now updated by Salesforce Opportunities.
- The budget of the Kantata OX project now syncs with the associated Opportunity's Amount field.
- The title of the Kantata OX project now syncs with the associated Opportunity Name field.
- The project lead of the Kantata OX project does not sync with a standard Opportunity field, but with the Mavenlink Project Lead Lookup Field. This field references the API of another Opportunity field that holds the email address of the user who is going to be added to the project as the project lead.
How to Enable the Kantata OX Project Lead Lookup Field
- Create a custom Opportunity field in Salesforce.
- Navigate to the Opportunities tab.
- Open the Quick Access Menu by clicking on the arrow to the right side of the page.
- In the Quick Access Menu, click on the + New button next to View Fields to create a custom field for the Opportunity object.
- Select Lookup Relationship as the data type.
- Click Next.
- Select User as what you want to look up with this field.
- Click Next.
- Enter a label and name for the field. You can also add a description and help text.
- Click Next.
-
Select permissions for who can view and edit the field.
- Visible — Enabled only for users who can edit the field.
-
Read-Only — Enabled for users who can view the field, but not edit.
Note: Visible is auto-selected, but the user cannot edit when Read-Only is also enabled.
- Click Next.
- Select page layouts that should include this field.
- Click Save. The new custom field is now created.
- Scroll down to the Opportunity Custom Fields & Relationships table, and copy the API Name of the new custom field.
- In a text editor, insert the API Name into this line of text:
Opportunity.Insert_API_Name_Here.Email
(e.g.Opportunity.User__c.Email
) - Copy the modified line of text.
-
Make sure the user you want to set as the project lead in a Kantata OX project is added to it. Otherwise, the user will not populate on this list. To do this, please follow these steps:
- Navigate to the Setup page.
- In the Quick Find box, search for
users
. Under Administer > Manage Users, select Users. - Click New User.
-
Enter details for the new user. Make sure the email address set for the user matches their email address in Kantata OX.
-
Click Save.
- Navigate to Mavenlink Configuration > Opportunity-Level Project Settings.
- Click Edit.
- Under Project Creation, in the Mavenlink Project Lead Lookup Field, paste the
Opportunity.Insert_API_Name_Here.Email
line of text from Step 1p. The project lead of the Kantata OX project will now sync with this field. - Test your configuration by creating a test Opportunity and specifying a user as the project lead. The new project in both Salesforce and Kantata OX should display the user as the project lead.
NOTE
The information in Opportunities overrides the information in Kantata OX projects (in either Kantata OX or Salesforce). If you try to update a Kantata OX project with data that does not match data in its associated Opportunity, the information will change back to match the Opportunity data during the next hourly job sync, or whenever the Opportunity is updated next.
For example, if the Amount was originally set to $1000 in the Opportunity, and you try to change the project budget in Kantata OX to $1500, the integration will change it back to $1000.
Comments
0 comments
Please sign in to leave a comment.