Is there a supported way to change the visual display of fields?
Answered
I would like to increase the length of a text entry filed to double the usual length as this would make for a better UX.
I looked into the SuiteScript UI modules and didn’t find anything that appears to modify the display of fields and in the doc fond a warning that modifying the DOM directly is not supported. Is there a way to modify the DOM through NS approved methods?
Thanks for your time!
Best answer
I think the easy answer would be to set them up as text area fields and define the width and height on the field definition.
Often times, if this is an issue on a standard field, I’ll create a custom field to mimic it and push the values into the standard field if they need it to be there.