modern list
4 TopicsPNP SharePoint Modern Lists DefaultEditFormUrl
Hi, Is there a way with PNP PowerShell to change a modern lists (SharePoint Online) default DefaultEditFormUrl. I know we can get the current values, but looking for a way to set it to my own custom page. Connect-PnPOnline -Url "https://tenanr.sharepoint.com/sites/x" $list = Get-PnPList -Identity "listane" -Includes DefaultDisplayFormUrl, DefaultEditFormUrl, DefaultNewFormUrl $list.DefaultDisplayFormUrl $list.DefaultEditFormUrl $list.DefaultNewFormUrl Thanks 🙂2.6KViews0likes1CommentHow To Hide a field in modern sharepoint list "edit form"?
Hello Everyone, I would like to hide multiple fields in a modern SharePoint edit form (and currently I don't want to use PowerApps customizations) https://*tenantname*.sharepoint.com/sites/*sitename*/Lists/*listname*/NewForm.aspx Notes and another technical fields should be hidden for a basic user. Is there any option to create multiple "form views" for a form, which differ in fields? Also I would like to hide some options in a multiple select list, which cannot be not selected in the edit form. Status: Draft Pending Checked - This option should "unable to be selected" on the form Completed - This option should "unable to be selected" on the formSolved32KViews0likes5CommentsUsing column filter search box returns any value (text column in modern list)
I have a library with a lot of columns. Some of these are single line of text columns. When I want to filter by values in a column I click the column header and choose 'Filter by'. This opens the filter pane with lots of values and a search box at top. It has 'type text to find a filter' in it. When I try to type a word or phrase to search for relevant column values, the list of suggestions that pop up shows not only item values that match the search, but seems like it returns any value. Seems like this seach functionality simply does not work. Hope MS gets this working soon. Here I am searching for column values that contain 'Konica'. There should only be one value returned whereas the drop down with suggestions show lots.1.9KViews0likes0Commentshow to lock certain column in modern list?
I want to create approval flow from modern list. With Flow app, every step is very easy to understand, so there were no problem creating one. Thanks, it is a great job MS. But one thing I cannot figure out is to set an item's status by approval. From below link, it says I have to create "approval status" column with y/n option. https://docs.microsoft.com/en-us/flow/modern-approvals I can do that, but the problem is, users can change that status by them selves. Is there any way to lock this column, and only changeable by system or admin?Solved2.2KViews0likes1Comment