Hi Guys, what is the id of sublist "Contacts" and ...
# suitescript
a
Hi Guys, what is the id of sublist "Contacts" and column field "Remove"?
n
The records browser will tell you the sublists on a record. (since you make no mention of the record you are looking at) https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2023_2/script/record/account.html The remove link is not strictly speaking something you can remove in script. You may need to update a users access to get around this.
a
@NElliott This is Vendor record
it's not showing on record browser
n
what isn't?
a
@NElliott I need id for that sublist and column field
I am trying to hide that column "Remove"
@NElliott For hiding, I need the id
n
Remove is not "hideable" as a column
in script
Being able to remove a row is related to config / user access AFAIK
(not sure why contact is not listed as a sublist on vendor record in the records browser).
it showing that we can hide column
n
Where does it state the "remove" column can be removed?
Some can be... that cannot, in script
Love to be proven wrong. The only other way I can suggest is you look at the webpage element and use javascript/jquery to remove it, but that's hacky.
a
Okay @NElliott
n
I would still look at the user roles route though, you may be able to amend those to prevent the column showing but that's outside my wheelhouse unfortunately.
a
Got it @NElliott, thanks for your help
👍🏻 1