0
votes
0answers
11 views

Custom workflow actions with empty code generate active feature error

Well, i tried to create custom action for sharepoint 2013. But i can't. Even if i change setup to "No activation". visual studio generate error : Error 1 Error occurred in deployment step ...
0
votes
0answers
8 views

Updating a wiki page with the REST API

How do you update a SharePoint 2013 wiki page using the REST API? Three permutations: Reading an existing page (content only) Updating an existing page Creating a new page For reading an existing ...
1
vote
1answer
715 views

SandBox Webpart embedded inside Masterpage in SharePoint 2013 giving error

Well, SharePoint 2013 is not very Sandbox friendly. Having lots of issues. In SharePoint 2010, I was able to successfully embed Sandbox webparts inside the masterpage using this: ...
0
votes
0answers
15 views

How to add user to sharepoint site groups using REST API

PostBody = "{'__metadata':{'type':'SP.User'}}"; PostData = System.Text.Encoding.ASCII.GetBytes(PostBody);// formDigest = ReturnFormDigest(url);// Request = ...
0
votes
1answer
59 views

Using the razor engine in SharePoint 2013 Visual Web Part

I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0 I'm ...
0
votes
0answers
64 views

SharePoint 2013 Managed Metadata Navigation - Page Not Found in Subsite

When I add a Metadata Term as the Friendly URL to a page on a sub site collection, I am getting a "The Page You're Looking For Doesn't Exist." (The PageNotFoundError.aspx page). Even if I set the ...
0
votes
1answer
113 views

Get query string of Sharepoint URL from within SP2013 app

I've got an app in sharepoint 2013, which is showing up inside of an iframe. I'd like to have links to the page that has the app embedded elsewhere, and pass data to my app through those links. Sounds ...
0
votes
0answers
25 views

Most important new features in SharePoint 2013 [closed]

what are most important new features added in SharePoint 2013 ? If one wants to learn SharePoint 2013 ...which areas to focus?
0
votes
1answer
112 views

User profile export to AD issue - Sharepoint 2013

Trying to map user properties to AD Mapped Attributes. I map the property "SPS-JobTitle" to AD Attribute "title" with direction "export" click add and then ok to save and everything is fine, I then ...
0
votes
1answer
16 views

How to do date and time comparision with a calculated date time value

Can I check if a date and time field less 15 minutes is smaller or equal the current date and time in a workflow condition? For example, if my value is 5:40 pm, I will have to check if the current ...
0
votes
0answers
151 views

The issue after language package installation in Sharepoint 2013

After Installing language pack to Sharepoint 2013, master page got crashed. The original place of Icons and ribbon items(links) changed. So what is the problem and how can I solve it. Thank you
0
votes
0answers
34 views

Access services Sharepoint 2013 - workflows

There has been much hype about Access apps on sharepoint 2013. With an access app model, is it possible to trigger sharepoint workflows when a new row is added? is it possible to receove alerts ...
0
votes
1answer
19 views

ResolvePrincipal vs SearchPrincipal

So I'm attempting to write something to mimic sharepoint's people picker. I was originally using Utility.ResolvePrincipal with some success, but it was only returning me a single user (obviously). So, ...
0
votes
0answers
17 views

SharePoint SuiteBar Customization (UserMenu) Issue

I have customized the user menu with direct links for My Profile (renamed “About me”), Edit Profile, My Page, and Sign Out. I have pointed the links in the drop down menu to the following links ...
0
votes
0answers
19 views

SharePoint URL Issues (my-site) [closed]

I have an issue dealing with the SP2013 my-site pages. I am testing out solutions I have been deploying and for some reason when I try to go to my dev environment (http://my.test.net) the link does ...
0
votes
1answer
36 views

Error while opening “configure app urls” in central admin sp2013

App Management Service & Microsoft Sharepoint Foundation Subscription Service are running but it still shows error as follows. Error message : Settings or services required to complete this ...
0
votes
0answers
32 views

List 'MyList' does not exist at site with URL

I am trying to make a query on a SPList but I got an error saying that List doesn't exist. How can I read the current context in the proper way ? Is somehow a deployment issue ? var ...
3
votes
2answers
2k views

SharePoint Redirect site logo link to the root site collection home page

I want the site logo link in the master page to always redirect to the root site collection home page. Default behavior is to redirect to the homepage of the current web (spweb). Back in SharePoint ...
0
votes
2answers
119 views

SharePoint XSLT Column Display Name

I currently try to display the column name in a custom form in SharePoint Designer. I use Sharepoint 2013 so the design view doesnt exists anymore :(. The form is used to create a new element in a ...
0
votes
1answer
39 views

SharePoint SuiteBar Menu Customization

I am looking to customize the drop down menu at the top of my SharePoint site. I am using 2013, but I am sure a solution from earlier versions of SP will be similar or the same. I have already ...
0
votes
1answer
91 views

SharePoint 2013 - Sorry, apps are turned off. If you know who runs the server, tell them to enable apps

I am new to SharePoint 2013. I have developed an app using vs 2012. When I try to deploy the app, then I am getting the below error. Error : Sorry, apps are turned off. If you know who runs the ...
0
votes
1answer
112 views

SharePoint 2013 Standard vs Enterprise Search

In SharePoint 2013, What are the differences between Standard vs Enterprise Search? And does it comes with different licensing when purchasing the SharePoint 2013 Enterprise version?
0
votes
1answer
214 views

Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts? [closed]

I am new to sharepoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edtion to create app and web parts for sharepoint 2013?
0
votes
1answer
49 views

How to schedule execution of sharepoint workflow

Does Sharepoint 2013 provide a native solution for workflow scheduling? I know HarePoint Workflow Scheduler as alternative solution, but I would like to know if the new Sharepoint 2013 capabilities ...
0
votes
0answers
45 views

SharePoint 2013 App Pools Crashing

I have a newly configured SharePoint 2013 farm and my application pools continue to crash (stop). I have these accounts added into Local Policies and Domain Policies for "Log on as Batch" and "Log on ...
1
vote
1answer
19 views

How can I stop the item from getting published?

I have a eventreciever for item updates that have following method: public override void ItemUpdated(SPItemEventProperties properties) { base.ItemUpdated(properties); ...
0
votes
0answers
28 views

Sharepoint deplyment error: Deployment was not performed for XXX because it is a provider-hosted app for SharePoint

I have a provider hosted app that I want to install on Sharepoint 2013. Everything builds OK but during deployment I get the error: Deployment was not performed for XXX because it is a ...
0
votes
0answers
69 views

SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013”

I am new to SharePoint 2013. I am using SharePoint 2013 server and vs 2010. The SharePoint Server 2013 and vs 2010 is present on different PC's. I have created a new "Hello" visual web-part in vs 2010 ...
4
votes
0answers
547 views

__RemoteAppManagementInfo__ SharePoint 2013 - remote hosting service is not configured

I am seeing an odd error deploying a simple Hello World app on my new SharePoint 2013 server using Visual Studio 2012. The error is "The remote hosting service is not configured" and the internal ...
0
votes
0answers
22 views

Sharepoint 2013 - Result Type Priority

I successfully managed to create two custom result types with two custom display templates. I configured the result types in the way, that if the titel of the result item contains "String 1" it uses ...

1 2 3 4 5 6
15 30 50 per page