List - any difference between using INFOPATH to customise a form vs...
Hi there,Is there much of a difference between customising a LIST form using infopath to alter layout and so forth, vs changing things via altering the "Form Web Parts" for the three forms (new, edit,...
View Articlesite columns update display name
if you have a feature that has developed a content type with 5 fields and the users want to change the name, is it okay to change it in the site settings or are you ill advised to change this as the...
View ArticleHow develop transaction based system like event management system in...
Hi,How can we develop transaction based system like event management system inSharePoint 2013 online( Office 365 E3 version) and manage Transactions (like rollback, commit operation), data integrity,...
View Articlegroup by more than 2 columns sharepoint 2013
I have tried to follow this procedure to be able to group by more than 2 columns in sharepoint online but I am not able to do...
View Articledevelopment setup for updating list "solution" functionality
Hi there,This is a pretty general question as I'm really only just scratching the surface on SP.I have an existing (simple-ish) list solution/feature that has been developed as a VisualStuido 9 project...
View ArticleIssue with updatepanel on iPad Safari browser with claims authentication (SP...
We have migrated MOSS 2007 site (which has custom webparts, JavaScripts, AJAXControlToolkit etc.) to SharePoint 2013, which is working fine on IE but when we open newly migrated site on Safari browser...
View ArticleSharePoint online Content search webpart - query with date error
In SharePoint online I created a contenttype with a custom column "Excerptenddate" I want the content search webpart to filter on this date field. In advanced mode I set a property filter on my field....
View ArticleReading data from App Web List and Displaying in HostWeb.
Hi,Is it possible to read list data from AppWeb and display it on a page in HostWeb?Any approaches to achieve this?Regards,Rivin Jose.
View Articleprint or export the selected SharePoint List item in word document
Hi Friends,How to print or export the selected SharePoint List item in word document.Can any one done this previous.Could you please help to achieve this functionality.Thanks,Tiru.Tiru
View ArticleCustomize People Search Results Core (Control?)
I'm working on a Corporate Directory at my institution and am trying to figure out some customization pieces. I know of how to customize the People Item template to add additional fields and had no...
View ArticleGet Child Count in Access SharePoint List View by JSOM
any one can help, I want to get the count of group by view in SharePoint List using JSOM, below is my code, I can access the view which is group by item (Created), but not getting count filed.function...
View Article2013 Workflow not triggered on item created with a workflow
Hello,Consider the following scenario:I have a site with two lists: Source and Destination.I create a workflow in list source, Source - On Item Created that will create a random item in Destination.In...
View ArticleIssue with getting Search values from a query and parsing its values in...
I am using javascript in SharePoint 2013 site pages to show the search results for custom column derived from termset. I am trying to get the search results as follows using the Search REST API with...
View Articlehow to create a web part that access sql server different from sharepoint server
How to create a web part on sharepoint server A that access a database on sql server BI am new to sharepoint.Thankssz
View ArticleIssue on Firefox with executeQueryAsync call
I have written ECMA script to add an item into on SharePoint List. I am using ECMA script for the same. Code is given belowfunctionAddMailBoxItems(to, subject, message){var clientContext =...
View Articlehow to force all the site collections & subsites' logos to referecne to the...
I have a web application which contains 2 site collections and the site collections have subsites.Currently the first site collection is deployed under the root:http://servernameWhile the other site...
View ArticleCreating custom role similar to that of contribute programmatically
Hi,How to create a custom role similar to contribute, but without the delete option programmatically ( C# ).Thanks
View ArticleCSOM get content type by name - javascript vs. C#
When trying to find a content type by name using CSOM in C#, I can avoid requesting all contenttypes and filtering client side:var cts = web.ContentTypes; ctx.Load(cts, c => c.Where(w => w.Name...
View ArticleHow to access a Particular 'Read List' operation in CSOM using Jquery..
I read the article below and found that multiple 'Read List' operations can be defined in same ECT as...
View ArticleCopy folder using workflow
I am able to copy files from a library to another library in a workflow using REST and the copyTo method. Is there a way to copy a folder?
View Article