I'm somewhat of a SuiteScript beginner and I've be...
# suitescript
m
I'm somewhat of a SuiteScript beginner and I've been tasked with this: when checking a checkbox in the Quote object, a field in the Quote Lines becomes editable (normally it's disabled.) I assume this requires a Client Script, which would thus act on the web page itself and not through NetSuite's methods such as
updateDisplayType
. At a glance, there doesn't seem to be a way to readily identify the field. I attempted to rephrase my task in Google in search of inspiration, but no luck on that front either. Is what I'm attempting to do even physically possible? Can I dynamically change the display type of a Quote Line field when editing a Quote? đŸ¤”
b