I'm trying to work out what exactly in the config of these buttons make them JavaScript buttons? I have others with similar config which are not appearing on the JavaScript page, so very confused.
Button 1
/a03/e?
Name=NEW
&CF00ND0000006EYUB={!Financial_Summary__c.Name}
&00ND0000006EYVl={!Financial_Summary__c.Start_On_Site__c}
&00ND0000006EYVD={!Financial_Summary__c.Construction_Completion__c}
&retURL={!Financial_Summary__c.Id}
Button 2
/a0V/e?
Name={!Project_Feedback__c.Name}/Action
&CF00ND00000068z6D={!Project_Feedback__c.Name}
&CF00ND00000068z6g={!Project_Feedback__c.Project_Name__c}
&CF00ND00000068z6e={!Project_Feedback__c.Organisation_Name_1__c}
&CF00ND00000068z6f={!Opportunity.Delivery_Project_Leader__c}
&retURL=%2F{!Project_Feedback__c.Id}
&saveURL=%2F{!Project_Feedback__c.Id}%23{!Project_Feedback__c.Id}_00ND00000068z6D_target
@Claire Jones ,
It seems to me that those JavaScript buttons set data onto the URL for the specific object the button resides in. Have you tried to replace the variables manually and create a URL to see the behavior?