samedi 31 janvier 2015

Validating Password based on nested IFstatements and FIND function Problem

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am having trouble figuring out how to validate multiple special characters in SharePoint 2010 when a user inputs a password. The special characters that are allowed are: !@$*+ . When i have one IF statement such as: =IF(FIND("!",Password),TRUE) , it works just...


Retrieve list items Links

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); when retrieving list items via Javascript how to get the link or action to click and go to that item link ...


Referencing JS and CSS in sandbox web parts error

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am trying to reference JS and CSS files in sandbox web part, but once I try to deploy it gives me this error:The expression prefix 'SPUrl' was not recognized. Please correct the prefix or register the prefix in the section of configuration.I...


How to Get User's Friendly Display Name on SharePoint 2010

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have been searching around the web trying to find some help on this. We are working on a aspx page hosted on a Sharepoint2010 site. We have been able to successfully get the current logged in user's username in the format of...


SharePoint 2013 multilingual text based on regional settings

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a SharePoint 2013 site with custom newsfeed webpart. The news items are retrieved from a Custom SharePoint list. I want to change the header of the webpart to different language based on the regional settings. For example, If I change the...


How do I put a PDF file into a Document library via web service?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a SharePoint 2010 environment that has a SSRS report. The user clicks a button and sees the report rendered via PDF. I would like to instead of downloading that PDF, place it into a document library. Is this possible via JavaScript...


Create Excel from SPListItemCollection and upload to a Document Library

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Here is the scenario, I have a Timer Job. It sends Monthly summary of a list based on certain filters. I am able to generate Datatable from SPListItemCollection that I get using CAML. I would like to know how to generate an Excel...


Ways to route documents to a secure location in SharePoint Online 2013

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I'm looking for a solution to allow for a a document to be uploaded by a user with a limited about of permissions. I'd like this document be to routed to another location into a folder. I was looking at another document repository...


REST with fiddler unauthorized

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am trying to use REST in SharePoint with fiddler, but whenever I make a request I get 404 unauthorized. So how do people test their REST requests using fiddler?


Getting a list of Document libraries for the currently login user

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I want to get a list of all the document libraries in the site for the currently login user only?How can i do this? any code sample if possible?


Covert routing style .NET app to SharePoint-online hosted app

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); We have a on-premises IIS hosted web application that uses route information to fetch data from web service and display content to users. For instance, a news URL will look like:http://ift.tt/1tM5AYH -which is basically http://www.contoso.com/ {news controller} / {article-id} All code in existing...


How to filter for files using rest api ( sharepoint online )?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Why doesn't the following string returns data from within a folder in the same asset library:Asset Library Name is Production_LibraryFolder Name is at the top level of the asset library and is named Communication ManagementThe filter works nicely here at the /items level...


Custom domain name of SharePoint 2013 app

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Let's say our SharePoint 2013 online url is http://ift.tt/1wO5r22 Is it possible to add a subsite (like an application under IIS website) that launches a SharePoint app?I created a sample SharePoint 2013 app in Visual Studio and deployed it to SharePoint online, and...


Get data from repeating table infopath

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have repeating table in infopath form which displays one column with name and other column with checkbox control. When user selects the checkbox, i need to display the corresponding name value in a separate table above the repeating table. How can i...


Infopath form printing extra blank pages in SharePoint 2013

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have an infopath form when i am printing the form, it is printing extra blank pages. If the form has 4 pages content it is printing extra 8 pages. I even tried to create a different view and printing the same but...


Create a Sharepoint wiki page using JSOM

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I need to create a Sharepoint wiki page using JSOM, Can anyone guide me to create path? I'm very very new to Sharepoint and eager to learn..i found this but it has used Rest API and didn't find very useful to me Creating...


Incorrect duration sets for recurring events when use custom New Form for SharePoint Calendars

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I made a custom NewForm.aspx for the calendar list to enter datas then when I add a new recurring event to repeat the event every day until next 2 months and save the event, It just repeats the event for just one month...


Web API with social.following

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I would like to create a Web API which interacts with the SocialFollowManager. I want to be able to make a document unfollowed. The exposed Web Api will be later accessed by a mobile application.Does anyone done that and if yes could you...


