• LATHA RAJ
  • NEWBIE
  • 20 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 1
    Replies
Hi ,

I have list view custom button build using VF , can we restrict that button for only certain users? please advice
Hi 
I have custom object and the related list is Notes and attachments..i have to write trigger on Notes to capture the latest notes to the custom field?
Please let me know if this is possibe...
Hi 
I have custom object where i want the Send Email button and onclick it should lauch VF page.How i achieve this...
Please Help to fetch data  from following objects

customobject 1 related to contact and customobject 2

contact related to customobject1 and customobject 3

i wanted to get data from customobject1 ,customobject2 and customobject3 from contact 

Thanks
PLEASE HELP WITH FOLLOWING QUERY...
 i am trying to fetch data from contact to two related custom objects 
SELECT id,name FROM Contact where ID IN (SELECT Contact__c FROM custom object 1 WHERE NAME ='abc') AND (SELECT Contact__c FROM custom object 2 WHERE Name ='xyz')
please help with this request need to find duplicates of street between two different accounts in lead object
lead object
partner account= abc, xyz AND Is Converted equals False
find matching street address
 
please help with this request need to find duplicates of street between two different accounts in lead object
lead object
partner account= abc, xyz AND Is Converted equals False
find matching street address