We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
if i am using " g_form.disableAttachments" I am getting this error : in portal it was saying : g_form) [DEPRECATED] Method disableAttachments is deprecated and unsupported on mobilecan any one suggest me what is the best way to do
I have tried : var attachment_header = document.getElementById('sc_attachment_button');attachment_header.style.display='none';or var ma = gel('header_attachment_list_label'); ma.style.display = 'none';but no luck since in portal we have : <sp-at...