sharepoint 2013 - Query search to _Layouts directory

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Within SharePoint 2013 - I was able to create a query for a search that allows me to find pages in my current site collection....{searchTerms} Path:https://my-site/Through this same search tool, it is possible to query for custom .net pages that live under my...


Power Bi on SharePoint Online 2013

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a Power Bi License on SharePoint Online - suspect the free one. I have access to the Power Bi Admin center and gateway on SPO. I have Power Bi on my Windows 8 desktop.On my client I've created a pbix report...


How to select multiple value in SharePoint list

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I cant select multiple items from SharePoint list when we have large data in list. When we have large data, it shows items without check box like this plz help me to resolve this issue.


Why does .get_title() called from an (SPOnline) App-Web return an incorrect Localized DisplayName?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Can someone please explain me where I go wrong with the testcode (all the way the bottom)I develop ViewMaster365.com Apps [using Microsoft Napa! so I can not do anything with .Net code] which Create Calculated Columns in the Host-Web; so in the Formulas...


vendredi 30 janvier 2015

Overwrite The Current Version In Custom List (Sharepoint 2010)

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); As we can see in above image there is a functionality to overwrite the current version in Document Library but I want to achieve this in Custom List. Any Idea or Help will be appreciated Thanks in advance...


Cannot find "Site Collection Storage Management" in SharePoint Online 2013

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Our Microsoft TAM has told us of a recently deployed feature in SPO that allows all sites to shared a single pool of automatically managed storage. However the section of the admin panel he is telling me to use (named above) does not...


Unable to get property 'get current' of undefined or null reference

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); function listAllCategories() {var ctx = new SP.ClientContext(appWebUrl);var appCtxSite = new SP.AppContextSite(ctx, hostWebUrl);var web = appCtxSite.get_web(); //Get the Web var list = web.get_lists().getByTitle("NewsList"); //Get the Listvar query = new SP.CamlQuery(); //The Query object. This is used to query for data in the Listquery.set_viewXml('<View><Query><OrderBy><FieldRef Name=\'Article...


SharePoint 2013 - Prevent Site Pages or Publishig Pages from showing in Search Results

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); With SharePoint 2013, is there a way to tell SharePoint that I have specific site pages or specific publishing pages that I do not want to show on search result pages? Where would the settings for this be?I'm using the search box snippet...


SharePoint 2013 - Getting the best out of "Content Search" Snippet

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I'm basically trying to build a search and search results page.OOTB with SharePoint 2013...I went to design manager to grab a snippet called "Content Search" which is under Dynamic Content from the ribbon.I took this snippet, created a custom query, and placed it...


Search web part styling

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I located a bunch of web parts in a page all of them consisting with titles and borders (Chrome Type) – this is how the customer wants this page to look like. When I add a search box web part it causes all...


Could not load assembly in SharePoint foundation

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am using following code to perform generic delete by name of entity and key id.I have used this code in SharePoint 2010 and worked fine, but not working on SharePoint Foundation 2013.This solution is developed and tested on standalone SharePoint 2013 server...


Picture Library failed to load

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); since i added those three lines to Masterpage <sharepoint:scriptlink name="MicrosoftAjax.js" runat="server" defer="False" localizable="false" /> <sharepoint:scriptlink name="SP.core.js" runat="server" defer="False" localizable="false" /> <sharepoint:scriptlink name="SP.js" runat="server" defer="True" localizable="false" />all Javascript works well but when i try to open a Picture Library i got weird errorshttp://1drv.ms/1wJPNEI


Fixing SharePoint 2013 Foundation performance issues

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Can any one can give the permanent solution for slow performance of Sharepoint 2013 foundation server? My server has 32 GB RAM. If I enter the data to list, I got the server unable to save this time error. I am always restarting...


How do I rewrite the domain in Sharepoint 2010 when "www" is missing in the request path?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I need http://ift.tt/1HtCh3y to be redirected to http://ift.tt/1yNowCc (adding the "www"). For some reason it always redirects to http://ift.tt/1HtChjZ. I have the following rewrite rule in my web.config:<rule name="Vanity URL" stopProcessing="true"> <match url=".*" /> <conditions> <add input="{HTTP_HOST}" pattern="example.com" /> <add input="{URL}" pattern="^photogallery$" />...


