Questions tagged [preview]
The preview tag has no summary.
26 questions
5 votes
1 answer
1k views
sf project deploy preview shows conflicts, but files are identical
When I run sf project deploy preview it shows particular files as conflicted. However, when I run SFDX: Diff File Against Org, it shows as identical. What does it mean to have a conflict when ...
2 votes
2 answers
2k views
Preview Omniscript as different user?
I have created an Omniscript who's components rely heavily on the current user's id. I am using the environment variable userId. An example of this is use is that I pass userId to a Dataraptor that ...
1 vote
0 answers
933 views
PDF File Preview Not Showing Correctly - Setting "Display alternative file previews" Doesn't Work
I have a problem with PDF File previews which are attached to Account records in Salesforce. When users enter inside the 'Related' tab and try to preview a PDF file, not all the contents inside the ...
1 vote
1 answer
1k views
List of file types that generate a thumbnail preview?
Is there a list of file types/extensions that Salesforce create a preview of? ie. when using /sfc/servlet.shepherd/version/renditionDownload?rendition=THUMB720BY480&versionId=${versionId} For ...
0 votes
1 answer
207 views
SFDC Probelm while viewing preview in LWC
While previewing the document , it is showing no preview, please give input if possible , and i have pasted the code below handleDocumentView(event){ console.log('view button called'); console.log(...
1 vote
1 answer
2k views
How to pass data from javascript controller to iframe in LWC
I am trying to pass a pdf as a preview to an Iframe in LWC. Note: a preview, not showing an existing pdf I followed following example: How to render a PDF generated with jsPDF in a LWC How do I pass ...
0 votes
2 answers
1k views
Where is the emailID?
I want to create an email and send a test email using API. I have been following this tutorial - https://gortonington.com/email-send-preview-and-test-sends-via-rest-api/ In order to send a test email ...
0 votes
1 answer
232 views
SFMC: Can the HTML exceeded notification be omitted when previewing and testing emails?
Being a part of a team of marketeers sending campaign mails daily to +10 markets, we're constantly bothered by the polite SFMC warning telling us our HTML exceeds the limit of some mail client when ...
3 votes
2 answers
342 views
The request to create a scratch org failed with error code: VR-0003
I am trying to create a Scratch Org with a Release of Preview. This is the project-scratch-def.json file: { "orgName": "Winter 23 Preview Org", "edition": "...
0 votes
1 answer
79 views
How can I stop Email Preview from executing API calls?
Trying to institute tokenized links in the emails that will allow users to sign-in to the company's website without having to enter credentials. Tokenized links are generated by the company backend on ...
2 votes
3 answers
2k views
How can I preview entire ContentVersion file (not just the first page)?
I am using the following URL format to preview a PDF ContentVersion file inside a LWC: /sfc/servlet.shepherd/version/renditionDownload? rendition=SVGZ&versionId=0687Z000002EkVc&...
0 votes
1 answer
5k views
Preview is not available for content documents
I have enabled lightning knowledge in our developer sandbox and we have content documents in the files related list. But we can't see the file preview and giving an error saying preview is not ...
0 votes
2 answers
1k views
Send a test without being Subscriber
If I have a DE and is properly linked using SubscriberKey, when try to send a test, it says success but is not sent. So there's no way to create a test if I have not added manually this email as an ...
0 votes
1 answer
723 views
Document CheckList and Einstein Form Reader Permission Sets not available on Winter'21 Preview Instance
I am trying out the 'Intelligent Document Automation' feature that has come in Preview Instances of Winter'21 Release. For using this feature, there are certain Permission Sets, Settings that need to ...
9 votes
1 answer
4k views
ContentDocument Preview in LWC in Communities. Is there a ConnectApi.ContentHub.getFilePreview Equivalent?
I'm trying to create a custom version of the File Preview Modal that appears in Lex when using this approach: Using Navigation Mixin with a page name of 'filePreview'. That approach doesn't work in ...