Sharepoint List New Item Showing as classic instead 'online'/ new view

2024-07-09T05:27:21.93+00:00

Hi,

We have a sharepoint list, in Sharepoint Online.

When use the specific 'new item' link, to share for users to raise items for the list, it keeps viewing in 'classic' not sharepoint online version and same for the whole list items.

We tried to apply below settings, but page shows error.

Open the List> Settings> List Settings> Audience targeting settings> Uncheck the option> OK.

Any ideas what setting might be triggering this and how to turn this off?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,249 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,893 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 33,641 Reputation points Microsoft Vendor
    2024-07-09T07:58:56.5833333+00:00

    Hi @Chinzorig, Tsomirlog (Ulaanbaatar),

    First ensure you have the necessary permissions to make changes to the list settings. You need to be an admin or have full control permissions for the list.

    Then you can clear your browser cache or using a different browser. Sometimes browser compatibility issues can cause the SharePoint page to fall back to the classic experience.

    Finally check if there are any list-level customizations, scripts, or web parts that might be forcing the classic experience. If you have access to SharePoint Online Management Shell, you can use PowerShell commands to enforce the modern experience. For example:

    Connect-SPOService -Url https://yourdomain-admin.sharepoint.com
    Set-SPOSite -Identity https://yourdomain.sharepoint.com/sites/yoursite -DenyAddAndCustomizePages 0
    
    

    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.