Disabling Apex items the right way

Sometimes you want to show data without the user being able to change it. The easiest way in Apex to use reports and read only items. There are use cases however for which this is not good enough.For example when you want to change from read only to editable item dynamically or vv. Or if … Read more