I have a SuiteLet with a List. There's a field on ...
# suitescript
n
I have a SuiteLet with a List. There's a field on a row in the list that I want to update but I do not want the user to have edit access. Setting the field to type "ENTRY" allows me to update it but also the user. If I try and disable it I am unable to update it. I thought I could update the displayType to "ENTRY" and back again after the client script sets the list column field value but whenever I try and use getSublistField the field comes back as null... Any ideas gratefully received! 😉