sharepoint-2016

Add link to sharepoint suite bar - fail on first load

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 16:44:51
问题 I'm trying to use JavaScript to add a custom link to the suite bar in SharePoint (SharePoint 2016 on premise). The code works fine except for the first time I load the SharePoint site. Here it is: <script> var raiseFunc = function() { var link = document.createElement('a'); var linktext = document.createTextNode("Google"); link.href = "http://www.google.ca" link.setAttribute("class", "o365button o365cs-nav-appTitle o365cs-topnavText"); var span = document.createElement('span'); span

Sharepoint 2013/2016 Calculated Column stops calculating

放肆的年华 提交于 2019-12-10 11:34:00
问题 I have a calculated column in SharePoint On-Premises that shows the number of days till a due date which works perfectly for a day or so then stops calculating, but if I go to the list settings and click the column and click ok then it calculates again? Has anyone experienced an issue similar to this. I had this issue in both 2013 but within a few weeks moved to 2016 and still the same issue. I've tried " " blank and also "" empty so not sure if that is causing the issue?? Is it a problem

While performing load testing on SharePoint app, it shows error for WinAuth, how to resolve it?

Deadly 提交于 2019-12-08 06:30:58
问题 I have recorded the script in JMeter, and while validating it, it is throwing an error for the winauth/sso, how to resolve it. my app has oAuth and me have to authenticate it. I'm running the script for WinAuth, it gets highlighted in red color and under Response Body, it is displaying "Unauthorized" I have added the HTTP Cookie Manager (check CookieManager.save.cookies=true in jmeter.properties), HTTP Authorization Manager.[images are added down the below for verification purpose] I'm not