Skip to main content
I used this link in my Vf page, PFA

 

<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;"/>

 

How can i rename log a call to log an activity?
2 Antworten
  1. 23. Feb. 2015, 08:30
    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
0/9000