Show Attachments with JSLink
Hello,I have created a custom list view, with JSLink, for announcements list which I use it as FAQ view.My problem is that I can't show attachments link.I tried to implement it like in DispForm.aspx...
View ArticleSearchBoxScriptWebPart and custom display template
We are rendering search box dynamically in a child site using the below embed:Microsoft.Office.Server.Search.WebControls.SearchBoxScriptWebPart, Microsoft.Office.Server.Search, Version=15.0.0.0,...
View ArticleHow to store multiple value in sharepoint people column (Multiple Type)
Hello Experts,I want to store multiple users in sharepoint people column. how can i achieve this using jsom.Please Help!
View ArticleSharePoint 2016 with SharePoint 2010 workflows
Hello,Can a SharePoint 2010 workflow be used to create a list of tasks which are stored on a lookup list or do I need to use SharePoint workflow 2013 for this?For example, I am trying to build an...
View ArticleSearchBoxScriptWebPart and display template
Hello:Can someone please let me know which display template is used for the searchbox script web part if I don't specify the render template id? I am using below code to render searchbox...
View ArticleRest API obtaining correct WikiField content
According to a reply in https://sharepoint.stackexchange.com/questions/67900/updating-a-wiki-page-with-the-rest-api , I can get a Wiki page's content by extracting the WikiField field from the response...
View ArticleHow to add a link 'My Alerts' to 'My Membership web part?
In community site I want to add a link called 'My Alerts' in a line just before 'Leave this community' link of 'My Membership web part? This My Alerts will link to User Alerts page.Note: This My...
View ArticleBarcode policy class for CSOM ?
Hi,There is a Microsoft.Office.RecordsManagement.InformationPolicy.Policy.GetPolicy(SPContentType ct) method to create policies like barcode , audit and some other features available under "Information...
View Articlecall c# method in javascript sharepoint 2016
Hallo Everyone, I have a Rendering template list view created using JavaScript and i have c# class method. How can i call the c# method in JavaScript or how to include the assembly in the Javascript?....
View ArticleUsing CSOM with ADAL and uploading a file - Error 401 (Unauthorized)
Hi!I have a request where I want to upload a file to OneDrive for Business. but I don't want to ask for the user credentials (name and password). I use ADAL for this purpose. The login Works OK but...
View ArticleOpen autofill form with id in query string
var siteurl = _spPageContextInfo.webAbsoluteUrl;var acctNo; var acctDesc;var acctJst;var comment;var currentUserName;var currentUserEmail;SP.SOD.executeFunc('sp.js', 'SP.ClientContext',...
View ArticleHow to get items from document library folder using rest api
Hello Experts,I have one document library, which have multiple different name folder. I want to get all items from particular folder with their additional fields. how can i achieve this using rest...
View Articlechange existing SharePoint claim provider default claim identifier using...
Can we change existing SharePoint claim provider default claim identifier using powershell? We want to modify existing claim from email to samAccountName.$ap = New-SPTrustedIdentityTokenIssuer -Name...
View ArticleConditional css on calendar attribute
Hi,I would like to change the background of the event's cell when a condition is true.I guess it's possible with a workflow on category with overlayed calendars but I would like to do it with jquery...
View Articleetag in REST api for concurrency issue
Hi All,I have the following code where I am using etag in REST api to check for concurrency.var ProjectName = ProjectName || {}; ProjectName.Functions = ProjectName.Functions || {}; var itemTitle...
View ArticleCalendar all-day recurrence event TimeZone and XMLTZone values
To understand Sharepoint calendar event timezones, I used the Sharepoint REST APIs to get various calendar events, and discovered the rules in the table below. Are these rules true for all calendar...
View ArticleIs it possible to sort items from an external content type?
I have an external list/content type set up that reads data from a SQL database view. I only have access to the one view, I do not have access to any tables directly. This database has been around for...
View ArticleWill a CAML query using Method and Filter against an external list be passed...
I have an external list/content type set up that reads data from a SQL database view. (I only have access to one view, I do not have access to any tables directly.) This database has been around for...
View ArticleError opening external content type operations in sharepoint designer
I imported a BDCM file from central administration which created the external content types. When I tried to open the external content type's operation, I was prompted for credentials. When I entered...
View ArticlepadStart() not working in IE11 -Error: Object doesn't support property or...
Using below code gettinng Error in IE11:-var date = new Date(); var firstDay = new Date(date.getFullYear(), date.getMonth(), 1); var dd = String(firstDay.getDate()).padStart(2, '0'); var mm =...
View Article