Hi Expert,
Any way to set read-only for entire DOC. I can make individual field read-only:
frm.set_df_property('status', 'read_only', 1)
But I want to make readyonly for all field based on some condition.
Regards.
Hi Expert,
Any way to set read-only for entire DOC. I can make individual field read-only:
frm.set_df_property('status', 'read_only', 1)
But I want to make readyonly for all field based on some condition.
Regards.
frm.disable_save()
Great Alternative