Anyone tried getting the isDisplay poperty of the ...
# suitescript
p
Anyone tried getting the isDisplay poperty of the field object? Based on SuiteAnswers Field Objects should have a property of label, id, type, isMandatory, sublistId, and isDisplay. When I tried it, it is only showing label, id, and type. This is a part of a RESTlet.
n
G'day.
isDisplay
only works for clientscripts
for my understanding, although official doc says it's for
client-side and server scripts
, it just works for UE in my experience. maybe im wrong
👍 1
p
oh crap