You need to sign in to do that
Don't have an account?
How to change own profile using Apex?
Hello,
we have a scenario here where we are providing a functionality to user to change his own profile through Apex visualforce page.
We are aware about Salesforce limitation to change own profile but stil is there any bypass for this?
we have a scenario here where we are providing a functionality to user to change his own profile through Apex visualforce page.
We are aware about Salesforce limitation to change own profile but stil is there any bypass for this?
https://www.youtube.com/watch?v=a2fJWeJscps
The underlying problem is that you cannot switch your own profile. But, a web service callout through a force.com site runs as the site guest user and that user can switch a profile if it has appropriate permissions!
All Answers
https://www.youtube.com/watch?v=a2fJWeJscps
The underlying problem is that you cannot switch your own profile. But, a web service callout through a force.com site runs as the site guest user and that user can switch a profile if it has appropriate permissions!