PWA Project Site List Web Part Closed And Re-added - Datasheet View Disabled

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); On our PWA instance, we have a master template which defines the SharePoint Project Site layouts. On this template, we have a list web part, which is editable in Datasheet View.On a particular project, a user closed the list web part. After re-adding...


Mac OS X Yosemite Microsoft Office 2011 Document Connection App fails to connect to SharePoint 2013

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Using a Mac OS X Yosemite 10.10.1 and Microsoft Office for Mac 2011 14.4.7 connection to SharePoint 2013 build 15.0.4667.1000 utilizing the "Document Connection" app that comes with Office 2011 shows error, "The connection failed." Cannot check documents in our out nor save...


Add New Calendar item default All Day Event

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Is there any way to make "All Day Event" the default for adding a new calendar item without running a script. Our environment does not allow scripts to run so I cannot use the jquery.min.js to perform that, so I needed to know...


Deploying an HTML App to Multiple Sites

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am developing an HTML app for SharePoint Online. This will be a hybrid app which will consist of an HTML page, JavaScript and CSS files, and image resources.This app will be hosted on a page in a content editor web part -...


My site and properties from external sources

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); We have an on premise SharePoint 2013 farm.In setting up mysite, we will only retrieve username and picture from AD, all other properies for profiles we need to get from another database that is not a part of SharePoint.We have more than 2000...


How do I put a PDF file into a Document library via web service?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a SharePoint 2010 environment that has a SSRS report. The user clicks a button and sees the report rendered via PDF. I would like to instead of downloading that PDF, place it into a document library. Is this possible via JavaScript...


Java script how count users in group by javascript

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); How could I count how many users are in Group? How could I count by JavaScript. ...


Custom button on webpart for submitting an infopath form

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I try to make a button on a webpart who submit an infopath form located in an onther webpart (InfoPath Form Web Part).I try many tips where i find on internet, but nothing working great.


using claims from trusted identity provider

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a site that is using Azure ACS as our trusted identity provider. All authentication goes through this STS. ACS provides my identity claim (email) and can provide others. Additionally, I understand that I could write a custom claims provider to extend...


Hidden Scroll on iframe

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I used iframe on my Page. I want to hiding iframe's scroll. I added scrolling=no in my code. But I can't see the entire of page, in this case.How can I hiding scroll and I see entire of page?


Why my grid doesn't have rows when I load my werbpart?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Scenario: - Webpart with MultiView control. I have some GridView controls inside some of the Views. All these views are NOT the view showed when we load the webpart for the first time. - The idea is to translate all the ASP.Net controls...


Sharepoint 2010 - Make assigning users easier

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); we are using Sharepoint 2010 and maintaining an Action Item/Issue tracker list (for a limited number of people, <10). To make assigning Action Items to users easier I want to implement to option to either click on checkboxes[ ] Jan [ ] Chris...


Could not load file or assembly 'Microsoft.Office.Server' or one of its dependencies

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); When I click to open any custom List in SharePoint 2007 root site, I receive this error:An error occurred during the processing of . Could not load file or assembly 'Microsoft.Office.Server' or one of its dependencies. The system cannot find the file specified....


Is there a SharePoint plugin/tool like this?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am fairly new to SharePoint. This is for a design-build construction company. Currently our design team and office staff create/update files on a network drive. Once they are ready they have to upload them to SharePoint for the field staff and external...


SBS 2011: can't open web-based Sharepoint Designer

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I'm quite a newbie with Sharepoint, so please bear with me if I can't even ask the question appropriately...We installed SBS 2011 (Sharepoint 2010) a couple of years ago and it's running fine. We never used Sharepoint features.Now we wanted to explore Workflow...


ExcuteQueryAsync functions inconvenient

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Can any body explain this ?clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded),Function.createDelegate(this, this.onQueryFailed));it always output an Error in on MSDN site sure i've something wrong it worked when i replaced with the functions likeclientContext.executeQueryAsync(function(sender,args){...},function(sender,args){...});can anybody tell why ? and whats "createDelegate" ? and whats "this" ?


cannot see some sharepoint datafeed cuse of user right, that is wrong!

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I try to see 2 list data feed with same user rights that are in same sharepoint 2010 site via browser by some url like this "http://SiteURL/_vti_bin/listdata.svc/ListName . One is ok but another ask me user and password and then can not dispaly....


