Jun 16 2020 11:06 AM
Before I describe my issue, first I want to confess to not following best practices when I was less-experienced. In order to create a solution that displayed "related" documents (via a lookup column) to a SharePoint list item, I customized DispForm.aspx in SharePoint Designer. I even went as far as to create a copy of DispForm.aspx (called DispForm2.aspx) before I made my SPD customizations.
Fast-forward 4+ years and now the same list needs a custom PowerApps form because PowerApps is a bit more modern looking than the old custom list form. So far, everything is working fine with the PowerApps custom form for this list, except that when you click the "Copy link" next to an item in the list, it still goes to the old DispForm2.aspx page.
I've tested, and ViewForm.aspx and EditForm.aspx correctly go to the new PowerApps custom form, but just DispForm2.aspx goes to the wrong (old) customized form. Does anyone know if there's a way to get out of this problem without just copying the list data and recreating it from scratch?
Jun 16 2020 10:26 PM
Jun 17 2020 07:37 AM
@ChrisWebbTech Unfortunately, the list is in Modern mode and still shows this old DispForm2.aspx page.
Jun 24 2021 11:13 PM
Mar 05 2024 05:57 AM
Mar 05 2024 06:04 AM