Hi,
In multiple records form that i need to set read only field when field contains no data.
I was trying to adopt below code on OnLoadRecord event but no luck.
if ({vehicle_group } == false )
{
sc_field_readonly({vehicle_group }, ‘off’);
}
else
{
sc_field_readonly({vehicle_group }, 'on);
}
Much appreciated for any help in this regards.