How Does a Post Install Script Work? – Salesforce Developer Guide
Post-Install Script is the same as other apex classes. And the apex class which is executed when a managed package is installed or upgraded. This…
Post-Install Script is the same as other apex classes. And the apex class which is executed when a managed package is installed or upgraded. This…
How to retrieve the list of users based on Role Hierarchy in Salesforce: Sometimes, you need a multilevel hierarchy i.e. you need to view the…
When you accidentally remove the profile from the community members then manage or workspaces link for your community will be missing, means you can’t access or…
1. User Fetching from Okta – Get User API – API URL – https://{!comapny}.okta.com/api/v1/users/{!username} Method – GET Headers – Accept, application/json Authorization, SSWS token Content-Type,…