![]() |
mbintex 5/30/2017 |
I do something similar. From a list I switch to related records in other tables. $data = $button->getCurrentRecord();
document.location.href = result; |
A
|
Athlon 5/30/2017 |
I believe you are meaning this: |
S
|
seedavidwork author 5/30/2017 |
I am redirected to the correct Dashboard with a URL that matches what I would expect to see based on the button code you shared, but the URL I do something similar. From a list I switch to related records in other tables. Snippet looks like this: Nothing in "Client Before". This in "Server": $data = $button->getCurrentRecord();
document.location.href = result; |