Skip to main content

Questions tagged [visualforce]

Visualforce relates to questions where the Visualforce language or framework are concerned. This is primarily VF pages, components, PDF rendering, and email templates. This would only cross-over to Lightning where Lightning Out (Lightning for VF) or VF pages using SLDS or being used in LEX. Where a question relates to Apex invoked as part of a VF page, this tag would also be appropriate.

0 votes
1 answer
32 views

Change the presence status of a user via an API

From an external app I would like to change the presence status of a user via an API. I was not able to figure out if there is a public API but found this js code that supposedly works in an apex vf ...
Z T's user avatar
  • 101
1 vote
1 answer
24 views

Does <apex:outputText> as any character limitation

Does <apex:outputText value="some text"> as any character limitation? Can it accommodate text up to 32k characters?
sfdcTod's user avatar
  • 23
0 votes
0 answers
13 views

apex:comandButton not rendering when given an action

I have a VF page with an apex:comandButton. This does not display if i give the action attribute. It renders fine if the action attribute is removed. To work around it i thought i would create an ...
Prady's user avatar
  • 12.3k
0 votes
1 answer
21 views

how can we handle fixed width and fixed height, float or position: absolute or fixed in aura components in security review

.THIS .slds-docked-composer{ float : right !important; } .THIS .messageInput { height : 380px !important; width : 320px !important; } How can we avoid using of fixed height and fixed ...
Mohammad Afzal's user avatar
-1 votes
0 answers
25 views

Vf page link in community home page not working

In the VF page, I have this link which was added to the community home page to redirect to the salesforce app page. I am getting the base url but the page is not redirecting. can someone help with ...
Vanitha Mani Vlog's user avatar
-2 votes
0 answers
25 views

Visualforce page link error

I have a link in visualforce page.This page added to community home page where if the text is clicked it should go to salesforce app page.i got the base url but along side sfsites/c/idstp =p1 also ...
Vanitha Mani's user avatar
-1 votes
0 answers
31 views

System.VisualforceException: Update access denied for SCSCHAMPS__Appointment__c, controller action methods may not execute

I have a Visualforce page where Contacts(Hr) will login using provided username and password. in next page appointmwent records will be displayed. Then when the record is selected it will redirct to ...
Shivani Koppad's user avatar
0 votes
0 answers
35 views

Can you create a Visualforce Page that fills the entire document body?

I've created a test Visualforce page in a test app. Is it possible to setup your own page without this standard Salesforce header at the top? So no tabs, global search or setup icons - just an empty ...
Chap's user avatar
  • 53
0 votes
0 answers
19 views

Variable does'nt exist error while pushing the source code to the scratch org

I have tried to push the source code to my scratch org using this command sfdx force:source:push I'm getting component failures and deployment is getting failed below are the errors Variable doesn't ...
Kruteeka ms's user avatar
0 votes
0 answers
17 views

Displaying message on terminated session device and redirect to community login page

We have a login flow in our community. If a second user logs in with a user that is already logged in, it terminates the old session and continues with the new one. There is no issue with terminating ...
ozanozaydemir's user avatar
-1 votes
0 answers
26 views

How to generate Accessibility PDF for screen readers in Salesforce

We're generating PDF using Visualforce Page. We have a specific requirement, the PDF to be readable by screen readers. Even we tried to create with SDOCS and downloaded the PDF but unable to create ...
Venny's user avatar
  • 1
0 votes
1 answer
22 views

VisualForce page data not displaying after adding to 'Notes and Attachments'

As the below given, there is a quick action in Account page, which enters Contact details and on saving, it redirects to the Contact page where a pdf is attached in the 'Notes and Attachments' of ...
Suvankar Roy Chowdhury's user avatar
0 votes
1 answer
32 views

How to increase file upload limit to 100 mb using visualforce page in salesforce

Currently using apex:inputfile in vf page to upload image which have a hard limit of 10MB And my requirement is finding a workaround to increase the limit to 100MB. Approach I am trying is created an ...
Sidd's user avatar
  • 1
1 vote
1 answer
34 views

In LWC Visualforce iframe not showing in experience site

I have assigned visualforce and apex class on guest user profile.Also i enabled Available for Lightning Experience, Experience Builder sites, and the mobile app. But still in experience its showing an ...
Afrose ahamed's user avatar
0 votes
1 answer
76 views

Why Rich-Text Image URL not getting updated in record?

Why before Insert or Update doesn't update the RichText Image URL? To Replicate New Field: Created a new RichText field in case object 'Comments__c' Take a screenshot and paste the image field. ...
Ragul's user avatar
  • 541

15 30 50 per page
1
2 3 4 5
1113