Skip to main content

#Data Management97 debatiendo

So I am very new to salesforce. I am trying to change the setting of a 30 day cutoff to a 14 day cut off. How do I do this? I feel like I found the right place when going into Delphi but it would not let me edit and change it. 
16 respuestas
  1. 12 jun, 8:19

     "You can usually change the room block cutoff by editing the event or group booking settings. Navigate to the room block details, locate the cutoff date setting (currently 30 days before arrival), and update it to 14 days. Save the changes, and the new cutoff should apply going forward." 

0/9000
If a user who was previously active closes some opportunities as wins and they show up under his/her management as set forth in the Forecast Hierarchy in Customizable Forecasting, how do you keep those historical won opportunities in the Closed portion of the Customizable Forecasting just for those quarters in which the user was active AFTER you have made the user inactive because he/she has left the company?  In other words, John Doe had won deals in 1Q17, 2Q17, and 3Q17 while an active user.  The person leaves in December 2017.  You make the user inactive.  You don't want that user showing up in the Forecast Hierarchy for 2018, but you want that user's won deals still showing up in the Closed values for 2017.  Appears that when you remove the user from the Forecast Hierarchy so that they don't show in in the 2018 rollup that it also removes all of their past wins from the historical years.
3 respuestas
0/9000

Verify step error :- The 'Lead' records from the CSV were not found. Please check the instructions. 

Import report file error :- 

 FIELD_INTEGRITY_EXCEPTION:There's a problem with this country, even though it may appear correct. Please select a country/territory from the list of valid countries.: Country:Country -- 

 

 

However, I confirmed accurate data and tried couple of times. Also checked the value in Salesforce State/Country Picklist validation. 

Also checked this instruction Note: If experiencing verification issues, make sure the Salesforce user which is used to import the data has English language and English (United States) location selected. 

Use the Data Import Wizard, In last stage getting the error Records Failed

 

 

 

#Data Management

5 respuestas
0/9000
Currently Looking for a way to change the background color in a rich text component in lightning when displaying a custom message. Currently it is white but I would like to change the background to red. I can only change the text color.
3 respuestas
  1. 21 jun, 7:39

    You can change the background color in the rich text component by using the style or editor settings available in your platform. Choose a color that improves readability and matches your design theme. If you want a more creative appearance, pairing the background with a font unik style can make the content look more attractive and visually engaging.

0/9000
Salesforce Spring ’19 Release added a "mark complete" button/action to the tasks highlight panel. How can I remove that button? 
14 respuestas
  1. 24 jun, 10:40

    We can do it by using 'Edit Page', Check 'Hide Follow/Unfollow Button(Desktop only)'We can do it by using 'Edit Page', Check 'Hide Follow/Unfollow Button(Desktop only)'

     

     

0/9000
4 respuestas
  1. 24 jun, 5:13

    A Salesforce trigger executes on the entire batch it receives—you can't split 1,000 trigger records into batches of 200 within the trigger itself. If you need to process records in smaller chunks, use an asynchronous approach such as Batch Apex (batch size of 200), Queueable Apex, or process the records in manageable collections after the trigger fires.

    Always keep your trigger bulkified and avoid DML or SOQL inside loops to stay within governor limits.

    For developers looking to improve their Salesforce skills while exploring other online learning resources, QuranPakTutors.com demonstrates how well-structured educational platforms can make learning more effective through personalized guidance.

0/9000
Lena Wong ha preguntado en #Sales Cloud

Hi all,

I am on my search of a good data quality tool which should not be expensive.

Which data quality tool would you recommend from your experience?.

 

#Sales Cloud  #Integration  #Data Management

5 respuestas
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    15 feb 2024, 17:46

    Hey @Lena Wong, have you tried Salesforce optimizer and Health Check tools in salesforce?

     

    https://www.salesforceben.com/salesforce-health-check/

    https://www.apexhours.com/salesforce-health-check/

0/9000

I need to create a calculation as Gross Orders for this attached dummy data. There is a condition - If there are multiple Ordernumbers for a particular Referral ID and if Service Type is same then it will take the latest one (OLI3). How I will calculate this?  

Need a calculation help

 

 

 

#Data Management

2 respuestas
0/9000

Hello,

I am encountering an issue where the Data Governance tab is not visible within my Data Cloud application.

I have already performed the following troubleshooting steps:

  1. Permission Set Confirmed: The Data Cloud Architect permission set is correctly assigned to my user.
  2. Manual Check: I attempted to manually add the tab to the navigation bar:
    • I navigated to the Data Cloud App.
    • Clicked the "Edit navigation bar" icon (pencil).
    • Selected "Add more items," but the Data Governance option was not available in the list.

Can you help me with this issue ? 

Thank you for your assistance.

3 respuestas
  1. 22 jun, 9:50

    Thanks for the suggestion, @David Chater. It’s the only way I’ve found to make the Data Governance tab visible. 

    Thanks for the suggestion, . It’s the only way I’ve found to make the Data Governance tab visible.

     

    I don’t quite understand why this permission isn’t included in the Data Cloud Architect permission set. 

     

    According to the Salesforce documentation shared by Ashwini Garwandha, this permission set should grant access to Data Governance. In fact, there is a setting under System Permissions called “View the Data Governance Tab” that is enabled, but it doesn’t seem to work. 

     

    @Ashwini Garwandha, this looks like a Salesforce configuration issue. Would it be possible to report it to Salesforce?

0/9000

Hi, I want to Upload around 1000 record of "Hello Team" along with a image in my chatter group. I have tried multiple ways including Salesforce Inspector, Data Loader, Postman and Workbench. I have attached an image of How I want my post to be.  

Upload Bulk Chatter Data in Chatter Group

 

 

 

#Data Management

1 respuesta
  1. 26 nov 2025, 15:00

    Hi @Dinesh Babu S

     

    I think this can be done using Salesforce’s Connect REST API. 

    First upload the image as a ContentVersion, then create a feed post in the Chatter Group using the Feed Elements endpoint and attach the ContentVersion Id returned from the first call.  

    References: 

    https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/quickreference_post_feed_element_content.htm

     

    https://salesforce.stackexchange.com/questions/283144/how-we-post-comment-with-file-upload-using-chatter-rest-api

     

    Thanks!

0/9000