Custom Hoverpanel display template to include List name
Hello,Is it possible to display the List Name in a custom hoverpanel I have made for List items? I have been able to include custom managed properties but I can't work out what the managed property is...
View ArticleREST query don t return all items
Hi guys,i wrote a REST query on a list with 1900 items in Sharepoint online. Than i put the result in an array and i use it in a atuocmplete fileld(jquery autocomplete). There is a problem: the query...
View ArticleWriting to ULS - understanding category areas?
This is the code that looks fairly standard for creating Category names to write to the ULS: protected override IEnumerable<SPDiagnosticsArea> ProvideAreas() { List<SPDiagnosticsArea>...
View Articlesplit the top navigation in two lines in sharepoint 2013?
Hi Team, I am configured global navigation (Managed navigation) in SharePoint 2013.If I add many items to the global navigation, its wrapping at the end of the page and the user has to scroll for the...
View ArticleCannot contact site at the specified URL on try ClientContext.ExecuteQuery();
Hello!I try get list from remote sharepoint server using CSOM in .NET Web Application, but ClientContext.ExecuteQuery() return exception Cannot contact site at the specified URL.If i try get list from...
View ArticleSend emails using nintex workflow in sharepoint 2013
Hi, Could you please help explain, we can design a workflow in nintex that can send email when a new attachment is attached to the item in the list it only needs to send an email when attachment...
View ArticleCalculated Column Using Modified Field.
I want a field to display 'Number of days it has passed by' since any one has modified the item. So I created a calculated column using modified field with a simple calculated column...
View ArticleI have a list with column DueDate i.e DateTime type. Now, I should send email...
Hello All,Hope you are doing well..!!!I have a list with column DueDate i.e DateTime type. Now, I should send email to user before two days of duedate.using Sharepoint designer workflow.Could you...
View ArticleExclude Allitems.aspx from Search in SharePoint Online
Hi,How do i remove AllItems.aspx page from the Search in search results in sharepoint online?Thanks, Parth
View ArticleCreate document library from custom template via REST API
Hello,I've created a custom template for a document library. Now I would like to create a new document library via this template. This is possible via the User Interface.But I would like to do it via a...
View ArticleWopiframe hide links to sharepoint library
Hi I am using wopiframe as iframe on a webpage.The doc loads properly but I cant find a way to hide the link to its original document library.I am calling theis wopiframe from another web page not from...
View ArticleFirst question here. Scrolling from side to side
In looking at the questions and answers here, I may be in the worng place for my needs, a bit over my head. If so, I'd bet people here candirect me to the right forum.I am new to SharePoint...
View ArticleAccess denied. You do not have permission to perform this action or access...
I am recieving this error when trying to access the Managed Navigation Term Set. This is through SP.js if i am logged in there is no error works without issue but as the anonymous user i get this...
View ArticleShow user Permission level and level of access pragmatically.
Hi,I'm Trying to achieve SharePoint Check permission Functionality through server side code.Please provide code snippet to achieve below functionality. For more information find attached Image.1.User...
View ArticleRetrieving Values from two list using javascript COM
HiI have a requirement in which I have 2 list Employee and Project.Columns of Employee list: Emp ID, Emp Name, ProjID , Location etc..Column of Project List : ProjID, ProjName, PMID , PMName etc..Now...
View ArticleCreating Apps for my sharepoint online team site
Hi,I have a SharePoint online team site for which I have to create apps.Now to create app i found that we can create app only for Developer site and then use that app package to app catalog and then...
View ArticleDisable/Hide "Print to PDF","Download a copy","Embded information" options...
Hi ,Is there any way to hide the extra features of document preview in OWA, I know these kinds of setting we can do by editing the hover panel templates but i don't see any option to do it. Please...
View ArticleCSS Styling of Refiners
Do people have access to CSS styling for Refinement Panel? For example, the Refiner label, for colors or bold, etc. are there accessible CSS classes for those items that I could embed a Script Editor...
View ArticleSharepoint 2013 - develop with VS 2012 OR VS 2015
We are in the process of upgrading our VS 2012 to VS 2015.VS 2015 doesn't yet have module BI for VS 2015 like VS 2012 has.Can u please recommend which version of VS - 2012 or 2015 - is best suited to...
View ArticleChange SPGroup Owner using JSOM
I'm trying to change group owner of a Group by adding another SP group, here is code:var sourceSpGroup = groupCollection.getByName(groupName1); var toAddGroup =...
View Article