Hide the section break

Hello All,

I want to hide the section break field from a custom script.

Please suggest suitable syntax.

Regards,
Vishakha

You can use cur_frm.set_df_property("section break name", "hidden", 1);

2 Likes

Thank you ,it is working.