Skip to main content

#Collaboration11 debatiendo

I have a homeowner age 61, will turn 62 in three months, can she go through reverse mortgage counseling prior to turning 62?
2 respuestas
0/9000
I have a global sales meeting next month and I am trying to put together a game for them to play for the hour that I will be spending with the salesteam.  I want to "teach" them to better use salesforce and learn that this is a great tool for them.  but make it a fun game, idea's I had were trivia or fact vs fiction.  Didn't know if anyone else had made games such as this? 
4 respuestas
  1. 20 may, 11:20

    Hi, 

    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.

0/9000
Currently we have 1 case record type that is restricted to supervisor staff and above (case object is set to private with criteria based case sharing rule to allow visibility to public group that contain all managment staff) . This case record type has the ability to upload a file however of those users who have access to this case record type, there is a subset of users who would like the ability to restrict visibility of files even further (so that only the subset and executive management team have access) to this case record type if they choose. How can I accomplish restricting visibility of sensitive/private files that are attached to this case type?
3 respuestas
0/9000
We have a trigger upon insert of a Salesforce File, we are setting the ContentVersion.SharingOption = 'R'   //restricted

 

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
2 respuestas
0/9000
I was accepted into a few local and California state groups. There doesn't seem to be a way to navigate to view a list of those groups...
4 respuestas
  1. 25 feb 2017, 03:01
    Here's how you view it Devayan. Navigate to Collaboration > Overview then click the Show All link in the Group section.

     

    Here's how you view it Devayan. Navigate to Collaboration > Overview then click the Show All link in the Group section.
0/9000
The non profit we are working for want to  integrate quickbooks with NPSP .But there are a lot of apps in the app exchange , so thats  a little confusing at this point . Any pointers regarding the best app to use .Currently the fields they are looking for are payments and donations
8 respuestas
  1. 21 feb 2021, 14:20
    We offer an integration between SF and QuickBooks, and while this might surprise you, we often recommend Not-for-Profit orgs do not connect the two. I'll explain why.

     

    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
0/9000

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.

 

 
4 respuestas
  1. 13 mar 2025, 12:28

    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.

0/9000
Hi All,

 

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
5 respuestas
  1. 27 abr 2019, 14:15

    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)))

     

     
0/9000
We just started using Qualtrics and are trying to set up the integration with salesforce so our survey responses are linked to a specific property or contact ID in salesforce. One of the fields on the page in salesforce is a Master Detail Field and I can't seem to figure out what field type I need to make this or what embedded data I need to use in Qualtrics to make these sync. 

 

Does anyone have any background with this and can help with the steps to making it work?
5 respuestas
  1. 16 mar, 20:49

    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.

0/9000
Hello,

 

I have a Case Page Layout. I am trying to add Email so users can email from Chatter.

 

How can I do that?

 

Chatter: Email is not showing

 

Thanks in advance.

 

Nitu.
8 respuestas
  1. 9 mar, 11:45

    Just check the page layout which was assigned to it make sure u added email in that page layout  

    Just check the page layout which was assigned to it make sure u added email in that page layout

     

     

0/9000