- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2019 05:29 AM
In my AFTER BR I have gs.setRedirect(url).
It is not redirecting.
I have checked that the url is correct and when pasted into a browser gets the record.
I am in Helsinki
has anyone redirected to a record from a BR?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2019 05:42 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2019 05:42 AM
You need to do action.setRedirectURL(url); instead of gs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2019 05:55 AM
I am not in an action. I am in a BR.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2019 05:58 AM
I looked up existing business rule that are OOB and they have action. I don't think that is specific to being to a UI Action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-05-2019 06:42 AM
you are correct. my first research indicated that i needed to use gs but action works.