Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
UI Object Pagelink
I am trying to add some pagelinks to a form in the employee center. However, pagelinks do not appear. Anyone have any ideas? This code is in a before load script
form.setTitle("Paid Time Off Time Tracking") form.addPageLink("breadcrumb","Weekly Time Sheet","https://system.netsuite.com/app/accounting/transactions/timebill.nl?weekly=T"); form.addPageLink("crosslink","Weekly Time Sheet","https://system.netsuite.com/app/accounting/transactions/timebill.nl?weekly=T");
0