Today I wanted to share a design pattern for list form customization that our team is using. The goal of this pattern is to enable custom JavaScript and C# code execution in New/Edit/Display form of a particular SharePoint list (List’s definition is present in our solution). Also, another goal is to do it in […]
Continue reading »Tag: SSOM
Web service call on ribbon button click in SharePoint 2010/2013
Right, hello everyone! Today I’ll show you how to make a JavaScript call from a SharePoint Ribbon button to a web service that you created and deployed to SharePoint.Now, we all know that when defining a custom Ribbon button through CustomAction element we can only declare a URL call or […]
Continue reading »