Hide activity or journal or worknotes using clientscript setDisplay

Tadz
Tera Guru
Tera Guru

Hi, how can we hide the journal/worknotes/journal field in the sc_req_item table using g_form.setDisplay();

Thanks,

Tadz

1 ACCEPTED SOLUTION

Nope. As far as i know.


View solution in original post

7 REPLIES 7

sumeet_n
Kilo Guru

I dont think that is possible using g_form functions. Unless you want to use jquery or get elements (not recommended).


So theres no other way to hide it in the onload client script?



Thanks,


Tadz


Well, you can choose to display them or not using the activity filter you get as highlighted in below screenshot.



find_real_file.png



But if you still want to use onload scripts - you can dig into the html and get hold of related html elements and hide them. (not recommended)


But there is no way to use a onload script to configure the filter?



Thanks,


Tadz