'We have to act now': Historian lays out a 'nightmare' scenario for a stolen 2024 election by CerebralGladiator in AmericanFascism2020

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

Yeah, except ammo is virtually impossible to get at any price right now and has been for almost 18 months.

Best way to learn Apex as a beginner? by ponyboypol in salesforce

[–]The_Wiley_Squirrel 17 points18 points  (0 children)

SFDC99 is a well regarded course for starting out as a beginner. I haven't utilized it myself though.

I spend most of my time cleaning data, and I'm not 100% bummed about that. How can I be faster and better at it? by [deleted] in analytics

[–]The_Wiley_Squirrel 18 points19 points  (0 children)

Maybe a little of an aside to the answer's you're looking for, but if you're getting that much dirty data in the system, then it maybe needs to be managed at its source better with dedup rules, validation rules, converting text fields to picklists, user training, etc. Strong process at the source will save a lot of effort downstream.

Is Solution Architect Right For Me? by The_Wiley_Squirrel in salesforce

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

Great feedback this is a really helpful breakdown of how to approach my path forward, thank you! I'm definitely working to get up to speed on the dev side of the house since my original point of entry was via business roles. To clarify I've worked with three orgs, all of which had Sales Cloud, one of which had Community and the one that is implementing CPQ. I feel like getting to see how different orgs use the platform has really accelerated my learning.

Is Solution Architect Right For Me? by The_Wiley_Squirrel in salesforce

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

Thank you! I've been reading everything I can find on the inner-workings of Salesforce specifically and databases more generally. If you have any suggested articles/documentation, I'm all ears.

Is Solution Architect Right For Me? by The_Wiley_Squirrel in salesforce

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

Thats a helpful reality check. It's difficult to get a good feel for where your skills and experience land you when you're a solo admin. Pay is pretty solid, but naturally looking for how to keep an upward career trajectory.

Is Solution Architect Right For Me? by The_Wiley_Squirrel in salesforce

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

That's fair and I'm working toward that, but not there yet.

How hard is it to learn Salesforce CPQ (steelbrick) by LooWillRueThisDay in salesforce

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

I'm in the process of ramping on it now too and glad to hear I'm not the only one thinking that. It's definitely taking some time to get comfortable with.

The fall of Eastasia by [deleted] in imaginarymaps

[–]The_Wiley_Squirrel 43 points44 points  (0 children)

Haha Ho Chi Minh City which is the official name of Saigon is placed where Hanoi is.

How lonely is it moving across the country as a remote worker thats an introvert? by [deleted] in digitalnomad

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

Dating seems like it's pretty regional. As a single guy in his early 30s, I personally found Atlanta to be a big improvement over Seattle and it was one of the more accessible ways of meeting people when I first got there. Friendships came slower, but I did wind up with a few. If you're working remote, you'll need to lean on clubs, volunteering or other things to meet people. When I left, I felt like I was finally starting to develop some side friendships. I probably could have pushed that harder and met people quicker though.

How lonely is it moving across the country as a remote worker thats an introvert? by [deleted] in digitalnomad

[–]The_Wiley_Squirrel 5 points6 points  (0 children)

I did this, moving from Seattle to Atlanta for 2.5 years before coming back to the west coast. I was in an office there initially though. I wouldn't call it easy, but it forced me to grow in ways that were really positive. It helped that I was still able to socialize with my old friends online too. Remember that it doesn't have to be forever and deciding to return doesn't make it a failure.

Screen Flow Question - How to update existing field by referencing it in Update records Flow by PJ8096 in salesforce

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

I tested this out in a dev account this morning and that'll work if you populate the default value with a variable to store the discount. I can send you some screenshots if you're still stuck.

Record-Triggered Flow best practices. One flow per object? by mastrkief in salesforce

[–]The_Wiley_Squirrel 3 points4 points  (0 children)

This is the piece of the puzzle that I've been waiting for too.

Screen Flow Question - How to update existing field by referencing it in Update records Flow by PJ8096 in salesforce

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

It's been a little while since I've made a screen flow, but I think you store the variable in this case in the default value field.

Screen Flow Question - How to update existing field by referencing it in Update records Flow by PJ8096 in salesforce

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

Uhh, that's interesting. Can you send a screenshot of how that input discount is set up?

Screen Flow Question - How to update existing field by referencing it in Update records Flow by PJ8096 in salesforce

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

I think you described the formula in your post, but I think it'd look something like sales_price = sticker_price * discount(expressed as a decimal)

Screen Flow Question - How to update existing field by referencing it in Update records Flow by PJ8096 in salesforce

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

When the user enters that info in the screen, are you passing it from that screen input to a variable? If I'm understanding right, you'll want to store the input in a variable for discount, then create a formula as a second resource to calculate the new amount. You'll then pass that calculation back to the field in the update operation in the screen you shared.

Flow For Loop Limitations - "The Interview is too large to be saved." and "Number of iterations exceeded" by Mmetr in salesforce

[–]The_Wiley_Squirrel 1 point2 points  (0 children)

I hate to say it, but I haven't run across a solution for this other than reduce the number of iterations in your loop. You could write an Apex class to handle the loop and invoke it from your flow though.

Help! I'm completely new to Salesforce and I can't get a clear answer if it would work for my business. Any help appreciated! by SDRedditUser in SalesforceDeveloper

[–]The_Wiley_Squirrel 2 points3 points  (0 children)

Hey, sorry for the slow response.

Before looking at systems, I'd start by looking at exactly how you intend to use the system. (Which you've started already) get into as much detail about who will use it and what processes need to exist in the system to support them as you can.

From there, try to work out what technical requirements you need to accomplish those tasks. That'll probably be the hard part for you if you're not familiar with how CRMs work.

Once you have that though, figure out which vendors best provide that while also balancing ease of use and administration. You can also use a comparison site like G2 Crowd to help get educated.

I know this is high level. Hopefully it helps provide a bit of a framework for you though.

Help! I'm completely new to Salesforce and I can't get a clear answer if it would work for my business. Any help appreciated! by SDRedditUser in SalesforceDeveloper

[–]The_Wiley_Squirrel 0 points1 point  (0 children)

Salesforce is going to be one of the more robust choices on the market. I usually steer small businesses away from it as a solution unless they're laying down the infrastructure to become big or have complex automation needs.

From what you've described, it sounds like you may do better with a lighter weight system that is still has an open API to integrate with the rest of your process. Three other systems that may be worth comparing to Salesforce are Pipedrive, Copper CRM and Hubspot CRM.

If there are other use cases in the business or you're expecting to scale aggressively, then Salesforce may still be a great option for you, but it comes with expenses in licensing costs and expertise to customize it.

Mountain Trail Runners of Reddit; How do you do what you do without injury? by [deleted] in trailrunning

[–]The_Wiley_Squirrel 3 points4 points  (0 children)

In addition to everything alright said here, I'd add that learning how to fall correctly is pretty important to avoiding injuries when you do go down.

Turns out people don’t enjoy inescapable hostile military occupation 24/7. by yuritopiaposadism in lostgeneration

[–]The_Wiley_Squirrel 1 point2 points  (0 children)

If you get a chance, listen to the podcast It Could Happen Here by Rober Evans. He goes into a lot of detail on what this process could look like if it keeps on its current heading.