Get User Session Id Using Visualforce Page
Due to security reasons salesforce does not expose session id directly .hence sometimes this became head ache for the developer to fetch current logged in user session id by UserInfo.getSessionID()…
Due to security reasons salesforce does not expose session id directly .hence sometimes this became head ache for the developer to fetch current logged in user session id by UserInfo.getSessionID()…
We can directly open Custom buttons on objects in visualforce page by using URLFor attribute . by the help of URLFor attribute we can reuse Custom button of type url…