Sharepoint issues - JackHu88/Comm GitHub Wiki

techcommunity

https://techcommunity.microsoft.com/t5/sharepoint/ct-p/SharePoint

Workflow opens blank on Sharepoint Designer 2013

  1. Clear cache

    C:\Users\username\AppData\Local\Microsoft\WebsiteCache

    C:\Users\username\AppData\Roaming\Microsoft\SharePoint Designer\ProxyAssemblyCache

    C:\Users\username\AppData\Roaming\Microsoft\Web Server Extensions\Cache

  2. Install the Service-Pack 1 for your version of SharePoint Designer

    https://www.microsoft.com/en-us/download/confirmation.aspx?id=42009

Exception from HRESULT: 0x80131904

Sharepoint数据库日志文件满了,收缩数据库log文件

Not able to open a SharePoint modern site using SharePoint Designer

$cred = Get-Credential
Connect-SPOService -Url https://TENANTNAME-admin.sharepoint.com -credential $cred
Set-SPOSite -Identity https://TENANTNAME.sharepoint.com/sites/SITENAME -DenyAddAndCustomizePages $false
 
# to test if it changed
$site = Get-SPOSite -Identity https://firemountain.sharepoint.com/sites/Office365Training
$site.DenyAddAndCustomizePages
Disconnect-SPOService

From <https://techcommunity.microsoft.com/t5/sharepoint/not-able-to-open-a-sharepoint-modern-site-using-sharepoint/m-p/262603> 

Could Not Load File Or Assembly Or One Of Its Dependencies – Issue In SharePoint Farm Solution

To avoid this error, go Package.package in your solution as show below In Package.package window, go to Advanced tab and give source path to your dll and click on OK.   From https://www.sharepointpals.com/post/could-not-load-file-or-assembly-or-one-of-its-dependencies-issue-in-sharepoint-farm-solution/

Register Client ID

https://skydrive3m.sharepoint.com/sites/GCCN/_layouts/15/appregnew.aspx
https://skydrive3m.sharepoint.com/sites/GCCN/_layouts/15/appinv.aspx

<AppPermissionRequests>
    <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl"/>
</AppPermissionRequests>

https://www.ktskumar.com/2017/01/access-sharepoint-online-using-postman
https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/add-in-permissions-in-sharepoint

Download File

/_layouts/download.aspx?SourceUrl=

Upload file

/_layouts/15/Upload.aspx?List=%7B4A8FCC70%2D477F%2D4AE4%2D9F4D%2D00A6191F01AB%7D& RootFolder=%2Ftech%2Fec%2FAddNewDocDemo&Source=https%3A%2F%2F stargate%2Emetrostarsystems%2Ecom%2Ftech%2Fec%2FAddNewDocDemo%2F Forms%2FAllItems%2Easpx&IsDlg=1

export list data

/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List={LIST GUID}&View={VIEW GUID}&CacheControl=1

Add owner to access request list

Site settings-->Access requests and invitations
F12 find list guid in line 78 /_layouts/15/listfeed.aspx?List=bb19d85f%2D199d%2D417c%2D8e5f%2D4fac37785982
go to Access Requests list settings
/_layouts/15/listedit.aspx?List=bb19d85f%2D199d%2D417c%2D8e5f%2D4fac37785982
add owner permission

SharePoint 2013 workflow send email permission denied

if send email to sharepoint group, the group need configure to everyone can view

Enable Resources Calendar

https://www.codeproject.com/Articles/588685/Reservation-of-Resources-in-SharePoint-and-SharePo