Join Slack
Powered by
is it possible to hide these links via suitescript...
# suitescript
m
MoCheeks
07/02/2020, 8:47 PM
is it possible to hide these links via suitescript on a transaction form?
s
Sandii
07/02/2020, 8:53 PM
You could probably hide them with DOM manipulation, not with the standard APIs.
b
burkybang
07/02/2020, 8:54 PM
Copy code
jQuery('.page-title-menu').hide();
burkybang
07/02/2020, 8:54 PM
Put that in pageInit() in a client script
m
MoCheeks
07/02/2020, 8:59 PM
wow, that did it. Thanks!
👍 1
Open in Slack
Previous
Next