This post explains on how to create a new index for the field in SharePoint List / Library using PnP Js Core library with the help of pure javascript and Typescript
PnP-JS-Core library contains the number of extensible methods and properties. By using that we can achieve the various actions in a simple code. To know more about this library component, visit the below links, Simplified JavaScript Library for SharePoint PnP-JS-Core… Continue Reading →
In SharePoint the column or field has two names. One is DisplayName, used to view the field name publically in all pages and another is InternalName used internally to refer the Field. This Internal name will be used in CAML Queries, during… Continue Reading →