Skip to main content

Questions tagged [attachment]

A standard Salesforce object representing file attachments related to another standard or custom object.

0 votes
0 answers
24 views

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) ...
Nate's user avatar
  • 101
0 votes
0 answers
52 views

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 ...
Keria Shadow's user avatar
0 votes
1 answer
54 views

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": ...
Synaptic's user avatar
-1 votes
1 answer
84 views

I have an Email Template with 3 attachments. I want to query both of those attachments' Content Document. How can I achieve this case?
Tuấn Trần quốc's user avatar
2 votes
1 answer
163 views

I'm trying to query the attachments related to a record like this: query getAttachments($recordId: ID) { uiapi { query { Attachment ( where: { ...
Michael Sobczak's user avatar
0 votes
1 answer
721 views

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 ...
John Gilani's user avatar
1 vote
1 answer
878 views

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 ...
bnthsrikanth's user avatar
0 votes
0 answers
62 views

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 ...
denvergreene's user avatar
  • 1,258
-1 votes
1 answer
165 views

Is there a way to add a pdf attachment to a classic email template without using visualforce coding? Thanks
Amal Dev's user avatar
0 votes
0 answers
40 views

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 ...
Salman's user avatar
  • 1
1 vote
1 answer
331 views

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 ...
Mateusz Hernik's user avatar
1 vote
1 answer
166 views

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 ...
Chuck's user avatar
  • 1,057
0 votes
1 answer
460 views

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 ...
Patlatus's user avatar
  • 18.8k
-1 votes
1 answer
204 views

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)?
Pedro Van's user avatar
0 votes
1 answer
143 views

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 ...
Slavik's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
48