Questions tagged [attachment]
A standard Salesforce object representing file attachments related to another standard or custom object.
714 questions
0 votes
0 answers
24 views
Outbound email attachment encryption
We want to send confidential attachments outbound from SalesForce. Ideally this would be as a link so that the files can be removed in the event of an issue (e.g. incorrect addressee or attachment) ...
0 votes
0 answers
52 views
SF MC Next PDF Attachment
Hey everyone we are currently looking into secure invoice pdfs to B2B customers. The company might switch to MC Next though. I tried to read up but couldnt find anything in regards to attachments in ...
0 votes
1 answer
54 views
Attachment Body field has a json structure instead of an URI
We are trying to fetch all attachments from salesforce organization. After some attachments, the query more results API returns the below structure "totalSize": 621369, "done": ...
-1 votes
1 answer
84 views
How to query ContentDocument of Email Template's Attachments?
I have an Email Template with 3 attachments. I want to query both of those attachments' Content Document. How can I achieve this case?
2 votes
1 answer
163 views
graphQl doesn't support attachments?
I'm trying to query the attachments related to a record like this: query getAttachments($recordId: ID) { uiapi { query { Attachment ( where: { ...
0 votes
1 answer
721 views
ContentDocumentLink Trigger referencing User Object for LInkedEntityID
I have a requirement to create an Email notification when an attachment is added to a custom object. I have seen other questions and resolutions here that reference the fact that LinkedEntityId cannot ...
1 vote
1 answer
878 views
What is the difference between Blob.valueOf and EncodeUtil.base64Decode?
I've a scenario where i'm saving the file as content version is attching to a record when i use blob.valueOf() it's failing and when i use EncodingUtil.base64Decode() the method is creating record . I ...
0 votes
0 answers
62 views
Show Campaign Files on Lead/Contact
My Sales Development team would like to see what content a potential customer saw. So Marketo is syncing campaign information, adds a lead to a campaign, and attaches some files to the campaign. Is ...
-1 votes
1 answer
165 views
Add attachment to email template
Is there a way to add a pdf attachment to a classic email template without using visualforce coding? Thanks
0 votes
0 answers
40 views
How to download attachment of type image in bulk
I have an Object of Case, where we will have related object named Defect_Rectification_Item__c. Inside this defect object, we will have attachment of type image. How can I download all the image in ...
1 vote
1 answer
331 views
Error during saving FeedItem with type ContentPost using API above 35
I am trying to save FeedItem with attachments. In that case I set type of FeedItem to ContentPost. During saving FeedItem I am getting 2 errors of FIELD_INTEGRITY_EXCEPTION type: ContentFileName is a ...
1 vote
1 answer
166 views
How can I store a large file in Attachments?
Our team has built a caching system for lengthy data analyses that we're already using for two types of analyses. I'm working on a third type where the file size of the analysis (zipped) is over 100 ...
0 votes
1 answer
460 views
What is the efficient way to programmatically fetch binary blob data for automation?
Bulk API 2.0 which is the most efficient way to fetch data in range between 2000 and 15000000, doesn't support binary (blob) data in ContentVersion VersionData and it also doesn't support Attachment ...
-1 votes
1 answer
204 views
How to make an attached document to record visible only for the owner
How to make an attached document to record visible only for the owner of record (custom object) and not visible for other users (for wish record is visible)?
0 votes
1 answer
143 views
Attachment sent incorrectly
I set up sending an attachment in my email using an amp script. %%[ var @customerKey, @fileAlias set @fileName = "https://drive.google.com/file/d/1234567890/view?usp=sharing" set @fileAlias ...