Hello Techies,
I fetched current user and current user's manager through Spservices and now i want to set those values to respective people picker columns.
I tried several approaches but nothing worked.
like I tried this line :$("div[title='Employee']").text(userName);
Where Employee is column name of people picker and userName is value which comes from Spservices.
But the above line works sets the value to people picker but when i click on save button it asks me to fill the column.
Employee (people picker) column is required column