You need to sign in to do that
Don't have an account?

Custom Button to point to a Specific Activity Record Type
Hello - i'm lost! I'm trying to create a custom list button that will live on the account page under the Activity Related List. I'd like the user to click this button and essentially 'Log A Call' using a specific record type. I'd also like to populate the subject line of the task.
Is this even possible? Any help would be appreciated - even resources on where to look. Thanks!
This should do it
New Task Button
/00T/e?title=Call
&who_id={!Account.Id}
&tsk5=Call
&followup=1
&tsk12=Completed
&tsk4={!Today}
&RecordType=RECORD-TYPE-15CHAR-ID
&IsReminderSet=0
&retURL=/{!Account.Id}
This will only work on the Activities related list on the Account page.
Thank you! I did encounter an error when executed. I get the following error:
Expected ';'
I have the button set as a List button, Execute Javascript, OnClick JavaScript.
Also, any resources out there that might help me understand how to create these myself. I'm getting some of it, but some parts aren't making sense.
Thanks again for your help!