• Ayiravalli Arasu
  • NEWBIE
  • 5 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hi,
I want that whenever user clicks on Activities tab, he should bydefault land on the Today's tasks list view. How can we do it? and if it is through visual force page, then how do we write a code for that.?
Hi Guys, 

We have 2 lists one is a List of type string and other of type object. My requirement is to check if all values in string list exists in object list. If no then false. 

List<string> A = new List<string>();
List<Contact> Contactlist = new List<Contact>();

Requirement: need to check if All values in the list A should exist in Contactlist if no then false. 

Thanks, 
Prasanna