Home › Forums › Modern DFFS › Find DFFS-Enabled Forms?
- This topic has 4 replies, 3 voices, and was last updated 1 year ago by Jorah Lavin.
-
AuthorPosts
-
-
November 13, 2023 at 15:21 #37245
We’ve been building DFFS-enabled forms on sites all over our SP Online sites, and now I’ve been asked to inventory which sites and forms have been set up this way. I was able to pull a list of our sites with the app catalog enabled, so I know which of my sites have DFFS on them, but I can’t find a way (other than opening each list and clicking the New button) to see if any of them have DFFS enabled.
Is there a way to identify these lists?
Thanks for any help!
-Jorah
-
November 13, 2023 at 17:45 #37246
Hi Jorah,
From a brute-force approach, I think you could rely on getting the NewForm/EditForm/DispForm properties of all lists in the list of sites that you’re reporting on.
Here’s an article with a CSOM and PS script that may work: https://www.sharepointdiary.com/2021/03/sharepoint-online-get-default-list-form-new-edit-display-urls-using-powershell.html
There seems to be a difference between the Modern slide-out default form URL and a Classic DFFS form URL, but I’m not sure how reliable that may be.
SPJS-DynamicFormsForSharePoint entries, in my experience, aren’t a guarantee that the form is still using DFFS.
I’m not aware if Sharegate has a report column that might shed light on New/Edit/Disp forms but that’s another possible option.
Would love to know what the best way to do this would be as well.
-
November 13, 2023 at 19:25 #37247
Thanks for that, EJ! I have ShareGate, and will reach out to coworkers with experience with PowerShell to see if they can assist.
-
November 13, 2023 at 19:45 #37248
Hi,
The configuration for the forms that use the Modern DFFS is stored in a hidden list named DFFSConfigurationList in each site that you can find by typing in the list path like this: “/Lists/DFFSConfigurationList/AllItems.aspx”.You can use for example powershell to look for this list in all the sites and then loop over the items to list out the “Title” and the “Form” fields – it will show all the lists / forms that use the Modern DFFS in that site.
The method EJ mentioned will not work for the Modern DFFS because the form url override is not used by the Modern DFFS.
Alexander
-
November 13, 2023 at 20:38 #37249
Alexander, you truly are the Keymaster! That’s going to make my work a lot easier.
Thank you from me and on behalf of the folks who will be working on this inventory.
-
-
AuthorPosts
- You must be logged in to reply to this topic.