Enable SharePoint Designer for SharePoint online site

Ramanjjilu Naidu 0 Reputation points
2023-02-20T07:06:49.81+00:00

Dear Team,

I have enabled Custom Script for my SharePoint online site three days before, normally it takes 24 hours to activate SharePoint Designer. But still i am unable to see it. Any idea what went wrong, why it is not enabled? Your support would be highly appreciated, thank you.

User's image

Regards,

Raman

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Emily Du-MSFT 51,846 Reputation points Microsoft External Staff
    2023-02-21T06:22:11.32+00:00

    You should enable custom script in both tenant and site level.

    1.Enable in the tenant level. Go to SharePoint Online Admin center settings page -> Custom Script section -> Set "Allow users to run custom script on personal site" and "Allow users to run custom script on self-service created sites" options.

    2.Enable in the site level. Run following PowerShell.

    $AdminSiteURL="https://tenant-Admin.sharepoint.com"

    $SiteURL="https://tenant.sharepoint.com/sites/creditpipeline"

    Connect-SPOService -Url $AdminSiteURL -Credential (Get-Credential)

    Set-SPOSite -Identity $SiteURL -DenyAddAndCustomizePages $False

    3.SharePoint Online site -> Click Settings -> Site information -> View all Site settings -> Click SharePoint Designer Setting under Site Collection Administration -> Check Enable SharePoint Designer.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Chinonso Anyanwu 0 Reputation points Microsoft External Staff
    2023-12-20T20:02:25.5733333+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.