I always thought that SharePoint overwrites files with the same name(of course when you check this checkbox). Unfortunately it is not the case, SharePoint does not "overwrites" it, he deletes the documents and creates a new one while keeping the name. Who says a new item, says a new ID....The problem is if you have … Continue reading SharePoint does not overwrite documents with the same name, he creates a new one!
Author: moudhdfersalhi
SharePoint Audience Problem : Group Renamed
Hello Everybody , I had just posted an article in my new blog explaining a little problem with SharePoint Audiences. Here is the link : SharePoint Audience Problem : Group Renamed
SharePoint 2013 Search : Crawl Property bags
Hello Everybody , I had just posted an article in my new blog explaining how to use search to index SPWeb.AllProperties. Here is the link : SharePoint 2013 Search : Crawl Property bags
SharePoint Prefill ClientPeoplePicker Programatically
Hello Everybody , I had just posted an article in my new blog explaining how to pre-fill the ClientPeoplePicker on SharePoint 2013. Here is the link : SharePoint Prefill ClientPeoplePicker Programatically
SharePoint 2013 REST API List CRUD
Hello Everybody , I had just posted an article in my new blog explaining how to use SharePoint 2013 rest api to manage list items. Here is the link : SharePoint 2013 REST API List CRUD
SandBox solution : provision publishing page with custom web parts
In my last article i talked about provisioning publishing pages with a module on sandboxed solutions. Today i will talk about adding custom WebParts to a provisioned publishing page. On farm solutions we need only type of the WebPart and the import error message. But on sandbox we need to specify the id of … Continue reading SandBox solution : provision publishing page with custom web parts
Sandbox Solution : Provision publishing page
Last year while working with sandboxed solution for SharePoint 2010, i faced a problem while creating a module to provision publishing pages with WebParts. Problem : I used this code : I added this module on a feature, but when i activate the feature i get : The page is draft … Continue reading Sandbox Solution : Provision publishing page
User Profile property not appearing in search
Hello Everybody. Today i am going to talk about a problem i got twice(on sharepoint 2010 and 2013). It is about some user profile properties that are not crawled. Solution : Well you have to check 4 important things : At least one user profile has informations on this field/property. You selected "Everyone" on user … Continue reading User Profile property not appearing in search
Search Results Web Part Exact pagination
Introduction : Hello everybody. I will talk again about the Search Results Web Part. But this time it will be about how results are displaying, and especially the pagination. I think you all know that the pagination on standard control templates is approximative, and number of results is not exact. As you … Continue reading Search Results Web Part Exact pagination
Search Results Web Part Sorting not working
Introduction : Hello everybody. Today i got another problem with the Search Results Web Part. I wanted to sort results. I went on "Sorting" tab and choose to sort by one of my own properties. When i test the query with the simulator it is working fine. But when i … Continue reading Search Results Web Part Sorting not working