How can I find the script ID of the homepage?
# suitescript
r
How can I find the script ID of the homepage?
/app/center/card.nl
takes me to the setup manager
b
you probably want to say what you are trying to do
r
redirect to the homepage
b
closest description to what you are asking for is the task id
r
Ah yes,
CARD_-29
is a sensible name for the homepage.
😆 1
Copy code
redirect.toTaskLink('CARD_-29');
s
where did you find that
CARD_-29
?
r
Follow battk's link and then continue to the Task IDs link. Then go wandering through the homepage source code