Make Rich Text field conditionally read only?
Posted: 11 Nov 2018
I have some code that moves fields to read only if a condition is met. it works for all fields that I have except for rich text fields.
fd.field('ExecutiveSponsor').readonly(true);
fd.field('Business_x0020_Justification_x00').readonly(true);
in this example, executive sponsor is a person field, and business justification is a Rich Text mutli line field. i cannot get that field to read only. any advice? im hoping i am just not using code correctly.
Thanks,
Trent
fd.field('ExecutiveSponsor').readonly(true);
fd.field('Business_x0020_Justification_x00').readonly(true);
in this example, executive sponsor is a person field, and business justification is a Rich Text mutli line field. i cannot get that field to read only. any advice? im hoping i am just not using code correctly.
Thanks,
Trent