Content Search Webpart - Return Sites - Customer Template

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); What property filter should I use in the content search webpart to return sites created using my customer site template?Here is what I use now which returns all subsites under current site:path:{Site} contentclass:STS_Web Site<>{Site.URL} UrlDepth<4 I used JSOM and got the Site Title...


Server asks for credentails but doesn't show default.aspx

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I've installed Sharepoint 2013 Server on Windows Server 2012. But I've problems login into Administration Control Panel.I have installed development environment.After a lot of waiting Sharepoint asks me about my login credentials but after I typed my credentials there is a page displayed...


Connect Visual Studio to custom Pages

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I would like to connect my Visual Studio to our Sharepoint Sites and edit them. I can see connections in the server explorer, but that is all. Can not open them.I really do want to move away from: make change on .aspx file,...


Can not link data to SharePoint list from Access

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I'm working with Sharepoint 2013 & MS Access 2013, till yesterday, everything still good, I click on the button Open with Access, input data, share to site...BUT TODAY, the button Open with Access has been disabled (i dont know why) so I must...


How to increase length of search api query text?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Length of Search api query text must be 4096 characters. Are there ways to increase query text? ...


What is the permanent solution for SharePoint 2013 foundation high performance? My server have the 32 GB RAM

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Can any one can give the permanent solution for slow performance of sharepoint 2013 foundation server and my server have the 32 GB RAM. If i enter the data to list i got the server unable to save this time error. I am...


JavaScript to get all sites i'm follwing?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I'm looking for a way to get all the sites I'm following by using JavaScript. What's the best way to do this? ...


SharePoint redirects to error.aspx when no cookie present for office addins web browser control

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am new to SharePoint and facing an issue with SharePoint claims authentication redirection.Scenario - If I clear cache of IE browser, and login into chrome and open a word file for edit. MS Word will try opening file, but there is no...


SharePoint Online Iterating through Document Libraries CSOM

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am trying to iterate though a document library and set each document/items whithin to inherit permissions (at the moment each doc/item is using uniquer permissions).I am able to get the specific document library that I am interesting in, however I cannot at...


Using BCS i want records from SQL Server (ex-Employee) and after that in a page i need to use a Webpart where a user can search a record .

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (employee detail only from external DB) Can anybody suggest how to do or the procedure to achieve this ? ...


Add Custom Web Part to newly created page programmatically

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I created a custom web part for SharePoint 2013 and I would like it to be added to a blank page that is created for it.I looked it up and found out, that the I can add an Event Receiver to the Feature,...


Error with Provider Hosted App on Edit Form of a list item

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); We have an error on the Edit Form of one of our pages.We have developed a SharePoint Online Provider Hosted app which replaces the standard edit form of a list item and has some further events behind the save button. Since this is...


How to reverse GrantAccessToProcessIdentity("Domain/User")?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); In our SP2013 on-premise farm, we have two web applications. One for standard team sites and one for MySiteHost. These 2 web application are running under two different IIS app pool with two different identity.Users followed some sites. The users can post newsfeed...


RoleDefinitions.BreakInheritance 2013 CSOM API

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I need to break permission level inheritance. The following works fine with the server API: SPWeb.RoleDefinitions.BreakInheritance(true, true)Now I need to do the same with Sharepoint 2013 CSOM API. The method BreakInheritance seems not to be available for RoleDefinitions.


ImpersonationLevel setting in webservice all

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a c# client in windows which interact with SharePoint server using WebService calls such as GetListItems. There can be multiple way to call the webservice. I am using web reference proxy class(which uses .net aspx) to call the SharePoint Webservice.Please tell...


Logon authentication

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); We have a domain in our environment name "Roofing" in which SharePoint is installed.We are not able to login if the domain name is case sensitive. for ex: if i use the user name as: ROOFING\Shinyj ( WITH CAPS)i will receive the same...


Why does .get_title() called from an (SPOnline) App-Web return an incorrect Localized DisplayName?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Can someone please explain me where I go wrong with the code (all the way the bottom)On the same non-english Subsite get_title() returns different results when run directly in the site compared to when run from an App.Steps to reproduce:Run code in a...


No Apps Currently available, office for apps using Azure Web Site and office 365

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am trying to deploy and use an app for office. I created a simple Apps for Office project in Visual Studio 2013 and I deployed the web project to an Azure Web Site.I changed the SourceLocation of the Manifest file to point...


