We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

gs.setRedirect(url) in BR

ggg
Giga Guru

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?

1 ACCEPTED SOLUTION

brianlan25
Kilo Patron

You need to do action.setRedirectURL(url); instead of gs.

View solution in original post

4 REPLIES 4

brianlan25
Kilo Patron

You need to do action.setRedirectURL(url); instead of gs.

I am not in an action. I am in a BR.

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.

you are correct. my first research indicated that i needed to use gs but action works.