You can do this with javascript and JSRequest.
The ID is passed in via the URL, (ie. 'DispForme.aspx?Id=11'), then use the below code to retrieve the '11'..
JSRequest.EnsureSetup();
var itemId = JSRequest.QueryString["ID"];
Hi Friends, I am Aditi Saxena I work on SharePoint implementations, so far worked on MOSS 2007, SP2010, SP2013, Office 365 and Azure hosting, Provider Hosted Apps, Jquery, Bootstrap, Nintex, Universal Apps, MVVM and MVC architectures. I am Microsoft certified with SP2013.
JSRequest.EnsureSetup();
var itemId = JSRequest.QueryString["ID"];
To clear out or empty the values in person or group columns, how you do it depends on if the column is single-value or multi-value. For ...
No comments:
Post a Comment