The JavaScript Object Model (JSOM) is a SharePoint Client Object Model that enables you to work with objects on the client side without having to deploy code on the server.
Questions tagged [sharepoint-jsom]
135 questions
1
vote
1 answer
Retrieve the custom user profile properties using JSOM with rest api and display it into a SharePoint page
How to retrieve the custom user profile properties using JSOM with rest api.
As i need to retrieve Employee Cost Center(Custom property) of current login user
but the below code is not working.