Home > XML

How to add additional Lookup fields via Schema.xml in SharePoint Add-in

Hello folks, Recently I was working on SharePoint Add-in app with two different lists. First is "Requests" and Second is "TimeSheetCategory". "Requests" list fetching a lookup column "TaskCategory" from "TimeSheetCategory" list, but requirement changes and need another column "ORTCalculationPercentage" from "TimeSheetCategory" in "Requests" list. In SharePoint OOB you can add additional column

This Article is TAGGED in , , , , , . Read more

How to Customize List View Web part using custom XSLT in SharePoint 2013

How to Customize List View Web part using custom XSLT in SharePoint 2013

Hello everyone, today we will discuss about basic understanding of XSLT and how to customize list view by custom XSLT in SharePoint 2013. XSLT basics XSLT stands for XSL transformation. XSLT allows you to transform structured data (xml) with style sheet (xsl). Here xsl (eXtensible Stylesheet Language) is Language for styling a xml

This Article is TAGGED in , , , , , , . Read more

Convert XML to JSON in MS SQL SERVER

JSON is a data-interchange format that is both Human and Machine readable. It is easy for developers to interpret and pinpoint the issues, if any, during debugging when working with JSON. If the data is sent from our database to the application in JSON format. It will definitely make developers life

This Article is TAGGED in , , , , , , , , , . Read more