sharepoint 2013 workflows
Hello, I am new to SharePoint Development. I want to ask you that can I create the workflows in SharePoint 2013 for the below mentioned requirement1. Application should preferably have the...
View ArticlePage Level Navgation
I need to remove the current page level title in sharepoint 2013 content pages with javascript. I have over 50 pages, but all of them have the master page <%@ Page language="C#"...
View ArticleSharePoint Workflow Not Starting from code (WorkflowManager)
Hi experts,I am experiencing weird issue. Sometimes my workflows run, sometimes they don't.I have built a SPD reusable workflow for a content type. I then created a list, and add this workflow to my...
View Article"The SPListItem being updated was not retrieved with all taxonomy fields."...
i am working on an enterprise wiki site collection inside SP2013. currently when a user try to add a wiki page , and he leave a mandatory field empty , he will be redirected to the following page:-and...
View ArticleXsltListViewWebPart is not a know element
<webpartpages:webpartzone runat="server" frametype="TitleBarOnly" id="full" title="loc:full"><WebPartPages:XsltListViewWebPart runat="server" ListUrl="Lists/List1" IsIncluded="True"...
View ArticleWhat is the best way to use Sharepoint to manage rotations of responsibilities?
What would be the best way to manage rotations of responsibilities in SharePoint (2013, cloud)? We have several such cases where we rotate people taking turns (sometimes overlapping and more than one...
View Articleadd page to navigation term programatically
hi friendsi need to add a page to navigation termset in termstore with friendly url programatically
View ArticleSearch keywordquery refinementfilter from URL
I am trying to pass a refinement filter that I am parsing out of the url on the search page. Essentially, I want to grab the criteria in the URL and pass it to a custom webpart that executes the search...
View ArticleError: Value does not fall within the expected range. -Fetching list item...
Hi,I am trying to use CSOM to fetch the list item version history programmatically.I have used the below code://Below code is run on Custom List public static void GetAllFileVersions(string fileUrl) {...
View ArticlePurchase Order Approval Workflow
I am Trying to create purchase order process for my company in a SharePoint list. I have successfully created a InfoPath form with multiple line Items and have a calculated field as Grand Total Field....
View ArticleConcurrent login in sharepoint
Can anyone help me in understanding if there is a waysharepoint 2013 to stop same user from logging in from various machines/browsers/mobiles?
View ArticleHow to remove from SPSiteSubscriptionConfig
Hi All,I have created UPA in partioned mode. During creation of site collection, I am running the following commands. string powerShellCommand1 = String.Format("Set-SPSiteSubscriptionConfig -Identity...
View Articleremove and add permissions to document library using JavaScript
function breakSecurityInheritanceAddUser(vals1) { var itemId = _spPageContextInfo.pageItemId; //alert(itemId); var clientContext = SP.ClientContext.get_current(); var oList =...
View Articlecreate new Task List for Workflow in visual studio 2013
Hi all, my question is about CreateTask Activity in visual studio Workflow. When I createTask I use this code:TaskId = Guid.NewGuid(); TaskProperties.Title = "Title"; TaskProperties.AssignedTo =...
View ArticleDatabase running in compatibility range,Upgrade recommended
Hi expert, I installed SharePoint 2013 with SQL 2008 R2, then I upgrade SQL Server to 2012SP1. for now, when I open the "Health Analyzer", the "Configuration" show "Database running in compatibility...
View ArticleHow to deploy solution in a farm
Hi,I am new to SharePoint. I am having one custom solution which has images, web parts, features etc. My farm has4 WFEs2 App Servers1 DBMy question should I need to deploy the solution all WFEs and...
View ArticleOntask change activity is not firing in sharepoint visual studio workflow
Hi All.I have developed visual studio workflow for creating multiple tasks for an itembut as per my requirement I need to programmatically update the tasks using another workflow.when ever I update the...
View ArticleSharePoint 2013 Discussion items "visibility" depending on permession for...
Hello, I have a blank site in SharePoint 2013 in which i activated `CommunityFeature` and i created a discussion board app which is displayed in a web part. Now, i want to be able to change the...
View ArticleCross-sites App parts using iFrames
I have a wiki page library inside site collection A, now I can add an app part which display the latest modified items , as follow:-Now the problem is that I cannot do the same steps if I am inside...
View ArticleAuthentication for Anonymous and Internal Users
I have an external SharePoint 2013 publishing site. External Anonymous users should only have read access while internal users can create/edit content through the ribbon.As of now, for both internal...
View Article