<apex:commandLink action="/00T/e?title=Call&who_id={!Contact.Id}&followup=1&tsk5=Call&retURL={!Contact.Id}" value="Log an Activity" target="_top" styleClass="btn" style="text-decoration:none;padding:3px 3px;"/>
2 Antworten
No,
If you are using standard page, we can't change labels or header. We can change the default value of input fields by passing value in URL, But Header and label are can't be hack by url. You need to go with VF page.
Thanks,
Raj