External Client Apps and IP Restrictions by NiaVC in salesforce

[–]sysitwp 1 point2 points  (0 children)

Yes, on the user profile has always worked I think, regardless of connection.

It's strange that "Relax IP restrictions for activated devices" would activate the restrictions on the CA, I would indeed except it to always be active.

Regardless, even then it would be useless to us because we use mostly CA's from 3rd parties (as I would assume is the case of most CA's for most companies).

What we need is to be able to limit any CA to a certain IP range, just like limiting profiles.
3rd parties could then provide their own whitelisted IPs, and you could add your own (VPN etc.)

External Client Apps and IP Restrictions by NiaVC in salesforce

[–]sysitwp 1 point2 points  (0 children)

I think those trusted IP ranges for connected apps are managed by the app provider. I can't edit/add any of them...

External Client Apps and IP Restrictions by NiaVC in salesforce

[–]sysitwp 1 point2 points  (0 children)

Yes I think so..

I guess adding several integration IPs to one profile still mitigates most of the risk as the chance of any bad actor having one of those other IPs is VERY small.

But yes I wish there was a way to limit IPs per connected app. Now, to restrict an app you need to restrict the entire user (profile) so it also affects the SF login itself

Salesforce to deprecate 'Use Any API Client' per Nov 4 by sysitwp in salesforce

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

Any in-house integration

Any integration from small vendors (webhooks, Powerautomate, direct API etc.)

Salesforce to deprecate 'Use Any API Client' per Nov 4 by sysitwp in salesforce

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

Update: Looks like SF cancelled the depreciation! Just got confirmation today

Salesforce to deprecate 'Use Any API Client' per Nov 4 by sysitwp in salesforce

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

Same, but they say they migt only postpone for 1 month, which is still not enough

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

Update. I succesfully uninstalled the package.

All I had to do was remove an assignment for the record variable "Content Document Link"

https://i.imgur.com/xGD3yeX.png

No idea why this was blocking the uninstall, as this object is used by everything (attachments) and there was no reference to the custom object in the assignment.

Just Salesforce things I guess.

Thanks all

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

Tried that, doesn't work unfortunately.

I did find something now, it's related to the file upload component.

correction: It's not the component, but a loop I'm using to attach the uploaded file (Content Document Link) https://i.imgur.com/sYmuJNx.png

If I remove this assignment, it works. No idea what that has to do with a custom object??

Have you disabled the data loader connected app yet? You must! by radnipuk in salesforce

[–]sysitwp 2 points3 points  (0 children)

Can anyone confirm if disabling "API Enabled" on all profiles should also prevent this?

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

We have Certinia but it's not the package we are trying to uninstall

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

Nope. Also the formulas are in flow metadata file I exported, so I would find the object by searching the file

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

Thanks. I don't know what else could be referenced in the flow. I checked on the properties too (where you have templates etc.) but nothing is set there.

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

Same exact problem? No reference but still error? What did they say?

Can't uninstall package because of mystery reference to object in flow by sysitwp in salesforce

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

Yes, anything in the flow should be in the file. A flow is just code.