I am trying to setup the Architecture of SharePoint 2016 along with SharePoint Online (Hybrid). Can someone please help me out in creating the use cases?
Have you looked at: "https://technet.microsoft.com/en-us/library/dn957480.aspx#Set up SharePoint services for hybrid"? This article and the hybrid BLOG "https://blogs.technet.microsoft.com/beyondsharepoint/2016/08/12/hybrid-configuration-wizard/" are great resources.
Related
My boss purchased Microsoft 365 which came in three products. He now challenged me to design a management system, like an employee self-service portal. I am hereby looking for advice on where to start or which product to use, since I am new to this.
I have tried a bit of research and I came across the Sharepoint platform which can be used to create workflows and automate tasks. Is this the right way forward or there is a better and standard way to do it? Please somebody advise me.
Yes, you are on the right track if your goal is to create an employee portal. SharePoint and Azure Active Directory are the right services to start with. There is no best practice per say since it is all code and you could even build your own .NET app from scratch if you wanted to do that, but SharePoint is useful because it can give you some frameworks for getting something like an employee self-service portal set up quickly.
There are some good tutorials out there for this already:
https://www.youtube.com/watch?v=1NX0oh3VSNU
https://resources.techcommunity.microsoft.com/resources/build-modern-intranet-on-sharepoint-office-365/
This one even has some best practices for design choices:
https://blog.mydock365.com/employee-portal-design-sharepoint-intranet/
Hope this helps!
I would encourage you to explore the training portal for Microsoft 365 and SharePoint specifically:
Here is a link to the free SharePoint training resources offered there:
Microsoft Support: SharePoint video training
This site also offers some fantastic infographics and cheat-sheets for SharePoint:
How to customize your SharePoint website
Office cheat sheets: SharePoint Online
Check out the SharePoint Look Book:
SharePoint Look Book
actually i tried to migrate lists and document libraries from one site to another site in sharepoint 2013 and migrate sites also from 2010 to sharepoint 2013. But,I want to migrate web application from sharepoint 2013 to sharepoint online.
We are limited to creating Site collections only in SharePoint online. You cannot create/migrate the complete web application to SharePoint online in one go. You would have to migrate either a complete site collection or site level.
I have experience migrating with SharePoint migration tool from Microsoft (which is free software) and it worked well.
However, i would suggest to migrate individual site level as it would be easy to manage. I have tried migrating a site collection which failed after 40% and it was difficult to debug where the error was. I later figured it was the nintex form on a document library that was a culprit.
Good luck with your project!
You may use below methods to create apps
Using SharePoint Apps ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins )
Use the latest SPFx framework (https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview) to create apps.
I have been working with SharePoint online for sometime.I have been given the task to build an app to create subsites in SharePoint 2013 online website. I prefer working with C# code. I am looking into SCOM to built the App.I want to know if this can be done or does online version only supports JavaScript COM development.
I have gone through multiple materials from Microsoft but no were its clear about autohosted app running on SharPoint online.
I have created a SharePoint App project and set it to autohost. But it throws token not found error while trying to run it against sharepoint online. Looking for advice.
Edit - I need to know if SCOM can be used to develop apps for SharePoint online site
Thanks.
Sounds like you're just starting off with SharePoint apps. SP apps use CSOM (client side object model). I personally prefer JavaScript (JSOM) MSDN JSOM Basic Tasks
If you want to develop against an online environment, then select SharePoint hosted not autohosted. If you are using the app internally then continue, if you are hoping to publish it to the app store then you can report back that this requires full control permission which you are not allowed to request in an app published to the SharePoint store.
When I first started developing SharePoint 2013 online applications I found this article on codeproject a great help.
It might be usefull for you as well: http://www.codeproject.com/Articles/690015/SharePoint-2013-Online-App-Development-Part-1.
Alternatively you could give the official Microsoft Office 365 training kit a look. It's basically the same as SharePoint 2013 online.
http://www.microsoft.com/en-us/download/details.aspx?id=14889
According to the MSDN documentation, "Currently, the REST service in SharePoint 2013 Preview is read-only.", so I need to identify bi-directional, r/w access to sharepoint databases and its workflow.
MSDN Doc ref: MSDN Build mobile apps in Sharepoint 2012
Uhm... Trying my best here. What part of the MSDN documentation are you referring two. There are regular REST webservices in SharePoint 2013 which you can access almost everything of SharePoint. Right now SharePoint is in beta though, so is the documentation. Try looking for SharePoint 2013, REST and _api and you will find everything you need to know.
I have a WSS SharePoint site that i need to deploy and publish to that Users will be able to access it through the internet.
I know this is possible, but how do i go about getting this done?
Does anyone have some good articles?
Kind Regards
Etienne
From Microsoft Team Blog, essentially a page linking to relevant articles.
You can also download the SharePoint Planning Services Starter Kit