Tuesday, April 21, 2015

How to Validate Date in a SharePoint 2013 List

Got the chance to work on validation on list and list forms customization on SharePoint 2013 online.



Wednesday, April 8, 2015

Hide or show list form fields in SharePoint using jQuery

David Lozzi has written a jquery library which is useful our daily development activites.
http://davidlozzi.com/2014/01/14/sharepoint-2013-script-hide-or-disable-your-fields
ExecuteOrDelayUntilScriptLoaded(function(){
  Lozzi.Fields.disableWithAllowance("Employee Name",["LeaveEntryAuthorization"]);

  },"sp.js");
sp.js should load before execute the code.

Monday, March 30, 2015

Thursday, March 26, 2015

Power Object Add-ons

Recently got the chance to work on CRM add ons.
Power Object has been offering great add-ons for MS CRM 2013 Online.





http://www.powerobjects.com/powerpacks/powerwebform/
http://www.powerobjects.com/powerpacks/powermailchimp/

Tuesday, March 24, 2015

How to get More than 100 items from SharePoint list using Rest API ?

var url=_spPageContextInfo.webAbsoluteUrl + "/_api/web/lists/GetByTitle('ISOHSE')/items?$select=Title,Description$orderby=ISOOrder&$top=500";

Monday, March 16, 2015

NuGet Project Manager error

Today have installed VS 2013 and tried to create a SharePoint app project. Got the below error.

















Solution:
https://docs.nuget.org/consume/installing-nuget