• Nadeem Khan 71
  • NEWBIE
  • 10 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies

I have done this in a Sandbox and given all the relevant permissions to gain access to this object, but it does not display. I selected Inspect Source on the page, and it displays the following error message(s): 

Failed to load resource: the server responded with a status of 500 (Server Error)  
send @ connection.js:594
connection.js:1014
----------------------------------------------------------------------------------------
Uncaught
sforce.Xml
detail: sforce.Xml {InvalidFieldFault: s…e.Xml}
faultcode: "sf:INVALID_FIELD"
faultstring: "INVALID_FIELD: \nSELECT Id, Resource__c, Title__c, Description__c, StartDate__c\n ^\nERROR at Row:1:Column:25\nNo such column 'Title__c' on entity 'ResourceBooking__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names."
[[Prototype]]: Object
----------------------------------------------------------------------------------------
Uncaught ReferenceError: $tplan is not defined
    at HTMLAnchorElement.<anonymous> (planner.init.js:143:9)
    at HTMLAnchorElement.dispatch (jquery.min.js:3:8436)
    at r.handle (jquery.min.js:3:5139)


Anyone have any suggestions please? 

I have done this in a Sandbox and given all the relevant permissions to gain access to this object, but it does not display. I selected Inspect Source on the page, and it displays the following error message(s): 

Failed to load resource: the server responded with a status of 500 (Server Error)  
send @ connection.js:594
connection.js:1014
----------------------------------------------------------------------------------------
Uncaught
sforce.Xml
detail: sforce.Xml {InvalidFieldFault: s…e.Xml}
faultcode: "sf:INVALID_FIELD"
faultstring: "INVALID_FIELD: \nSELECT Id, Resource__c, Title__c, Description__c, StartDate__c\n ^\nERROR at Row:1:Column:25\nNo such column 'Title__c' on entity 'ResourceBooking__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names."
[[Prototype]]: Object
----------------------------------------------------------------------------------------
Uncaught ReferenceError: $tplan is not defined
    at HTMLAnchorElement.<anonymous> (planner.init.js:143:9)
    at HTMLAnchorElement.dispatch (jquery.min.js:3:8436)
    at r.handle (jquery.min.js:3:5139)


Anyone have any suggestions please? 

So I'm sure that this challenge has been solved in somewhere.  Here's what I'm looking to do.  Our phone integration with Salesforce populates the Comments field on the Task object with the information below.  I want to parse each line and take specific text from each line to populate a custom field.  Any help would be greatly appreciated.

For example:
Call status: Connected - I would like to capture the word "Connected" and populate a custom field called Call Disposition.  
Duration of the call: 00:00:38  - I would like to capture the time element (00:00:38) and populate a Call Duration field.

Call started at: 09:05 AM Wed, Aug.17 
Call ended at: 09:06 AM Wed, Aug.17 
Duration of the call: 00:00:38 
Caller: 5089587007 
Extension: 1004 
Call status: Connected 
Comments: Testing workflow to update task type field to Call