Hello All,
I want to hide the section break field from a custom script.
Please suggest suitable syntax.
Regards,
Vishakha
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);
Thank you ,it is working.