New Post: Provisioning.OneDrive solution in high-trust on-prem environment
I try to run the solution Provisioning.OneDrive as a high-trust app in an on-prem environment. I get an exception when trying to load the personal site rootweb into context: ... Web rootWeb =...
View ArticleNew Post: Provision OneDrive using only PowerShell
Hi all. I have made it possible to run the provisioning sample from PowerShell. No Visual Studio or developer skills needed... Have a look at: Office 365 guide series – Provision OneDrive for Business...
View ArticleNew Post: Automating the Creation of Document Content Types
Hi I have been looking though the latest samples to see if I can reuse on my current on pem SharePoint 2013 SP1 project - very impressive. Incidentally, I have found it quicker to see the usage and...
View ArticleNew Post: Anti XSS using AppModel
Hi, If we use app model for our custom solution, how we can achieve AntiXSS on a data grid. In current scenario we are using AntiXSS.dll on the server side custom solution for address security XSS....
View ArticleNew Post: Request How To: Use of People Picker in Provider Hosted App
Hi Vesaj, We are using SharePoint 2013 on premise environment (High trust apps). We tried to implement People picker in our solution using Office AMS samples but couldnt achieve it, because we don't...
View ArticleNew Post: Provisioning of List Schema using Remote Provisioning
Hi, First of all great stuff and thanks for sharing with us this code. For remote provisioning, as per my information code talks about list instance only. but what in case of List schema. So if user...
View ArticleNew Post: Provisioning of List Schema using Remote Provisioning
Hi Keval, As part of the provisioning you'd provision first out fo the box document library and then you'd apply the needed customizations on top of that using CSOM... this could be views, content...
View ArticleNew Post: Request How To: Use of People Picker in Provider Hosted App
Hi gomathinetha, I'm not sure what issues you actually got in detail, but the code should be working with on-premises as well. I have not however written this example, so would revert to the right...
View ArticleNew Post: Provisioning of List Schema using Remote Provisioning
Hi Vesku, Thanks for your reply. Currently we are following same approach as you mentioned however through console application not with App. but here again I was looking that if End user wants to...
View ArticleNew Post: Microsoft.SharePoint.Client.Utilities.Utility.SearchPrincipals
the SearchPrincipals method does not return external users (meaning you share your site with an external user). Same goes for Utility.ResolvePrincipal which cannot resolve external users. I am using...
View ArticleNew Post: SharePoint Provider Hosted App - Property Bag
Experiencing the same and it sort of blows. Same issue with the property bag of a list. Too bad we have to resort to SP hosted apps, or provisioning pages with JSOM code in the host web to make this work.
View ArticleNew Post: OfficeDevPnP.Core for prvoder hosted model
Hello,"Branding.UIElementPersonalization" sample references to OfficeDevPnP.Core DLL (in the code, it actually references to an old name OfficeAMS.Core). When I look into OfficeDevPnP.Core, it seems...
View ArticleNew Post: OfficeDevPnP.Core for prvoder hosted model
Hi Xi, Missing of SharePoint tab is due the fact that OfficeDevPnP.Core is just class library project and does not really have any SharePoint deployment specific settings. SharePoint tab only exists in...
View ArticleNew Post: SharePoint Provider Hosted App - Property Bag
Hi Wobba, Difference between JSOM and provider hosted app in this case is the context. In JSOM we are running the code in the context of the user, so use permission are more valid. You can actually do...
View ArticleNew Post: SharePoint Provider Hosted App - Property Bag
Thanks for answering Vesa :) The real issue here is why a user locally with contrib rights can modify the property bags, while the App contex with Write permissions deny the same action. Using JSOM...
View ArticleNew Post: OfficeDevPnP.Core for prvoder hosted model
Thank you Vesa. It is clear for me now :)
View ArticleNew Post: HTML Page as default page of Sharepoint hosted app
Hi, you know if it´s posible put a index.html file as default page of a Sharepoint hosted app instead a Default.aspx page? Any examples? Thanks in advance
View ArticleNew Post: Provisioning Subsites with a Sharepoint Hosted Apps
Hi, Please correct me if misunderstand. You want to build solution SharePoint site with Out of Box features. This could be a independent portal also. There is two approach 1st is easy solution. Create...
View ArticleNew Post: Request How To: Use of People Picker in Provider Hosted App
Hi, We are using people picker control in our OnPremise High Trust app page. When we type something in the people picker box, it doesn't fetch list of users matching the typed name and it shows errors...
View ArticleNew Post: Request How To: Use of People Picker in Provider Hosted App
Hi Shi That could be an issue with the security zones in the browser. You need to ensure that the portal and the SP app domains are in the same zone. If there's any other questions, please use the...
View Article