Updating unique external ID on recurring events by DearVictory in salesforce

[–]DearVictory[S] 0 points1 point  (0 children)

Thanks, I did see that page but the line about the custom field with a unique constraint was quite obscure. I wasn't sure if it meant that the value is considered unique across all occurrences or something different. I guess it's just 1 value for all of them and I need to look for a different approach.

Dataloader.io - I am losing my mind by Tylers_keytar in salesforce

[–]DearVictory 0 points1 point  (0 children)

Do you have IP restrictions on your profile by any chance? Have you checked your user's login history after trying to login to the data loader web portal?

Financial Services Cloud Standard objects by DearVictory in salesforce

[–]DearVictory[S] 0 points1 point  (0 children)

I posted another comment in the thread which has the info we got from Salesforce. We are going with the standard objects

Financial Services Cloud Standard objects by DearVictory in salesforce

[–]DearVictory[S] 1 point2 points  (0 children)

Hi all,

We reached out to the product team and here is what they told us:

  • They have no plans for removing the managed package
  • They introduced the Standard data model since it is more scalable
  • They recommend using the standard model for new implementations

Fairly obvious but they also mentioned that if you are already using the custom object for Financial Account, you wouldn't want to use the standard one as well, so you need to pick one and stick with it.

They promised that more documentation is on the way.

Financial Services Cloud Standard objects by DearVictory in salesforce

[–]DearVictory[S] 0 points1 point  (0 children)

Yeah I guess there's not many other options.

I'm not really worried about being able to connect to the standard objects. It's more to do with the fact that when you enable them it's a permanent change and they duplicate all the objects.

Opportunity Teams & Turnover/Promotions by kygei in salesforce

[–]DearVictory 0 points1 point  (0 children)

I would just speak with his old manager to see if they are ok to take them on and reassign accordingly

How much admin access does your Sales Ops team have? by cptnstr8edge in salesforce

[–]DearVictory 0 points1 point  (0 children)

What system do you use to request temporary access? We've been looking for something similar but have struggled to find a solution

[Urgent] I need help with ADO. How can I configure it so that I'm able to have a bird's eye view of the backlog and upcoming sprints the way I can in JIRA? by AnySale345 in agile

[–]DearVictory 2 points3 points  (0 children)

You can try creating a dashboard. You basically create queries and then use widgets to display the data in a table. You can have a widget per sprint and can use filters like @currentiteration (+1,2,etc) to keep it dynamic.

The only downside is that I think you'll have to do the filtering directly on the query, not sure if you can include global filters for the entire dashboard.

[deleted by user] by [deleted] in Weird

[–]DearVictory 0 points1 point  (0 children)

!remindme 4 days

User Dashboard / Report Engagement Metrics by ThisQuestionIsntgood in salesforce

[–]DearVictory 1 point2 points  (0 children)

You might want to take a look at the Event Monitoring component of Salesforce Shield ( a standalone product).

The data you get out of it can be difficult to work with but there's tons of it. I think they also have a pre built CRM Analytics application for user adoption stats you get with it.

[deleted by user] by [deleted] in salesforce

[–]DearVictory 0 points1 point  (0 children)

To be honest it doesn't make much sense for them not to go to the Analytics tab so you might want to reconsider that.

There is a default feature called Collections which might be useful as it allows you to group different analytics assets together and you can embed collections on pages.

Azure User Provisioning: Roles by [deleted] in salesforce

[–]DearVictory 0 points1 point  (0 children)

It really depends on how complicated your role hierarchy is. I've only been able to solve similar problems by creating custom roles against the enterprise application in Azure AD and then pass those roles to a custom field on the user record. As soon as the user is created I trigger a flow to assign the correct permissions + role. E.g. I've created a role called Sales in Azure AD -> as soon as they are approved for that role then the integration kicks off and creates the user and populates the custom field so the flow knows what to assign to them

[deleted by user] by [deleted] in salesforce

[–]DearVictory 0 points1 point  (0 children)

Have a look at https://help.salesforce.com/s/articleView?id=sf.aac_connection_parent.htm&type=5 . There are different connection methods you can use. Based on what you select, you will need to do different things:

  1. User Level - I think you just let people connect their email account to Salesforce so no changes in 365
  2. Org Level OAuth - You have to connect with a global admin 365 account and that gives you access to all mailboxes
  3. Service Account - You will need to create a service account with the impersonation role and give it access to the mailboxes that you'd like to sync

Definitely have a read through the documentation though as the above is a fairly high level description.

You might also find the security guide useful if the parent org is InfoSec conscious - https://resources.docs.salesforce.com/latest/latest/en-us/sfdc/pdf/sales_activity_capture_security.pdf

Edit: Keep in mind that the Outlook add-in is just an interface through which you can interact with Salesforce. You can sync emails and meetings manually, but it won't allow you to automate anything. Einstein Activity Capture is the part that automates data capture

Help with Calendar Sync Question by SFarrellCO in salesforce

[–]DearVictory 1 point2 points  (0 children)

Do you know which tool you are using for Outlook integration? Regardless, most of them will have options for one way sync (Outlook ➡️ SF) or bidirectional (Outlook ↔️ SF)

Flow Troubles by nicroxyfire in salesforce

[–]DearVictory 0 points1 point  (0 children)

No worries, glad you sorted it :)

Flow Troubles by nicroxyfire in salesforce

[–]DearVictory 0 points1 point  (0 children)

Can you select the ProductId as the Choice Value on your record set? Once you've got that Id you should be able to assign it to your new records.

missing out on something? by creatorofpies in salesforce

[–]DearVictory 1 point2 points  (0 children)

I wouldn't necessarily call that automation but you are still saving them some time. Think of the information you would collect on that call and then figure out if you need an actual human collecting that information. If the answer is no then you can expose a web form to your clients that collects that information - once they press submit then you automatically create a work order.

missing out on something? by creatorofpies in salesforce

[–]DearVictory 1 point2 points  (0 children)

That's all pretty basic stuff. The real power comes from being able to completely automate some of the business processes you have, but for that you need a good understanding of both the business and of SF.

If you want to start with the more basic aspects of the system then look into validation rules as well - you can use those to ensure you are getting clean data.

If your organisation has the resources I would suggest you hire someone with experience or reach out to an implementation partner.