
From what I've seen, counseling is often done ahead of time so everything's ready once the homeowner turns 62. Honestly, getting it out of the way early can make the process smoother.
More info
reverse.mortgage/info/how-does-a-reverse-mortgage-work

From what I've seen, counseling is often done ahead of time so everything's ready once the homeowner turns 62. Honestly, getting it out of the way early can make the process smoother.
More info
reverse.mortgage/info/how-does-a-reverse-mortgage-workHi,
Trivia challenges, role-based simulations, and “fact vs fiction” quizzes can work really well for helping sales teams learn Salesforce in a more engaging way. Gamified learning usually improves retention because people interact with real scenarios instead of reading long documentation. That same creativity-driven approach is why sandbox gaming communities stay active too. I recently explored
https://minecraftpatchedi.com/ and liked how much emphasis it puts on customization and interactive gameplay.
@Jessica Velez Have you thought about not using Salesforce as your file management platform?
This is to restrict the file from being shared. Upon doing a query of the ContentVersion record after the file is uploaded we can see that the SharingOption is set to 'R'
However, a user and other users are able to edit the sharing of the file.
Ultimately, we are trying to prevent a user that doesn't have Modify All rights the ability to edit the sharing of certain files.
Per this documentation it seems that setting the SharingOption would accomplish what we are trying to accomplish.
Please let us know what we are missing here and suggestions to resolve.
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_contentversion.htm
hi @Sean Lefever were you able to achieve the restriction of the file? if so what was the approach you took to get it to work?
Most organizations that enquire with us (Breadwinner) want an integration to handle their donations. They want their donation data to be pulled out of QuickBooks and into Salesforce. As we dig deeper into their QuickBooks, we find out that their donation data is aggregated daily distributions from their credit card processor. So a number of donations from people with names and emails is represented in QuickBooks as "Authorize.Net: $647.34" or something like that. There's usually no data that's useful to them there. All the useful data (names, email addresses, individual amounts) never make it to QuickBooks and thus can't be brought into Salesforce.
In the end, most will want to integrate instead with their credit card processor, which WILL have all that rich data.
There are a couple exceptions to the above. If you are a social enterprise, i.e. a charity that operates a bit like a business, and you issue Invoices, then integrating with QuickBooks is often a good idea. And maybe you could accept high-value donations, process them in Salesforce and have that data go into QuickBooks as a Sales Order. But by and large, integrating Salesforce with QuickBooks for donation-focused charities is usually not worth it.
Hope that helps
Stony

Hi, I was wondering whether anyone could help me,
I'm due to take the test next week and came acrross a few questions that have contradicting answers, as in, in one set of questions it will be marked true and I come accross the question again in another set and it will be marked false.
Here are the 3 questions,
No.1 How many levels deep can cross-object formulas go? A. 2 B. 3 C. 4 D. 5
One set of answers says there are 10, another says 5 (I've since been told this is definitely 10)
No. 2 How many records can be deleted at once using the Mass Delete tool?
A. 200
B. 500
C. 2000
D. 5000
E. Unlimited
B. 500
Another set of answers says the answer is 250
No.3 True or False?
Steps can be added to an active approval process.
Ans-False, Steps cannot be added after the process has been activated.
(Yet another questions said the answer was True you could)
It's just been bugging me and God knos they'll probably come up in the exam knowing my luck :)I'd be kicking myself if i didnt check in advance.
PASS4SUREXAMS made me self-confident and assured with success. Its real exam simulation and self assessment tools helped me to pass ADM-211 exam with good grades.
Anyone know how I can return the month name in this formula so it looks lke this - April 27, 2019:
TEXT(DAY(PRIORVALUE(CloseDate))) & '/' & TEXT(MONTH(PRIORVALUE(CloseDate))) & '/' & TEXT(YEAR(PRIORVALUE(CloseDate)))
Thank You!
John
Give this a try
CASE(MONTH(PRIORVALUE(CloseDate)),
1, "January",
2, "February",
3, "March",
4, "April",
5, "May",
6, "June",
7, "July",
8, "August",
9, "September",
10, "October",
11, "November",
12, "December",
"None") + ' ' +
TEXT(DAY(PRIORVALUE(CloseDate))) + ', ' +
TEXT(YEAR(PRIORVALUE(CloseDate)))
Does anyone have any background with this and can help with the steps to making it work?
I’ve run into this when linking survey responses back to Salesforce records. With Master-Detail fields, the key thing is that Salesforce expects the parent record ID, not a text value, so the field you pass from Qualtrics must contain the actual Salesforce record ID of the parent object.
What usually works is passing that ID into Qualtrics as embedded data (for example via the survey link) and then mapping that field in the integration so it populates the Master-Detail relationship on insert. If the value isn’t a valid Salesforce ID, the record won’t be created.
In one setup, we handled it through an integration layer instead of the native connector - we captured the Qualtrics response, matched it to the correct Contact/record by key, and then created the related record in Salesforce. We used Skyvia (https://skyvia.com/connectors/salesforce) for that step because it made the lookup and mapping easier than trying to force it through the native sync. You can also check Airbyte or Fivetran for that.
I have a Case Page Layout. I am trying to add Email so users can email from Chatter.
How can I do that?
Thanks in advance.
Nitu.
Just check the page layout which was assigned to it make sure u added email in that page layout