adding value to lookup multiple select field
I have multiple select drop-down lookup field and under it I created input field for adding values to select. I am using SPServices to add new value to lookup-list and so far everything is working...
View ArticleLooking for documentation about SharePoint 2013 on-line capabilities
Hi,Can any one point me to video or document that describes what new in the SharePoint 2013 on-line development capabilities?Thank youSarah
View Articlesharepoint search on list and show result of item in list in page not in...
hellohow to make sharepoint search on list and show result of item in list in page (custom page) not in display form of listNour
View ArticleJavascript in all Edit- and ViewForms
Hi and a happy new year,I am looking for a simple way to modify all Edit- and ViewForms without SPD. I need a simple Javascript Code in all Edit- and ViewForms, so that i am looking for a simple way to...
View ArticleUpdate namespace of existing Custom webparts
Hello,I need to develop on an existing project (SP2010).Lots of namespaces of webparts are not ok so I have updated them.Of course when I deploy existing webparts are not working correctly (bad...
View ArticleCustom Field Type 'View' Client Templates are only called on first load
Steps to reproduce:Open a list view displaying a CFT (template override registered and called as expected)Open a different list via the quick launch menuNavigate back to the first list using the quick...
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 ArticleSharepoint 2013 and FullTextSQLQuery
Hi,In previous versions of SharePoint (2007 and 2010), we have used FullTextSqlQuery class, which has now been deprecated. What is the right alternative in 2013 version? I Used following code from...
View ArticleProviding Extensive information from the HostSite to the App in the browser
I have a Provider Hosted App hosted on Windows Azure.I've been struggling with how to provide extensive information from the Host Site to the App, and I've had a lot of trouble with JSOM and REST...
View ArticleClaims based authentication on a WCF service hosted on Sharepoint 2010/2013
Hi,I managed to get SSO to an old style ASMX Web Service working by using the WS Federation flow with a SAML Assertion from ADFS. Then I get a FedAuth cookie I am using for further calls to the ASMX...
View ArticleHow to reference a script in the CustomAction Elements?
HiI'm trying to define a custom action in the ribbon for my list. When action gets invoked, I'd like to call my JS code. As long as the JS code is embedded within the CommandAction or EnabledScript...
View ArticleTasks timeline view
Is it possible to add tasks to timeline programmatically or update timeline settings via API?I'd like to be able to set the highlight color based on % complete.Where are those details saved in the object?
View ArticleHow to alter SP2013 workflow task from ASP task form?
HelloI have created SPD workflow with a custom ASP form. My form opens when clicking on a task link and I can show information about the task. Now I want to alter the task after pressing a button, but...
View ArticleAccess SharePoint Site in Remote Machine
Hi,I need to access a remote server inorder to get UserProfile information from the server which i am in. Currently im trying to do this a console application. I get "Web application at <URL>...
View ArticleManaged Properties with Rich Text (HTML)
Hello All.I have a rich text site column that I created through the UI. After using the column in a list and running a full crawl SharePoint automatically created a crawled property and managed...
View ArticleAuthenticating with REST API from an external server
I've been searching for a way to programmatically access a user's sharepoint data with the REST API. I have been able to make calls from the browser when I'm already logged into my sharepoint site....
View ArticleSharePoint 2013 help
I was wondering if someone help. I've been tasked with building a SharePoint 2013 environment but basically I have no SharePoint experience.We have in total 10000 users and have been running a...
View ArticleGet Lists by ListTemplateType in JSOM
I'm running a recursive site search to find all lists of a certain type.It would seem to be much faster to be able to run get_lists().getByType(SP.ListTemplateType.announcements)Is this possible, or do...
View Article