Jump to content
  • 0

Localization redirection


SinJunYoung

Question

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. 

image.thumb.png.05886e2473d8f1ca1436e49feda05718.png

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...