Skip to main content

#Lightning Experience12 debatiendo

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 

7 respuestas
  1. Ayer, 7: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 

0/9000
How to make a group of button act as checkbox functionality with the changes in button color.
2 respuestas
0/9000
Lightning SVG component not display in Internet Explorer 11?

I've starting not long ago development using AURA framework. One of the issues I have is that I can't "see" the SVG component (icon) in IE11 (Chrome and FireFox are fine, the component is explained everywhere on trailhead and blogs). I'm not sure whether IE11 can render the component, but I surely can see the sorting arrow (this is the one I was trying to dispaly) on Salesforce Lightning pages in Internet Explorer. My question is: what should I do to be able to render it in IE11?
4 respuestas
  1. 21 jun, 6: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.

0/9000
I'm currently working on updating our Org to Lightning, and am doing some testing in our partial Sandbox. When I change the Opportunity Stage I receive the following "field integrity exception: unknown (0065A00000ia7wX|1||10500||2,)"  

Any ideas on where to start with troubleshooting? I understand the first set of numbers is the record id, but was does everything after that mean? 
4 respuestas
  1. 7 jun, 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.

0/9000
Hi Everyone.

I want to add colors to LWC standard Lightning datattable. Please let me know how to add. 

<div class="slds-m-top_small slds-m-bottom_xx-large" >

                        <c-custom-type-component

                            class="POdataTable" 

                            key-field="Id" 

                            data={POrecords}

                            columns={columns} 

                            onrowselection={selectedRecord}  

                            selected-rows={preSelectedRows}

                            onsave={handleReturnQuantity}

                            draft-values={saveDraftValues} 

                            onclick={removeInlinePopover}

                            oncancel={clearSelecteData}

                            min-column-width="120"

                            onrowaction={getPopUpInfo}

                            suppress-bottom-bar={supp}

                            onpicklistchanged={picklistChanged}

                        ></c-custom-type-component> 

                    </div>

-----JS----

{label:'PO⌗', fieldName:'PO_Number__c', type:'text',class : "POdataTable", innerWidth:120, cellAttributes: 

        { class: 'slds-text-color_success slds-text-title_caps slds-color__background_gray-5'}

    },-------- so on columns

-------CSS-----

.THIS {

}

.THIS .POdataTable thead th span { 

background-color: ⌗2a5596; 

color: white;

}
4 respuestas
  1. 1 jun 2023, 9: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.
0/9000
I am trying to build out a few surveys that has the Matrix Question format. According to the Build a Survey with Matrix Questions Trailhead, I need to enable the Salesforce Surveys Advanced Features setting for a permission set and assigning it to a user. The Salesforce Surveys Advanced Features setting seems to be missing (Picture below).

Salesforce Surveys Advanced Features setting missing

My Available settings (Pictured below)

My Settings

Is there something else that I need to do to enable the Matrix Question functionality?
8 respuestas
  1. 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=5

    If 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-management

    Hope this helps...

    Thanks,
0/9000
1 respuesta
  1. 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_US

    Kindly 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

     
0/9000
Does anyone have any reference link to this? please share
3 respuestas
  1. 3 feb 2021, 8:00

    Hi Athira Venugopal,

    To Enable feed items do follow the below steps

    1-Go to setup

    2-Go to support setting

    3-Click edit

    4-Select the check box for Enable Community Case Feed Action and Feed items

    5-click Save

     

    To Enable chatter on your community

    1-Go to setup

    2-search chatter

    3-check on Enable

    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 Sav

     

    After that go to the community workspace

    1-Go to Administration

    2-Click on preferences

    3-Enable direct messages

     

    User-added image

     

    If you find this solution is helpful for you please mark the best answer

0/9000
Hello, I have a campaign with a few 100 contacts in it. I would like to send the List Email to every contact with the status "open". Could you tell me how I can send Emails to members with this status without choosing every single person by myself? Could you tell me a way I can do it, without creating a child campaign, because it would take to long for every single campaign/Contact.

Greetings

Jonathan
6 respuestas
  1. 29 may 2021, 6: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=5

    If the above information helps, Please mark it as best answer. 

    Regards,

    Priya Ranjan

0/9000
Update photo on profile page won't work

Even when I click on the Update photo on profile page.

it does not show any page to uploade photos.

any solutions?

 
2 respuestas
  1. 29 abr 2023, 8:04
    There are a few reasons why your update photo on profile page might not be working. Here are some of the most common reasons and how to fix them:

    You are not logged in. Make sure you are logged into your Instagram account before trying to update your profile picture.

    The file size of your profile picture is too large. Instagram profile pictures can only be up to 1080 x 1080 pixels in size. If your profile picture is larger than this, you will need to resize it before you can upload it.

    The file format of your profile picture is not supported. Instagram only supports JPG, PNG, and GIF file formats for profile pictures. If your profile picture is in a different format, you will need to convert it before you can upload it selfie props (https://selfy.photo/our-props/).

    Your internet connection is slow. If your internet connection is slow, it may take longer for your profile picture to upload. Try waiting a few minutes and then try again.

    There is a problem with Instagram's servers. If there is a problem with Instagram's servers, you may not be able to update your profile picture at all. In this case, you will need to wait until Instagram fixes the problem.

    If you have tried all of the above and you are still having problems updating your profile picture, you can contact Instagram support for help.
0/9000