cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Created an event in MDK project after that deleted the page getting error don't find reference file

tirumala
Explorer
0 Kudos
177

Created an event in MDK project after that deleted the page getting error don't find reference file how to overcome the error 

IMG_20240916_134637.png

Accepted Solutions (0)

Answers (1)

Answers (1)

panushjain
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @tirumala 

You need to remove the reference /first_demo/Actions/OnNavToEditCustomer.action from your Cust_Details.page

Go to Cust_Details.page and search for the OnNavToEditCustomer.action. Delete the reference as OnNavToEditCustomer.action no longer exists in the project.

Thank you.