Deeplink is not triggered due to empty parameter

0
Hi all After deleting an object (say Employee) I used a deeplink with employee number attribute of that deleted Employee object, then I am getting a page saying application is not available. Is there any way I can show some other page if the object is deleted?
asked
1 answers
0

Hii Rohith,

You can validate at start only by retrieving the object from database.

If object not found then show customized page, say "Employee you are looking for is not available".

answered