When dealing with SharePoint Online, there are some limitations to consider.The most famous one is the list view threshold of 5000 elements in a list view. But there are also others. In my company, we have implemented a project workspace solution for managing projects. In essence, we create a subsite for every project in a project list. This has lead us to another potential limitation: The number of subsites per site collection.When googling the limitations of SharePoint Online, I find a page saying ......
I was working in SharePoint designer, trying to customize the edit form. I had two objectives:-To customize the form by rearranging the order of the controls and adding some headings etc.-To add a related document library at the bottomThis turned out to be a far more challenging task than I thought. My Idea was to simply add a related list on the edit form, and then customizing the html to fit my needs. To make a long story short, this is not possible, because the related list is dependent on a certain ......