Navneet Chanalia's SharePoint Blog
Tuesday, 3 April 2018
How to fetch the email of the current user using SPServices?
$( document ).ready(function(){
currUser = $().SPServices.SPGetCurrentUser({
fieldNames: ["WorkEmail"],
debug: false
});
currUserEmail = currUser.split('p|')[1];
})
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment