`currentRecord.getField({ fieldId: 'custbody_rsc_f...
# suitescript
s
currentRecord.getField({ fieldId: 'custbody_rsc_forma_pg_st' }).isDisplay = false
What does isDisplay do?
s
It does exactly what you expect it to do, it can set the field to be displayed or not.
👏 1
s
I did not know Thanks @Sandii