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
kdcSFDCliferkdcSFDClifer 

Enter a URL that is valid and well-formed on a Custom Button Creating a Task

I've searched the communities for a fix for this, and it looks like an update in '13 affected the URL custom button creation.  I am simply trying to do the following:

Create and save a task from a custom object.
The assigned should be pulled in from a User Lookup field on the Custom Object.
The status should be not started
The due date should be today + 3 days
The subject should be "Provide Estimated Cost"

/00T/e?retURL={!Program__c.Id}
&what_id={!Program__c.Id}
&tsk5="Provide Cost Estimate for {!Program__c.Name}"
&tsk4={!TODAY()+3}
&tsk1_lkid={!Program__c.Operations_LeadUId__c}
&tsk12="Not Started"
&saveURL={!Program__c.Id}
&save=1

I keep getting the URL error but no syntax error.
Jen BennettJen Bennett
I know they had a security update that prevents the save=1 from working. Not sure if you can or have had salesfoce reenable it but here is a link to a similar issue. The javascript button would be a good alternative. https://success.salesforce.com/answers?id=90630000000h1EvAAI 
kdcSFDCliferkdcSFDClifer
Thank you so much!!! I’ll request the feature to be enabled now. — K.D. Carter | Business Systems Analyst ION Geophysical Corporation | Information Technology Office: 281.879.3585 Mobile: 832.344.6672 | krystal.carter@iongeo.com