User Profile Synchronization - App Part
Hi Everyone,I haven't worked a lot on SharePoint 2013 App Model and wonder if the scenario I have is possible to be implemented in SharePoint App Model.I need to have the App stored somewhere in Azure...
View ArticleClient object model DatePicker and people picker how to add these controls in...
HiI am creating list input form from client side, in HTML i want to take date field and people picker field, which HTML controls I need to use, Please respond this is very urgent.Please mark answer ,...
View ArticleCould not load file or assembly 'Newtonsoft.Json, Version=8.0.0.0,...
Hi,I created a sharepoint project with custom timer job and used 'Newtonsoft.Json.dll' in this project, which has been installed using VisualStudio ( Nuget Manager console). I made also a unit-tests...
View ArticleImplementing custom "likes" in SharePoint 2013
We're developing a new intranet using SharePoint 2013 and I have a question about the "likes" functionality. I've created a custom list and I've turned on the rating (Rating settings) for the items in...
View ArticleHide/Remove "Full Screen" option from excel documents preview in Office web...
Is there any way to remove or hide the "Full Screen" option from excel document preview in OWA.Neetu Tanwar Software Developer
View ArticleMetadata Site Navigation
Hello All SharePoint Gurus - I have a custom masterpage. I have put the <SharePoint:AjaxDelta id="DeltaTopNavigation" BlockElement="true" CssClass="ms-displayInline ms-core-navigation"...
View ArticleDisable redirect to editform.aspx after upload to document set
I've noticed that for my document set type, whenever I add a new document to the document set, the edit dialog pops up. Is there any way to disable the edit dialog from opening automatically?
View ArticleExit the s4-titlerow from the fullscreen mode
Hi,Where/How can I exclude/extract the "s4-titlerow" from the fullscreen mode ?I tried to move this div above but it still disappears :\This block is seems to be targeted by the script.Regards,EM.
View ArticleAssigned Groups of Document Library through CSOM
Hi,I am able to get all the groups of site collection through CSOM.But ultimately i should be able to get the groups that have been assigned to a document library.For example there is document library...
View ArticleTypeError: b is undefined TypeError: b is undefinedTypeError: a is null
Hello, First timer on forums so hoping for luck. I recently migrated from SP2010 to SP2013 (ShareGate). However, some webparts have broken and showing this error. Error: TypeError: b is undefined...
View ArticleUser Profile Service Application won't start. Stuck on Starting
This is a dev environment, SharePoint 2013, 3 tier small farm. It all started when i tried to change web application name and host header of the managed metadata. I also tried to change the host header...
View Articlehow to get current web in clientcontex managed csom in sharepoint2013
hi,i have one site collection which is having multiple webs .like http://servername:port/Departwhen i doing crud operation at one sub site .modifications are taking plaace to root level web but not in...
View ArticleHigh Trust Provider Hosted App Model - Certificates for External Developers
Hello,We are setting up a SharePoint 2013 farm with a high trust Provider Hosted App Model infrastructure. We have external developers who will be building solutions we will want to host.These external...
View ArticleContent search for All task List where task is not complteted and in future...
Hi I want to show data like follows by using Content search wp.show All tasks where task is not complteted and in future date assigned to me.I am able to filter on assigned to me , but how to filter...
View Articlemissing -- SQL Server Reporting content types in a site collection...
SharePoint 2013 farm setup: SP server --> SharePoint 2013 farm, powerpivot working, added SSRS features under shared items in the SQL Installation on the SharePoint server.SQL server has all content...
View ArticleGet Workflow Status using C#
How to get workflow statusfor Example in progress context.Load(items); context.ExecuteQuery();foreach (ListItem item in items){Console.write(item["What is the field name"]);}what is the...
View ArticleSite is not configured for Claims Forms Authentication
Hi AllI have one custom login page for my Sharepoint 2013 site where i am trying to useSPClaimsUtility.AuthenticateFormsUser(uri, strUserName, strPwd);But i am getting this exception ---> Site is...
View ArticleCSOM :Can we update modified date of a document without creating a new...
I want to update modified date of a document programmatically without creating new version of a file using Client Side Object Model(CSOM).I know that we can achieve this using Server Side Object Model...
View ArticleHow to deploy display templates via feature
Hello all.I'm attempting to deploy display templates using a feature. I'm able to add the display templates to the correct folder in the master page gallery. However, the associated .js file isn't...
View ArticleQuery a list for distinct and top 1
Hi there I am wondering what would be the best way to query a list for distinct value in one column and sorted by other one and get the top 1 record. In tsql I would do something like that if I want...
View Article