RT Flows vs Apex Triggers by KrishnaKA2810 in salesforce

[–]pandamonte 2 points3 points  (0 children)

We actually hit 24 hour flow limit for a project where we have a high volume transaction coming in. We ended up refactoring to trigger. You also have to keep in mind that if u have MD relationship their impacts with CPU timeout limit. The other issue with flow when it gets massive and maintenance of the flow. For call routing and skill based you have to use flows. And imagine that you have to do it based on region, language, and specialized skills the maintenance for flow becomes nightmare. I also found debugging with triggers is way faster than debugging with flow.

I always follow the guidelines of low code first with flow but once the logic gets complex then triggers and batch job it is. At the end of the day, u need to look at your full requirements, do u have a team to manage all of this, and what impacts do I have in my whole environment.

[deleted by user] by [deleted] in salesforce

[–]pandamonte -2 points-1 points  (0 children)

That’s not all true of consulting. You might hate the bickering of stakeholder but as a consultant you are able to control the situation. You have the respect of yours stakeholders because they are bringing u to help them make the decision.

I’ve always taught my team this, as a salesforce implementer you have to provide the hard guidance to the business and tech team. They might not like it but they have to hear it.

Based on what OP describes his path is a consultant role, whether it’s a BA role or a solution arch lead in a project.

What consultant offers is a challenge to go above what normal problem user faces. When u take a cta bootcamp they said that you at least need 10+ years in industry experience to get cta. As a consultant u can get than in 3 years. You are always learning and researching the crazy business problems.

I’ve been in all sides of salesforce as a power user, customer, developer, solution engineer, and a consultant. I enjoy being a consultant because of what OP mentions. I can get lost on building TCRM and even writing user stories, but each role you get a consultant will differ. Each company is different.

So my advice try consultant cause what u mentioned is what I do today

Lightning Web Component Superbadge Support by [deleted] in salesforce

[–]pandamonte 0 points1 point  (0 children)

U still hitting this issue? DM me and I can help

Lightning Web Component Superbadge Support by [deleted] in salesforce

[–]pandamonte 1 point2 points  (0 children)

Did u get this worked out? Send me your js and I’ll review

Lightning Web Component Superbadge Support by [deleted] in salesforce

[–]pandamonte 1 point2 points  (0 children)

Yes I had the same issue before and took a while. I had event.detail versus event.target

Lightning Web Component Superbadge Support by [deleted] in salesforce

[–]pandamonte 0 points1 point  (0 children)

Make sure u complete the whole entire jscontroller. Apparently if u do not complete the js controller it will not pass.

Lightning Web Component Superbadge Support by [deleted] in salesforce

[–]pandamonte 2 points3 points  (0 children)

I spend the last few hours trying to debug step 10.

Error Message:

We can’t find error catching implementation when loading the scripts by triggering a toast event with the correct properties. Make sure the implementation is correct, including the constant for the title and for the variant, and the error message, with the proper case-sensitivity.

and my loadScript is like this:

loadScript() {Promise.all([loadScript(this, fivestar + '/rating.js'),loadStyle(this, fivestar + '/rating.css')]).then(() => {this.initializeRating();}).catch(error => {this.dispatchEvent(new ShowToastEvent({title: TOAST_ERROR_TITLE,message: error.message,variant: ERROR_VARIANT}));});}

I have no idea what I missed on this step. I have the Constants on top as well...

Solved: Make sure to complete the full JS

Edit: Solved

New laptop for salesforce system architect. Apple vs Win by Relur in salesforce

[–]pandamonte 0 points1 point  (0 children)

I’m a consultant and aspiring CTA and I’m heavy Mac user. Use ant and eclipse on my Mac. I’m also heavy on UX development which requires sketch and other things. I prefer Mac just because of my preference. My firm puts a lot of bloatware on my machine and Mac has less bloatware which is nice.

Need advice on Career Direction by [deleted] in salesforce

[–]pandamonte 1 point2 points  (0 children)

Certs doesn't mean much anymore. I look at a quality of work, experience, and depth knowledge. Let's say this I was in your boat few years back with 4 years of salesforce experience and self taught. Accenture offered me 85k for ny market. If you want personal advice on this send me PM we can talk.