jeudi 29 janvier 2015

List Field Iterator Create New Item by Code

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a web part and I dynamically add a List field iterator to it://contentType is the content type IDSPList list = web.Lists[listName];SPContentType spct = web.AvailableContentTypes[contentTypeName];Iterator = new ListFieldIterator(){ ControlMode = SPControlMode.Display, TemplateName = spct.NewFormTemplateName, ListId = list.ID};Iterator.ListItem["ContentTypeId"] = contentType;Iterator.EnableViewState = true;var currentMode...


add permission on list items userwise by using CSOM/Javascript sharepoint 2013 [on hold]

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); i am adding permission on list items userwise by using CSOM/Javascript sharepoint 2013 can anybody have idea how to do this? ...


Query String (URL) Filter for Search Result?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); How to activate a Query String (URL) Filter for Search Result? ...


whats the best approach to copy andn sync lists - sharepoint 2013

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I Have a list A and would create List B. I would like to copy List A to List B and then keep it synced.Any ideas?Thanks in Advance


What happens if I check "Require Content Approval" as "Yes" and then I create a "Publishing Approval" workflow on it?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I checked the option "Require Content approval " in list setting and then I created a "Publishing Approval " workflow for adding a item in list . But I was not able to see the added item in approver's list until the creator...


InfoPath customize action when button is clicked

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); In an InfoPath 2013 form that accesses a custom list, I would like to add functionality to the form. When a user clicks on a button, checkbox, and/or some other item, I would like to change a 'status' value in the workflow. Basically...


Programmatically create site collection self service site creation

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Good Day,I'm sitting with the following issue. I'm creating a site collection programmatically... all was working fine on my dev server, until I deployed to test server. When I run the code on the test server the code fails with an unauthorized(Access Denied)...


How to create read only list view in SharePoint 2010?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Is it possible to create read only view for list?The people having edit access also should not be able to edit any record in this view.Please advise.


How to send reminder by using list item created user?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I need to send mail if created item in list past three from "created" field and "Process status" field is equal to Pending. Instead of mention the date i want mention this formula "created <= now-3" but i cant add this workflow designer....


What is wrong with the following Caml query

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have the following table with columns:Editor | _UIVersionString | Title | LookupNumber | Author a | b | Title1| 100;800 | adminI use the following query caml<Or><Or><Contains><FieldRef Name="Editor"/><Value Type="Text">a</Value></Contains><Contains><FieldRef Name="_UIVersionString"/><Value Type="Text">a</Value></Contains></Or><Or><Or><Contains><FieldRef Name="Title"/><Value Type="Text">a</Value></Contains><Contains><FieldRef Name="Lookup" /><Value Type="Lookup">a</Value></Contains></Or><Or><Contains><FieldRef Name="LookupNumber" /><Value Type="Text">a</Value></Contains><Contains><FieldRef Name="Author"/><Value Type="Text">a</Value></Contains></Or></Or></Or>But this...


Cannot Copy and Paste in SharePoint 2007 datasheet view

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I currently have office 2013 and I have been copy and pasting into a datasheet view list for SharePoint 2007 for a long time. All of a sudden I cannot paste any values into my list. the load wheel will show up for...


How to set a default calculated date 36 hrs from "Now", Excluding Weekdays

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I can set the default to =Today+(36/24) but it calculates from 12am. I want it to calculate from the current time, so 36 hrs from Noon or after would be 2 dates ahead. Ideally, I would also like to calculate only weekdays.


How do I get and sort child items using rest api?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have an asset library with managed content types, but for some reason I'm unable to get the managed content fields when I drill down to the Child level. At the moment, I'm only able to file names using 'this.name'. Anything else returns...


Sync Two SharePoint Lists

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have one list, call it List A, and I want to create a new list, List B, that has all the same fields as List A with some additions. List B will be edited at a later time, but I want it...


Generate automatically SSRS reports via SharePoint Workflow

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have developed SSRS reports (.rdl) and I want when a user subscribes to a report, this one will be generated by a workflow periodically, how can i do that on sharepoint 2010 ?


Editing users permissions so that users can edit listed items but not the sites look

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); im creating a sharepoint network for a big concern. What i want to do is simply give the users full permission when it comes to adding and editing documents. BUT, i do not want them to be able to edit the site itself....


