CSOM + Custom Webparts Possible!?
Hi,I want to develop the Custom Webparts in SharePoint Online using C# - CSOMCan anyone tell me how!?Thanks, Parth
View ArticleCreating content type by setting parent content type id , Programatically...
Hi I am getting error that "Input string is not in correct format" when I am trying to create a content type programmatically by passing name, group, description & parent content type using...
View Articlehow page layout data is getting preserved
Hi,I have 3 page layouts based on a content type. Other then content type fields I have added extra fields to page layout . when I change page layout those extra fields data is getting preserved. I...
View ArticlePassing data from ItemUpdating() to ItemUpdated() in Event Receivers
Hi everybody!I'm developing sandboxed solutions for SharePoint 365. I just created an Event Receiver and I need to pass some data from ItemUpdating() method to ItemUpdated(). To reach this I tried to...
View ArticleCustom content type question.
If I have two list using the same custom content type. And add or remove a field on the content type. Will the changes be reflected on both lists?ThanksJame T.F
View ArticleHow to add get the field name for a newly added site column.
I have the following:- Enterprise wiki site collection inside SharePoint server 2013.I added a new site column of type managed metadata.I opened the enterprisewiki.aspx page layout using the SP...
View ArticleChange the start page url after provider hosted app deployment
Hi,I have a rather basic question, since I'm just starting to get my hands on SharePoint 2013 App-development.I am struggling with a provider hosted app. I created an Hello World app just to get...
View ArticleGet SharePoint file field value in visual web part
Hi, I'm trying to retrieve the value of the Comments column in a document library but all I can get is the field name. This is my code... ... can you help me please?using (SPSite site = new...
View ArticlePromoted Sites via Client API
Is there any way retrieve the list of Promoted Sites via client api? I realize there is PromotedSitesViewWorker for server side on prem solutions, but this is not helpful as I need the info from a...
View ArticleOne server for developing and testing sharepoint
Hi all, i have one server (only one hardware), and I want test my soluton, I must new VM and install SP to test my solution? Or can I create new WebApplication and deploy the solution to the new WA and...
View ArticleVariations issues with User & Group Site Column value
Hi all,I have created variation sites. e.g. http://mydomain/en-us for english & http://mydomain/de-de for german language. I have created custom page layouts. This page layouts are based on custom...
View ArticleProvider hosted App + UI
Hi,i have created a Provider hosted app. When I add and then open this app in the Sharepoint Online. it does not show me the Sharepoint Master Page (Blue Top Navigation bar, Tabs etc.) How do i retain...
View ArticleDocument Drag Drop only works in draft
Hello,When you attempt to drag and drop a document into a document app it simply says "Uploading" but never does anything. After testing a few things I've discovered that it only works if the page is...
View ArticleGetlistitemchangessincetoken in Javascript
Hi,I am trying to call getlistitemchangessincetoken through Javascript. Getting error "value cannot be null - Parameter namequery" Please suggestHere is the code <!DOCTYPE...
View ArticleWhat is web analytic feature? How can I add this feature in my sharepoint...
I need to add web analytic feature in SharePoint 2013 custom web template and activate it. what is web analytic feature? how can I achieve it. I read in one blog that this feature is not available in...
View ArticleReporting Services Add-In for SharePoint Products
Hi,Can I use the SSRS Web part installed by the add-in to see local mode reports just by instaling the add-in or do I also need to install the "Reporting Services - Sharepoint" on SS Shared Features...
View Article[Client Object Model] How to create an Index column on a SharePoint List
Using the CSOM programming model, how can I create a index on a column?can you please point me to a sample?val it: unit=()
View ArticleList workflow with “Start workflow when an item is changed” will run twice...
I have created the following workflow on the wiki page library to run when an item is changed:-And it will send emails as follow:- Currently when a user creates a new wiki page and he enters the wiki...
View ArticleSharepoint workflow add calendar appointment to outlook of creator
Hi,I'm working on a workflow to handle vacation requests. The basic requirements are:1. Task is assigned to creators manager who approves/denies the request.2. After approved an event is created in a...
View ArticleClient Object Model - Update Multiple List Items
I have a need to update multiple list items via CSOM. I...
View Article