@mbrewer may seem a bit "janky" but maybe change the display type, set the value, then set the display type back? I am assuming you can do this in code, not tried.
m
mbrewer
08/14/2018, 7:19 PM
Ended up using this as my solution. The suitelet code initially sets the display type to ENTRY, then client script pageInit sets display type to isDisabled = true,
mbrewer
08/14/2018, 7:19 PM
Then my field changed sets isDisabled = false, commits the updated value, then sets isDisabled = true. Users can't tell aside from the disable on pageInit, but it bothers me that it exists this way 🙂