function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Farrukh_5Farrukh_5 

Where are Lead Attachments???

Hello All,
 
I am wondering :smileyindifferent: :smileymad:  becuase I've attached a file with a new Lead creation process, using the SalesForce webservice in .NET
 
the APEX Explorer shows there is an attachment record in the "Attachment" object (table) in salesforce but  where to find a link to that file in SalesForce interface?????
 
 
PS: I've set the "ParentId" of attachment to LeadId... and in the APEX Explorer it shows the correct ParentId too
 
 
Thanks
Best Answer chosen by Admin (Salesforce Developers) 
werewolfwerewolf
You need to add the Attachment related list to the Lead page layout.  Then you'll see it.