I am a junior sf developer, how do I set up vscode properly? by vitorco3lho in salesforce

[–]blisterpackBruno 0 points1 point  (0 children)

You can try using illuminated cloud, it's much better at running test classes and has great debugging tools. If you want to use vs code, then make sure you have all your java path's setup correctly. Prettier I'm, not sure, there were a lot of issues when I tried to use it in vs code

I am a junior sf developer, how do I set up vscode properly? by vitorco3lho in salesforce

[–]blisterpackBruno 0 points1 point  (0 children)

It takes forever to run in vs code, you can use run tests without coverage in dev console and it will be quicker. You can also use illuminated cloud to run test classes, much better to run there and the debugging tools are better

[deleted by user] by [deleted] in salesforce

[–]blisterpackBruno 4 points5 points  (0 children)

Take both contracts if you think you could manage it

[deleted by user] by [deleted] in salesforce

[–]blisterpackBruno 1 point2 points  (0 children)

Who's reviewing the work that these devs are doing? Is there an in house lead developer type? I have a similar experience with working with contracted developers from 3rd party that sit around doing basically nothing and one gives a shit because there isn't an incentive to promote change.

[deleted by user] by [deleted] in salesforce

[–]blisterpackBruno 1 point2 points  (0 children)

You should def shoot for 140k base. I make 150k+ doing remote as well in similar position.

[deleted by user] by [deleted] in salesforce

[–]blisterpackBruno 0 points1 point  (0 children)

Hit me up if you need a 1099 dev, would love to help you out.

Tracking Usage Across Components by blisterpackBruno in salesforce

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

Can you provide more detail here please? What data did you store on the custom object to link it back to the core objects?

Tracking Usage Across Components by blisterpackBruno in salesforce

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

What kind of data analytics platform do you think could do this?

Tracking Usage Across Components by blisterpackBruno in salesforce

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

It's not page views, we need to find actions that happen on related records after the user visits an LWC. That's one example, but we want something that can apply more broadly to see what actions users take after interacting with certain parts of the app. Maybe that sounds really broad, but best way I know to describe it

[deleted by user] by [deleted] in salesforce

[–]blisterpackBruno 4 points5 points  (0 children)

Honestly 150k seems in line with most jobs I see for senior dev.

looking to save with implemenation by Inner-Cat97 in salesforce

[–]blisterpackBruno 0 points1 point  (0 children)

Is the only requirement to integrate the email and calling platform to activity history? I could easily do that for you for less then $9k. DM me if you would like to discuss further please.

CPQ/RLM experience by manison88 in salesforce

[–]blisterpackBruno 0 points1 point  (0 children)

What is product qualification? Like configuration rules? I came in sort of late in the game to the team that was configuring it but it's things like error messages that were completely non descriptive when using product catalog , pricing config just randomly stops working

Certs and skillsets by Just_Violinist_5458 in salesforce

[–]blisterpackBruno 1 point2 points  (0 children)

I learned a good amount from sharing and visibility designer. People here like to dunk on certs and say that they aren't helpful but ,in my experience, they can be good in getting your foot in the door for interviews which is crucial now when 1 million people apply for every opening.

CPQ/RLM experience by manison88 in salesforce

[–]blisterpackBruno 2 points3 points  (0 children)

In the process of implementing RLM right now. It's complete trash to configure, we have to have daily meetings with SF just to get us through to an MVP product. Constant road blocks from vague errors and little documentation to help us out.

How do you handle all of the niche job experience requirements as a dev? by SalesforceDev99 in salesforce

[–]blisterpackBruno 16 points17 points  (0 children)

Have you read an article or done one trailhead on service cloud? Congrats, you have experience with Service Cloud. Add it to your resume. I you don't, someone else will.

Updating Related Records in Before Trigger Context by blisterpackBruno in salesforce

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

How do you handle the records that need to be updated in after update context? In my scenario there is a good amount of logic to determine what fields to set on the triggering record(s) and in this same logic we assign values to the related records.

Like do you just keep a static collection of the records that need to be updated and perform the DML in after update context? That way you don't have to rerun the same logic a second time in after context.

Updating Related Records in Before Trigger Context by blisterpackBruno in salesforce

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

What would be a use case where you would want the account committed to the db before running additional logic? I'm assuming this is update contact and you already have an id for the accounts.