"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."
#Data Management92 diskutieren mit
- Letzte Aktivität
- Erstellt am
- Empfohlen
- Alle Fragen
- Fragen mit einer akzeptierten Antwort
- Unbeantwortete Fragen
- Fragen ohne akzeptierte Antwort

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.
#Data Management
24. Juni, 22:39 Hi ,
Here's what I did:
Deleted the state and country column as we dont map it during import and now it works.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000Ti9zK0AR
21. Juni, 07: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.
24. Juni, 10:40 We can do it by using 'Edit Page', Check 'Hide Follow/Unfollow Button(Desktop only)'

24. Juni, 05: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.
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?.
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?
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?
#Data Management
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:
- Permission Set Confirmed: The Data Cloud Architect permission set is correctly assigned to my user.
- 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.
22. Juni, 09:50 Thanks for the suggestion, @David Chater. 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?
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.
#Data Management
26. Nov. 2025, 15:00 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-apiThanks!