Document Library Name validation
Hello, Do to how my team is building filters on our document libraries/task lists, we were trying to setup some sort of input validation to ensure compliance with our naming convention.The convention...
View ArticleHow to use MaxKeywordQueryTextLength in Search Client object model?
As per the following link we can increase the KQL text limit using MaxKeywordQueryTextLength http://msdn.microsoft.com/en-us/library/sharepoint/ee558911.aspx.However how can i do the same while i am...
View Articleremove link from title in out of box web part - code
is there a way to remove the link in the out of the box web part for SharePoint 2013? I know it can be done via editing the web part, however, when we migrated that didn't carry over for some reason....
View Articlejavascript to prevent item being created if it already exists
I have a list which has a Person column. When I am on the NewForm.aspx and if I enter a person's name in the column and click on Save, the javscript on the page should allow me to save the item only if...
View ArticleHow to Retrieve User Profile Properties(eg Picture) Using REST Sharepoint
Hi guys,i have a SharePoint List('Tools') that contains a column ('Owner') this field is of People or Group type. i will like to Retrieve the Owners properties(Example ..the profile image,...
View ArticleHow to show Insert picture from SharePoint option programmatically?
Hi AllI need an urgent help !!!I want to enable user to select image on page from SharePoint picture library. So need to add Insert picture from SharePoint option on my page. How to execute this...
View ArticleUpdate Managed Metadata field in SharePoint Online
I'm struggling to update a managed metadata field with PowerShell.I was able to code the script on prem but I cannot make it work in SharePoint Online.Here are some chunks of my code on...
View ArticleIncrease row wrapping limit for a list in SharePoint 2013
Hi,I have a SharePoint 2007 list that I'm trying to migrate in SharePoint 2013 list that contains a lot of columns and I wanted to try increasing therow wrapping limit for our list from 6-10. I have...
View ArticleURI value not displaying as wanted - Because variable is encoded REST SharePoint
Hi i have a variable that is passed to a function as wingtip\admin. which i need to use to generate the url to getthe user profile properties page.i'm not sure what i'm missing here but the full url...
View ArticleUpdate List Item Using REST API: Error: InvalidClientQueryException
I have reviewed the assorted MS documentation on updating a list item value. I am using an out of box LIST and I am using HTTPClient object to insert and (attempt to) update list items. I...
View ArticleList View Threshold for Auditors and Administrators
Hello , I have a List that has 3000 items . I set "List View Threshold = 2500" and "List View Threshold for Auditors and Administrators = 3500". I have a user that is in "Owner Group" that has...
View ArticleRestrict folder creation at 3rd level in the list of SharePoint 2013
Hi, I have below requirement, I should not allow user to create a folder after 3rd level in the list .how I can achieve it ? -folder1 ----folder1.1 --------folder1.1.1 User should not be allowed to...
View ArticleUnable to send email to a shared mailbox from SharePoint
I am trying to send email to a shared mailbox from a workflow when a new item is created on a list. It seems them mails are not getting delivered only to the shared mailbox and all the other...
View ArticleMy sharepoing formula keeps returning an error.
Can someone help me with this formula, it keeps giving me an error.=IF((AND([7b]=TRUE),(OR([11a]=TRUE,[14]=TRUE,[20]=TRUE,[23]=TRUE,[7b]=TRUE,[8c]=TRUE),"Servex1",""))
View ArticleAjax streaming using Rest API
I have a SharePoint lists with 3000 items.Using REST API, I am able to fetch the whole data and display it in a Site Page using HTML & CSS.The page will take some time since 3000 items need to be...
View ArticleAdding custom fields to newform.aspx for a list
Hi,What code do I need to neatly integrate my own html controls above the list column controls in the newform.aspx file of a list? For example, a textbox and a combo box.thanks,SherazadSherazad
View ArticleAlways showing "Today" on a timeline.
I have looked through countless forums but have not found an answer to our problem. We have a timeline with reporting deadlines and other events that span numerous days. The Today label only shows...
View ArticleSharepoint 2013 REST Retrieve list info presave items
Hi All I have successfully retrieved a specific item using REST with SP2013. Issue is that value is populated AFTER page load hence I cannot do a comparison on PreSave event. It shows as undefined and...
View ArticleTimer Job not updating Status field correctly
I have a timer job running in SP 2013 Server but the Status field is not updating correctly. When the expiration date > 90 days, the status field should display GREEN, if the expiration date is <...
View ArticleDesignPackage.Install method is clearing up the entries from the composed...
We are trying to upload and activate a custom site template to the solution gallery of a site collection. When we use the DesignPackage.Install method, it is activating the solution on the site...
View Article