I tried this macro, but I doesn’t work.
I try to disable a field in the “editable grid mode” based on a field value. Any ideas?
if ({id} == ‘62’) // Set as read-only
{
sc_field_readonly({test}, ‘on’)
}else{
sc_field_readonly({test}, ‘off’)
}