Hi Hemant, Please compare your code with
if you need any assistanse, Please let me know!!/*Optional*/ /* Step 1*/
action.setParams({
accountId : component.get('v.recordId')
});
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh
#Lightning Experience13 utenti parlano di questo argomento
- AttivitĆ recente
- Data di creazione
- Consigliati
- Tutte le domande
- Domande con risposte accettate
- Domande senza risposta
- Domande senza risposta accettata
Is there something I can add to my visualforce code to hide the Upload Files button. I made the relate list read only but that did not do anything #Visualforce #Lightning Experience
10 lug, 07:20 If you have Files Related List on your page in Lightning Experience, then Upload File Button is governed by user permissions and not Visualforce. Having your Related List in ReadOnly mode will not hide this button. You might need to check for file upload permission, Page Layout, or think about custom implementation. If you have Files Related List on your page in Lightning Experience, then Upload File Button is governed by user permissions and not Visualforce. Having your Related List in ReadOnly mode will not hide this button. You might need to check for file upload permission, Page Layout, or think about custom implementation. walmartgiftcard-balance com
7 lug, 05:33 I have used " lightning-checkbox-group " and it worked for me.
https://developer.salesforce.com/docs/platform/lightning-component-reference/guide/lightning-radio-group.html?type=Example

21 giu, 06:03 Great use case for automation. Similar logic can be useful in electricity billing systems, where customer categories or tariff types can be automatically assigned based on account information, reducing manual errors and improving accuracy. We use similar utility-related workflows at www.lesco.gov.pk.
7 giu, 10:18 I'd start by checking any Flows, Process Builders, or Apex Triggers that run when an Opportunity is updated. A Field Integrity Exception usually means some automation is trying to save an invalid value.
The numbers after the record ID aren't usually very useful for troubleshooting. The best next step is to enable a Debug Log, reproduce the error, and see which automation is failing.
Does the error happen for every stage change or only for a specific stage? That can help narrow it down.
1 giu 2023, 09:27 Hi,try using below code for backgroud color of heaeders in your CSS:host { --lwc-tableColorBackgroundHeader : ā820000;}Similarly use standard variables like "--sds-c-card-color-background" for lightning card.
10 ago 2023, 13:40 Hi Calvin,Thanks for checking on this, I checked further and seem like you would need to have salesforce Feedback Management License in your org.https://help.salesforce.com/s/articleView?id=sf.concept_survey_licenses.htm&type=5If you want to enable in playground org, enable survey and you should see the option.Setup-->Quick Find-->Survey Settings-->Enable Surveys.https://trailhead.salesforce.com/content/learn/projects/design-and-distribute-surveys-with-salesforce-feedback-management/get-started-with-salesforce-feedback-managementHope this helps...Thanks,
27 feb 2020, 19:19 Hi Sagar,Greetings!Once the component is deleted then it can't be restored.If the component is available in any other org then,we need to retreive the metadata an deploy it again.Reference:https://help.salesforce.com/apex/HTViewSolution?id=000181984&language=en_USKindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.Warm Regards,Shirisha Pathuri
3 feb 2021, 08:00 Hi Athira Venugopal,
To Enable feed items do follow the below steps1-Go to setup2-Go to support setting3-Click edit4-Select the check box for Enable Community Case Feed Action and Feed items5-click Save
To Enable chatter on your community
1-Go to setup
2-search chatter
3-check on Enable
After that go to the community workspace
1-Go to Administration
2-Click on preferences
3-Enable direct messages
If you find this solution is helpful for you please mark the best answer
29 mag 2021, 06:11 Hi Jonathan,
You can filter the campaing member list based on the status ("Open" in your case) from the campaign member view. So this list will have all the members with open status. And then instead of selecting every individual, you can select all records on page at one go and then do the Send List Email. Please refer this below article on it :- https://help.salesforce.com/articleView?id=sf.email_list_email_create.htm&type=5If the above information helps, Please mark it as best answer.
Regards,
Priya Ranjan