How can I show the Billable/Non-Billable Status of a time entry in Salesforce?

How can I show the Billable/Non-Billable Status of a time entry in Salesforce?

How can I show the Billable/Non-Billable Status of a time entry in Salesforce?

Solution

The billable/non-billable status of the task type in Harvest does not automatically come into Salesforce, but here is one way you can achieve the same thing:
 

1. Create a formula field on the time card record in Salesforce called "Billable" of type text with a formula similar to this:
 
IF(OR(
ISPICKVAL(Project_Expense__r.Project2__r.InvoiceMethod__c,"This project is not billable"),
FIND("No Charge", Task_Type__c)>0 ),"Non-Billable","Billable")

2. Create one or more task types in Harvest that contain the string "No Charge".  

3. When the Task Type label is brought into Salesforce, the formula field will indicate if it is billable or not.


    • Related Articles

    • Time Entries older than 5 years are not being synced

      Time Entries older than 5 years are not being synced Problem When I sync my project time entries from Harvest that are older than five (5) years, they are not being added or updated in Salesforce. SolutionFor clients on version v2.7 or lower of ...
    • Harvest Project and Time Entries have disappeared

      Harvest Project and time entries have disappeared. Problem Harvest Project and Time Entries have disappeared. Solution If your HarvestSync license expires, you will no longer be able to view the Project and Time Entries objects. The data is still ...
    • What information is synced with HarvestSync?

      What information is synced with HarvestSync? The HarvestSync application syncs the following information: Time Entries are synced one-way from Harvest to Salesforce The Toggle Project button in Salesforce will archive or unarchive a project in ...
    • Exceeded max size limit of 6000000 Error

      Exceeded max size limit of 6000000 Error is in expression '{!sync}' in component <apex:page> in page h2s:harvestsyncprojectentries: (H2S) Problem Error occurs when you click the button that says 'sync harvest time entries'. This may happen in ...
    • Some Projects in Harvest are not syncing

      Some Projects in Harvest are not automatically syncing Problem Some projects sync to Salesforce, but not all projects. Solution 1. Make sure the Project Code External Id field in Salesforce has a unique match in Harvest. The code has to be unique in ...