Anyone built a type of notification center in NS? ...
# suitescript
w
Anyone built a type of notification center in NS? I'm thinking about a general place to show messages directed to the user. This could be used to notify the user of script results etc. A record with the notification, the recipient and if it has been viewed is easy enough, but what would be the best way of notifying the user (except email)? • UE-script deployed on all records (with it's performance degradations) to add some inlineHTML field on the record • Reminder portlet • Custom search portlet • Custom portletscript Would be nice with a new type of global client script
b
w
Looks interesting! Have you created something with it in netsuite? Can I send a push from a server script directly or would I need a third party service?