while learning suitescripting, I created the class...
# suitescript
c
while learning suitescripting, I created the classic hello world script, I got it to display when creating a new employee. I would like it to display when any user logs into netsuite, but I cannot figure out what the trigger is for that.
b
you wont be able to do that in general
im guessing you have a client script, which only functions on certain records
if you had more general requirements, like display when viewing a dashboard, a portlet may work for you
c
ah ok Ill look into that, thanks