This feature was available with SharePoint 2010, how can I get data from user with SharePoint 2013 ?
This is no longer available in 2013.
You can create a workflow using the 2010 platform option and get this functionality back.
Related
I have an app created by C++ and Visual Studio 2015. It packed by Inno Setup and has "exe" format.
I want to publish this app on Microsoft Store. Is it possible?
I have developer account but can not upload exe file - too many errors.
Can I use VS 2015 or need upgrade to 2019?
It is possible now. Just select right product type.
In my case product was added many years ago and has "MSIX or PWA app" type.
For context, I am working with Power BI trying to develop Custom connectors via the power query sdk, only the visual studio 2019 version supports the power query sdk.
After I installed VS 2019 and the power query sdk, then trying to create sa project. I get this error...
I have tried searching for answers and none have helped.
When publishing a web application in Visual Studio 2017 Enterprise I can do a preview on the files that are changed by clicking the preview link. The window comes up and I can uncheck files I dont want BUT, there is only a cancel button, and I am not able to update the file list.
There use to be the ability to click Publish from that view to only update the selected files but now that is no longer the case.
Is there an alternative "tools" way in Visual Studio 2017 Enterprise to publish and exclude certain files from being updated for example the web.config?
I don't have an alternative tool however according to the forums this has been patched and will be deployed in the next public release (15.3).
https://developercommunity.visualstudio.com/content/problem/26373/publish-preview-not-allowing-selective-publish-of.html
I've been getting around this by copying the files that I don't want and replacing them back after I publish.
I can confirm that this has now been fixed as of the latest update 15.3 which was released this week
We have an WPF/MVVM application that uses SharePoint 2010 Search QueryService. We are in the process of upgrading SharePoint 2010 to 2013. I enabled FQL in SharePoint 2013 server by adding a new default Search ResultSource with Query Transformation string setup as “{?andnot({searchTerms},filter(contentclass:"urn:content-class:SPSPeople*"))}”. This one enables FQL for SharePoint 2013 by looking at article http://msdn.microsoft.com/en-us/library/jj163973.aspx.
But our FQL search still return 0 results without any exceptions from Client Object Model. I checked that we didn't use any deprecated operators under FQL CAML queries. This web site http://www.onlysharepoint2013.com/2013/01/fast-query-language-fql-features-that.html lists all the deprecated operators for SharePoint 2013 FQL.
I tested the same FQL CAML query using SPCAMLQueryHelper.exe and it does return correct rows.
What could cause FQL CAML queries still not working on SharePoint 2013?
Thanks a lot.
In Sharepoint 2013 use keyword query language.
Pls see below link it will helps you.
http://technologybooth.blogspot.in/2013/08/keyword-query-in-sharepoint-2013.html
I encounter problems trying to deploy custom workflows designed in SharePoint Designer 2013 on a SharePoint 2013 host. The steps I've taken are:
On SiteCollection1, create reusable list workflow in SharePoint Designer 2013, one activity: log a message to the history list.
Save the workflow and save it as a template
Upload the *.wsp template in the solutions gallery on SiteCollection2 and activate the feature
Result: then trying to add manually the workflow to a document library or a list, my template is not in the list of available templates. What am I missing?
Note: SharePoint 2013 installed on-premises, WF Manager is deployed and registered for both site collections. The workflow itself is a SharePoint 2013 workflow.
Solved after discovering that the master page file was referencing SP.Runtime.js and SP.Workflowservices.js ; I removed those references and everything works as expected