Features: Login to Salesforce Org using session id. Note: use below code snippet to get session id from developer console. void…
Features:
Login to Salesforce Org using session id.
Note: use below code snippet to get session id from developer console.
void sessIdSplit() {
String sessId = UserInfo.getSessionId();
System.debug(sessId.substring(0,50) + ' ' + sessId.substring(50));
}
sessIdSplit();
Statistics
Installs
24
history
Category
Rating
5.0 (1 votes)
Last update / version
2022-02-15 / 1.1
Listing languages
en