I found out that aside from displaying a no records found from the DataPages, you can also choose to redirect your DataPages via Localization. You can input a custom javascript, HTML, or CSS in the custom text of the localization.
Here is an example, instead of displaying "No records found", I tested to place a java script redirection and it worked! Hope this helps in your future workflows.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
SinJunYoung
Hello guys,
I found out that aside from displaying a no records found from the DataPages, you can also choose to redirect your DataPages via Localization. You can input a custom javascript, HTML, or CSS in the custom text of the localization.
Here is an example, instead of displaying "No records found", I tested to place a java script redirection and it worked! Hope this helps in your future workflows.
Code:
<script>
{
window.location = "insert URL redirection here";
}
</script>
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.