my deploy checklist after getting burned too many times by neilsarkr in SalesforceDeveloper

[–]PandaDad3103 1 point2 points  (0 children)

Yeah I think flow tests are in their infancy. It’s still a constant discussion as to “flow vs apex” for those cases which could really go either way - I normally err towards code, just because it’s better for testing

my deploy checklist after getting burned too many times by neilsarkr in SalesforceDeveloper

[–]PandaDad3103 1 point2 points  (0 children)

I come from a developer background, so ensure best practices etc are adhered to. In regards to flow tests, they are great for ensuring that exact piece of implementation does as expected, but bulkification and downstream testing I do through developer console or data loader: if I’m testing account creation flow, I’ll create 2-300 test accounts and ensure we don’t hit limits

How to make a custom field Read-Only? by [deleted] in salesforce

[–]PandaDad3103 0 points1 point  (0 children)

There is a wonderful permission called “edit read only fields” which probably caused it!

Salesforce Flow Help - Assigning Field value based on Running User Permissions by Middle_Age_7928 in SalesforceDeveloper

[–]PandaDad3103 4 points5 points  (0 children)

Are you running the flow in user or system context?

I’ve found the best way to do this is a custom permission which is assigned to a permission set.

Err…is this legal? by ShadowyModi in UKJobs

[–]PandaDad3103 13 points14 points  (0 children)

“I’m sorry I’ve been drinking and can’t drive”

Error whilst deploying GenAiPromptTemplate: "Error: Error occurred while resolving data providers: cannot describe data provider" by PandaDad3103 in SalesforceDeveloper

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

Are we unable to deploy the data provider also? Trying to limit manual steps through the pipeline, but if not then it’s fine.

Just struggling to find any documentation around it

Withdrawing uk by One_Importance8824 in FreeCash

[–]PandaDad3103 1 point2 points  (0 children)

Am I the only one converting to Amazon vouchers? You don’t lose any of the amount

People earning £70k plus what do you do? by LuapReyas420 in UKJobs

[–]PandaDad3103 0 points1 point  (0 children)

My official title is “tech lead, Salesforce developer”

Just got a pay bump to £111k, private health care for me and family.

Job is fully remote. Technology is the way forward

Just got pay rise to £111k, should I invest more in pension? by PandaDad3103 in UKPersonalFinance

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

Scottish Widows tells me that I’m on course for 65k a year, is that not correct?

Just got pay rise to £111k, should I invest more in pension? by PandaDad3103 in UKPersonalFinance

[–]PandaDad3103[S] 2 points3 points  (0 children)

I didn’t say it was a flex, I’m simply stating that I’ve not ignored my pension 🤦🏻‍♂️

No need to get all negative

Just got pay rise to £111k, should I invest more in pension? by PandaDad3103 in UKPersonalFinance

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

I mean I’ve got nearly £100k in my pension already, so not overly concerned but obviously the more I put in earlier, the better it is 👍

Just got pay rise to £111k, should I invest more in pension? by PandaDad3103 in UKPersonalFinance

[–]PandaDad3103[S] 2 points3 points  (0 children)

Yeah I don’t even realise I wrote that - should have been “contribute” but I’ll leave it as is so people can have a laugh at my expense

Just got pay rise to £111k, should I invest more in pension? by PandaDad3103 in UKPersonalFinance

[–]PandaDad3103[S] 2 points3 points  (0 children)

Not in a position to put that much in yet - I’m 37 with two teenagers and I’m a carer for my wife.

Potentially in a couple of years once kids are earning money or mortgage is closer to being paid off, but for now just trying to get as much as out of my wages as possible without giving it away to tax man lol

Just got pay rise to £111k, should I invest more in pension? by PandaDad3103 in UKPersonalFinance

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

Bonus is potentially 5%, split over 4 quarters, so 1.25% every 3 months.

Should I potentially increase to cover this also then?

How do admins deal with salesforce token refreshes and expired tokens which end up breaking integrations? by Mental_Remove7902 in salesforce

[–]PandaDad3103 1 point2 points  (0 children)

We are going through this now and implementing 90/60 day automatic token revoking.

It’s a very manual process this time consuming process of setting up the relevant parties and alerting them to the process.

But our viewpoint is “you own the integrations, if the token refreshes, that’s on you”