• Aishwarya Rao 6
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 6
    Replies
Hello Team,
Is there any way to hide the converted value in the Lead status picklist field?

Thanks & Regards
Aishwarya Rao R
I have created an email template and used it in approval process.When i test the template it works fine.But when I test it with a different user they are getting blank emails.Can anyone help me what is the issue? where I might be wrong?

Thanks & Regards,
Aishwarya Rao R
Hello Friends,
What does the following error mean
 "Error: Organization Administration Locked"?
How to resolve it?
Hi Friends,
 Am trying to create a Trigger on Account object but am getting the Error as : Loop variable must be of type Account at line 4 column 14
 Can anyone give me a solution to the following code

 trigger accTrigger on Account(After Insert) {
 
 set<string> names  =  new set<string>();
 for(account acc : trigger.new) {
  }
}
I have created an email template and used it in approval process.When i test the template it works fine.But when I test it with a different user they are getting blank emails.Can anyone help me what is the issue? where I might be wrong?

Thanks & Regards,
Aishwarya Rao R
Hello Friends,
What does the following error mean
 "Error: Organization Administration Locked"?
How to resolve it?
Hi Friends,
 Am trying to create a Trigger on Account object but am getting the Error as : Loop variable must be of type Account at line 4 column 14
 Can anyone give me a solution to the following code

 trigger accTrigger on Account(After Insert) {
 
 set<string> names  =  new set<string>();
 for(account acc : trigger.new) {
  }
}