SharePoint 2016
10 TopicsSharePoint list view error Cannot complete this action
dears I have new server of sharepoint 2013 and when tried to create or modify existing view i got error " cannot complte this action note: the url retirect on servername/_vti_bin/owssvr.dll?cs=65001 same senario hapens when tried to enable the list versioning sittings i read posts talks about modify the httpmodule to pass the owssvr.dll but sharepoint admin says we should not interacte with http modules becouse its new server withouty any old customization https://blogs.technet.microsoft.com/sharepointdevelopersupport/2015/02/18/when-using-a-custom-http-module-and-you-create-a-view-for-a-list-you-get-an-error-saying-cannot-complete-this-action-please-try-again/ https://social.msdn.microsoft.com/Forums/office/en-US/ea0b1380-480f-4b2e-afde-77ed06995bb0/error-vtibinowssvrdllcs65001when-creating-or-editing-view?forum=sharepointdevelopmentprevious&prof=required any idea ????2.9KViews0likes0CommentsCustomising the search box Ui in SharePoint 2016
Hi I have been asked to improve the appearance of a search box that is centrally ( don't ask!) situated on a SharePoint 2016 publishing site landing page. I can toggle with Search box web part settings to switch between search center and a custom search results page: Here the issue is how do I change the height as it looks a bit odd on the page :-( With the custom results page option issue is conversely, the width - the entire web part zone is filled! Ideally I want the users to have a consistent search experience on the intranet so I am thinking I should go for the first option. Therefore, If the problem is a CSS style that is being overridden then any pointers will be useful Note, there is an underlying (archaic) custom responsive master page + CSS +JS which I do want to replace once the business is happy with the searching capability. I am thinking of the Enable-PnPResponsiveUI --> Classic Team Site (STS#0) but still need to deal responsive UI Page Layouts.2.7KViews0likes3CommentsPnP and HTTP - Sharepoint 2016 OnPremise
Hi all, I work with a bunch of pnp scripts in a sharepoint 2016 on premise intranet. These scripts are complex but they are working fine for several months. I use https protocol for all my site collections and web application. Recently, I tried to deploy these scripts over an HTTP site collection but I always get several, and random, time out errors. My question is, could be that PNP doesn't work ok with HTTP and HTTPS is required? Thanks!1.3KViews0likes1Commentupload a docx file to the SharePoint library
Is there a way to upload a docx file to the SharePoint library so that no changes are made to it and the integrity of the electronic digital signature is not compromised (changes are made by adding custom properties)? It will be a plus if you tell me how to achieve this with CSOM1.3KViews0likes1CommentSharePoint2016 On Prem -SPFx HelloWorld App can’t add to site ” You can't add this app here”
I am facing issue while development and/or deploy SPfx HelloWorld app. I was able to deployed to App Catalog but could not able to add on page, because its say ” You can't add this app here” Current Environment: Sharepoint 2016 on-prem Install Feature Pack 2 Do I need to set-up app domain on on-prem to work with SPFx solutions? Thanks Deepak1KViews2likes0CommentsAdding all company forms on sharepoint
My company wants to have all forms (leave requests, travel requests, etc...) on SharePoint. They want employees to login to SharePoint and fill out a request that uses InfoPath. I have noticed that I am able to read all submitted requests and edit them. I was told to make all these submitted requests private that would cause problems on the SharePoint. I am wondering why that would cause a problem, as well as what are the other cons to having all company forms on the SharePoint.953Views0likes1CommentSharePoint Server 2016 relative URLs in Font Scheme file not working
Hello, We have used a custom theme with font scheme file(.spfont) in our SharePoint 2013 farm. The font sheme file contains web relative paths for woffsrc,eotsrc,ttfsrc,svgsrc,largeimgsrc,smallimgsrc (Example: /Style%20Library/Branding/Fonts/OurFont.eot) and this is working as expected in SharePoint 2013 when applying the theme manually or with our remote CSOM site provisioning. We are now in the process of migrating to SharePoint 2016 and it seems that the relative paths does not work anymore. The path above will be translated to <WebAppHost>/Style%20Library/... . Due to security reasons we cannot keep the fonts in the root site, so we are forced to use the full urls for each web in each .spfont that is being deployed. Have you experienced this issue any workarounds? BR, Ivan947Views0likes0CommentsSharepoint 2016 Server - Format for refiners with calculted columns
Hi, I need to use refiners in a results page for a Calculated Column. I have a problem with the values format. My list is the next one: Where poc2FechaDerogacion is a Date field and poc2EstadoVigencia is a Calculated Column: =SI(HOY()>poc2FechaDerogacion;"No Vigente";"Vigente") My problem is the format marked in yellow: How can I avoid the "string;#" text in my results? I was waiting for 2 values, "No Vigente" and "Vigente" (the same values shown in my list) Regards, María Pedreira925Views0likes0CommentsHow to disable/bypass/hide edit form that pops up after uploading new file in Document Set (SP 2016)
Hi, I have created a Document Set Content Type named "Contract" with 2 shared columns (Start Date, End Date). I have also created a Document Library named "Contracts" which use this content Type. I have created a new contract "Contract 1" based on the "Contract" Content Type then I have uploaded a word document within the "Contract 1" Document Set, then a Edit form popped up asking for updating the Start Date and End Date properties but these 2 properties have already inherited the values of the document set 's properties and I dont want values of these properties to be updated at the file level (I want them to be always the same as the values of the Document Set 's properties) So I am asking you if there is a way to prevent the user from changing the properties values of the uploaded document, so that they always stay the same as the ones inherited from the document set which it belongs to. Thanks, Regards873Views0likes0Comments