Link to the uploaded document in RichTextHtmlField is not generated if custom document upload form is used

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a RichTextHtmlField in a page. The user who is entering data need to upload the document for reference. I want to change the selected option of Destination Library in the form. To do so, I have copied entire content of Upload.aspx...


Hide field in Add/Edit/Display Form

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I need to hide some fields in a Add/Edit/Display Form. I believe this can be done via some HTML in the form? I have only done this once and cannot remember how I did it last time. I am currently editing the form...


Get File Url from a Lookup Column REST API

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a lookup column that correlates to a background image in my presentation layer. Is it possible to expose the URL to the actual file via the $expand mechanism using REST?Example REST URI http://ift.tt/1D36Oi5If I do a separate REST call to the...


Add user to a new list item

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I would like to add to a list a new item with a User or Group field. The code is this: ListItemCreationInformation listItemCreationInformation = new ListItemCreationInformation(); ListItem item = list.AddItem(listItemCreationInformation); User u = context.Web.EnsureUser("Name Surname"); item["MyUserField"] = u; item.Update();Do you know what's wrong...


Impersonation Step that's dependent on an IF condition

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I'm writing a workflow for a dispatch process in a warehouse. The item goes through several stages before it can be closed, and at each stage, the item must be edited by different groups.I'm thinking the best way to do this is using...


hyperlink column in spservices

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am trying to get hyperlink type of column named as "Important Link". withoutvar liHtml5="" + ($(this).attr("ows_Important_x0020_Link")).split(", ")[0]+""; other code works perfect. Please help. My SPservice code is as below:$().SPServices({ operation: "GetListItems", async: false, listName: "URL_List", CAMLQuery: "<Query><Where><Eq><FieldRef Name='Title'/><Value Type='text'>"+ URL+ "</Value></Eq></Where></Query>", CAMLViewFields:...


Why my grid doesn't have rows when I load my werbpart?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Scenario: - Webpart with MultiView control. I have some GridView controls inside some of the Views. All these views are NOT the view showed when we load the webpart for the first time. - The idea is to translate all the ASP.Net controls...


Sharepoint 2013 and ajax problem

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I used that Ajax branding technique to load list items or any document library item into my design in Sharepoint 2010 now im working on 2013 and with the same technique i got failure$.ajax({url: '~/Lists/listname/AllItems.aspx',data:{id:"#divId"},dataType: "html"success: function(data){console.log($(data).find('table[summary="Awr Latest"]'));}});in 2010 i got response with...


Tagging a .zip file with Document Library Columns

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a Document Library for which a documentType column is defined. When I upload any file except for .zip files, I have the opportunity to enter values into the documentType column, thus classifying my document. This is not the case with .zip...


Sharepoint recover / restore deleted list views

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Just wondering if it is possible to recover or restore list views that have been deleted. i have a sharepoint list which has several list views. one of these list views was connected to an excel document. this list view was accidentally deleted...


Query String (URL) Filter for Search Result?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); How to activate a Query String (URL) Filter for Search Result? ...


How to add ads in SharePoint hosted app?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); How can we add ads (eg Google adsense) to SharePoint hosted app ? ...


Additional Metatdata and project sites

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have been asked to complete the following and im a little unsure if it can be done and how.A number of team sites would like to display a list of project sites which they are currently working on. The project sites would...


XSL how to add a field to View

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); In Discussion Board Subject View I want to add one field. How could I add this in Sharepoint Designer. I have got this code from Sharepoint designer Subject View: <WebPartPages:XsltListViewWebPart runat="server" ViewFlag="" ViewSelectorFetchAsync="False" InplaceSearchEnabled="True" ServerRender="False" ClientRender="True" InitialAsyncDataFetch="False" WebId="00000000-0000-0000-0000-000000000000" IsClientRender="False" GhostedXslLink="thread.xsl" NoDefaultStyle="" ViewGuid="{48EFF361-7793-4174-81E4-1F3F0ABD8430}" EnableOriginalValue="False"...


