function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
wkirklandwkirkland 

Auto Case Comment

We use cases pretty extensively and are in need of a solution to automatically add an activies comments to the related cases' comments. We currently do this manually but the task seems redundant. I know we need to develop a custom process that runs when the activity is saved using the API, but I cannot determine where to locate this process. If someone could point me in the right direction I would greatly appreciate it. I'm confident that with the right direction we can develop the process using the API without further support.
 
Thanks for your help.
tschatztschatz

This page helped me get started. You could accomlish what you are looking to do using Apex code.

The Day Lab Excerses at the bottom of the page got me rolling.

Hope it helps.

_t

wkirklandwkirkland
Sounds like these day labs will illustrate how to start coding using the Salesforce API. Sorry to drag this out, but where might I locate this information? Also, I'm not still not sure where this customer code should be located in order for it to run this process automatically. Can you clarify?
tschatztschatz

Sorry I thought I included the link tot he page.

Here's the link:

http://wiki.apexdevnet.com/index.php/Getting_Started_with_Apex_Code

 

wkirklandwkirkland
Thanks. I will give that a try.