We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Hiding email client icon from scope application custom table

Not applicable

Hi Team,

 

I want to Hide email client icon from scope application custom table. I have write the script and made isolated script checkbox as false. But its not working in scoped application.

 

function onLoad() {

   var apr = g_form.getValue('approved'); //True/false field type

    if (apr != 'true') {

        $('email_client_open').hide();

    }

}

 

Its going inside the if condition but still its not working. Please suggest any solution or insides.

 

Thanks in advance.

5 REPLIES 5

Not applicable

Hi @Ankur Bawiskar , I have tried this $j('#email_client_open').hide(); solution but not wokring.  Do you have any other approch?.