What's an alternative class to Microsoft.SharePoint.WebPartPages.ToolPart?
I need to use the Microsoft.SharePoint.WebPartPages.ToolPart class, but I'm developing an on-premise provider hosted app so I can only use the Microsoft.SharePoint.Client library. Does anybody know...
View ArticleRelate Existing Record in Access Web App
How can I relate existing records / or entries in the database to one another in access web apps 2013?
View ArticleCSOM recursively read all taxonomy terms in a single call
I am working on some C#.NET code that loads the entire set of taxonomy terms for a site. The current code is structured like this:using (ClientContext context = new ClientContext(url)) {...
View ArticleSharePoint App keeps reloading itself in IE when displayed as an app part in...
I’m seeing an odd behavior with a SharePoint Online MVC app. App works perfectly fine when displayed in a Full Screen. But when displayed in an IFRAME as an app part, the initial page shows up...
View ArticleItem Security based on Content types using Event Receiver
Hi All,is there a way to automatically impose security(item level permission) on items based on their content type such that Item A with Content type A is only visible to users in Alfa sharepoint...
View ArticleSharePoint Hosted App “access denied” when saving to App Web in the App...
I have a SharePoint Hosted App/Add-In which when deployed/installed at Tenant Scope, where the App Web is located in the site collection of the App Catalog, I get the following error if the user is not...
View ArticleOffice 365 Development tenant subscription - Free year subscription error
I joined the Office 365 Developer Program today and have received the welcome email. In the welcome email there is a link to Get a free Office 365 developer account. When I click on the link I get a...
View Articleset_jsLink is not working for SharePoint Hosted App
I am developing SharePoint Hosted App for Office Store. I want to add field to some list of host web and set JSLink value. I used field.set_jsLink( "~site/.../file.js");field.update();ctx.load( field...
View ArticleAuto update date field is not being updated in Office Online Application
I am presently having an issue with Office 365 online services in SharePoint Office 365 environment. I have a document management system in SharePoint Office 365 where I have MS Office 2013 and MS...
View ArticleWhat is the syntax for string filter expression in...
Hello Everyone,I am looking for filter expression syntax, which I can use for filtering the data while fetching the SPOSitePropertiesEnumerable from tenant. I am able to get all site collections...
View ArticleIs SharePoint for development and learning only available in the Enterprise...
I would like to learn SharePoint and explore development in it. I currently have Visual Studio 2013 Pro with MSDN which does not include SharePoint. When I installed TFS 13 I had to skip the...
View ArticleGPS coordinates
Is it possible to add GPS coordinates to a sharepoint app?If so, what is the simplest method?Thanks,Ignacio
View ArticleRename App Title after the registered app principal
Hi Team I registered the app using/_layouts/15/appregnew.aspx URL in SharePoint online, now want to change app title. I have tried with “/_layouts/15/appregnew.aspx ” URL, however could change the...
View ArticleSharePoint REST API Post date from Input value
I am currently developing a SharePoint 2013 app and I have ran into an issue. I have REST api that runs when the user tries to submit data, I have managed to get the Title field to submit to the...
View ArticleHow to do a group by in sharepoint 2013 discussion Board?
I have sharepoint 2013 on prime and sharepoint 2013 online.I created a discussion board and added a new column named "Dept".I want to customize the subject view so that all threads are grouped by...
View ArticleAdd provider hosted app from Store programmatically
Hi, I have a requirement to add an app from app store using csom. any pointer ?Regards,AkashThanks, Akash
View ArticleBar menu of masterpage, site in office 365
I would like to export all the links of my top bar menu. I can export the masterpage and the design, but i can´t export the links.Can anyone help me ?
View ArticleDifferent Authentication/Security Provider for Each Site Collection
Hi ,I have a Web Application (WA1 ) and it has 4 Site Collections (SC1 , SC2, SC3 , SC4 ). I want to use Authentication Provider(AP1) for 2 Site Collections(SC1 and SC2) and another authentication...
View ArticleSharePoint Hosted Apps & Provider Hosted Apps
Hi ,Using an app catalog for a Web Application , can we host SharePoint App and Provider Apps in the same catalog ? If yes , can you please help me know how can we deploy / connect the provider apps to...
View ArticleCSOM to read type-specific fields for the RoleAssignment.Member property
I am trying to optimize some code that retrieves the RoleAssignment.Member property in some queries. The current code looks something like this:context.Load(webCollection, webs => webs.Include( web...
View Article