Friday 22 April 2016

Increase Max Length Of Multiple People Picker Control






Sometimes you got warning message like "Item cannot be more than 256 characters" at the people editor control while adding or updating large number of data. To avoid this just add below script to content editor web part & Change g_MAX_LEN value as required.


<script language="ecmascript" type="text/ecmascript">
function onPageLoad() {
  g_MAX_LEN = 2000;
}
$(document).ready(onPageLoad);
</script>

Thanks & Regards
Modi Vishal

Tuesday 5 April 2016

SharePoint 2010 Shortcuts

http://<Site>/_vti_bin/Lists.asmx: - List Web Service
http://<Site>/_layouts/viewlsts.aspx:- View All Site Contents
http://<Site>/Page.aspx?contents=1:- View Web part For Current Page