• Samu
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 18
    Questions
  • 8
    Replies

Hi All ,

 

  While creating a template in lead object the link is not working.

  Lead.Link

while using the template the link is populate in mail.

 

Can any one help me is highly appreciated.

 

 

Thanks

Samu

Hi All,

 

 I am writting a trigger to auto convert  qualified lead to oppertunity .After conversion i need to redirect  to oppertunity detaiol page .I am creating a class like below

 

 

 

public class RedirectOpportunity{
 public static PageReference sendLink(String oppId){
          PageReference pageRef = new  PageReference('/' + oppId);
           pageRef.setRedirect(true);
          return pageRef;
   }
}

After this I m calling this method from trigger and passing the oppertunity Id into that class.

It is not redirecting Can any one help me please .

 

 

Thanks

Samu

Hi All,

 

    I have a requirment like i want to block those email address to create case whose extension is @something ,What I need to do this in email to case creation .

 

Any one please give me solution is highly appreciated.

 

 

Advance thanks

Samu

Hi All,

 

     I want to know how many custom lable are there in my organisation.Is there any way to find that .Atleast in which object they r storing these custom lable .

 

 

Thanks  in advance,

Samu.