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
divedaddy03divedaddy03 

Log A Call button - Custom Build, HELP!

I'm the administrator to our SFDC system and I can't figure out how to build the apropriate visualforce page for our needs.

 

Here's what we currently have (the generic page).

 

 

https://lh4.googleusercontent.com/-c9L0rD2DoY4/UGExxT_0WdI/AAAAAAAABwA/smWxg_I2VBM/s1222/logacall_old.JPG

 

I need to find a way to change it to something like the below.

 

Here's why.  

I need to be able to report on the "result" of the calls being made to the contacts and accounts.

I need the default value of the result to be "not available" for ease of use as we log over a hundred calls per day.

I need the "schedule follow up task" at the bottom of the VF page to be configured in the same manner.

 

https://lh5.googleusercontent.com/-JFZXgiUG9Wg/UGExwsbfUGI/AAAAAAAABvs/xq04JFqS0RI/s1223/logacall_new.JPG

 

Here are two additional images that have examples of the expanded scope of the "subject" and "result" fields.

 

https://lh5.googleusercontent.com/-2Gry-NIntMw/UGExw3jcThI/AAAAAAAABvw/3VIsaMA5vv4/s1223/logacall_new_subject.JPG

 

https://lh5.googleusercontent.com/-m7GJHEAu2GM/UGExw4ZWFNI/AAAAAAAABv0/tgjx-PxzSdg/s1157/logacall_new_result.jpg

 

Really, I'm getting lost with this part of the project as I'm having a hard time educating myself with all of the formulas and coding.

Is there any templates that would be similar to this that I could edit....??

OR, maybe there is somebody here that could point me in the proper direction.

 

Thanks in Advance,

 

Wayne

@anilbathula@@anilbathula@

Hi divedaddy03

 

I think when u  click log a call button the Result and the Subject Should apper automatically.

if iam right then u can do this by passing parameters with url.

create a custom button and pass the url to the button.

check this link for example:-

http://raydehler.com/cloud/clod/salesforce-url-hacking-to-prepopulate-fields-on-a-standard-page-layout.html

 

Thanks

Anil.B

 

 

divedaddy03divedaddy03

Thanks for the link/tip! 

I'm not sure though that my issue is the button, I know how to redirect and/or create a costom button but don't I need to create a new VF page for it to redirect too?

Maybe I'm not understanding my issue or your suggestion properly?

 

I thought that I needed to create a new visualforce page that mimics the three lower images and then create a custom log a call button that points to that page?

 

In addition to (and maybe I should have explained in the first post), the three images are screen shots from somebody elses SFDC that I'm a user on but not a admin.  I'm trying to build a "log a call" feature/page that will act as the one that they have (bottom three images). 

 

Maybe there is a template somewhere that I haven't found?

 

Thanks in advance,

 

Wayne