How to access Thumbnails in XSLT from Picture Library

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Can anyone help me? I would like to display the thumbnails from my picture library in my XSLT template I'm making. Here is the template so far.<xsl:call-template name="OuterTemplate.CallPresenceStatusIconTemplate"/> <figure> <figcaption> <h3><xsl:value-of select="@Title" disable-output-escaping="yes" /></h3> <span><xsl:value-of select="@Description" disable-output-escaping="yes" /></span> <span><xsl:value-of select="@ImageCreateDate" disable-output-escaping="yes" /></span> <span><xsl:value-of...


How to display list items store in different Web Application without REST?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have an one intranet site, and one public site. These have different web application. I want to display Tasks list and also insert items in intranet site into public site.I try to add XsltListViewWebPart into page of public site, but this just...


After retracting a solution the Sharepoint 2010 farm displays error

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); "The DataSourceID of 'TopNavigationMenuV4' must be the ID of a control of type IHierarchicalDataSource. A control with ID 'topSiteMap' could not be found." ...


Creating files in Document library in SharePoint 2010 using Powershell

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am using below script to copy files from one library to another:$SourceWebURL = "http://sitecollection/sites/site" $SourceLibraryTitle = "doclib" $DestinationWebURL = "http://sitecollection/sites/site" $DestinationLibraryTitle = "doclib" $ssite = Get-SPSite $SourceWebURL$sweb = $ssite.OpenWeb("subsite")$dsite = Get-SPSite $DestinationWebURL $dweb = $dsite.OpenWeb("Archivesubsite")$sList = $sWeb.Lists | ? {$_.Title -eq $SourceLibraryTitle}...


Difference between Assembly Deployment Target set to "GlobalAssemblyCache" or "WebApplication"

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); When I view the properties for my SharePoint 2010 project I can see an option of Assembly Deployment Target which can be set to either GlobalAssemblyCache or WebApplication.From this question I was able to figure out that setting value to GlobalAssemblyCache deploys DLL...


mercredi 28 janvier 2015

Credential in SharePoint Site while opening each document

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Once I log in using the credentials in sharepoint I need to do this for each document I try to open.So click on a link to some document in SharePoint, input the credentials and it works fine but if I then try to...


SharePoint 2013 - Consuming external web service

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am trying to create a SSO to connect to an External App in our Extranet platform. I've a custom web service, and with mail address I can get a token. By using a simple console application or ASP web site, I can...


Access denied while calling external URL ajax call

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I got the access denied error when i am calling external URL from Ajax call. it is working fine without SharePoint 2010. <script> function httpGet(theUrl) { debugger; var xmlHttp = null; xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET","http://ip.jsontest.com/", false); xmlHttp.send(null); alert(xmlHttp.responseText); var obj = JSON.parse(xmlHttp.responseText);...


Is there a way to schedule Javascript on Sharepoint online environment

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Is there any way to schedule a javascript for Sharepoint site? Actually we are using Sharepoint Online environment and are not allowed to deploy any custom code on the site. hence cannot use Timer jobs/workflows.Please provide any suggestions on how we can schedule...


how to retrieve the document from sharepoint document library

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Here i copied my code and output. i uploaded documents in SharePoint document library but i can't retrieve the document from the SP document library .using Microsoft.SharePoint.Client;using System;using System.Collections.Generic;using System.System. Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;using System.Net;using Microsoft.SharePoint;using Microsoft.IdentityModel.S2S.Tokens;using ClientOM = Microsoft.SharePoint.Client;using System.Text;namespace candidate_profileWeb{public...


Error while creating a folder in sharepoint library using powershell

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I am using below script to create a folder:$folder = $dList.AddItem("", [Microsoft.SharePoint.SPFileSystemObjectType]::Folder) $folder["Title"] = "Test" $folder.Update();Error: Invalid item data - missing fileref ...


Sharepoint server 2013 slow performance

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); Recently upgraded from 2010 to 2013 everything works fine but the performance is very slow whenever i open sherepoint designer it take too much time to communicate with the server especially after enabling Enterprise services in central adminstration


How to retrieve value of type hyperlink from managed property in display template?

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); I have a site column of type HyperLink / Picture where the url for the icon is stored. I want to access this in the custom display template for search items.Whenever I try to access the site column named ServiceIcon as described above,...


Moving SQL Log files to a new drive

(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({}); SQL log files(.LDF files) and data files are in the same drive because of which the drive is full.I want to move the log files to a new drive.Can someone help me with the steps on what to be done?