Hi!
Im on 5.2e CE, how can i disable the 'Full Form' buttom on the quick create of notes module?
I seached and serched for this, but i didnt found any solution,
im taking any sugestions on this! =D
thanks in advance
Hi!
Im on 5.2e CE, how can i disable the 'Full Form' buttom on the quick create of notes module?
I seached and serched for this, but i didnt found any solution,
im taking any sugestions on this! =D
thanks in advance
Priscila Kin Yamamoto Joranhezon
Phone: +55 61 32010000
priscila.joranhezon@nct.com.br
NCT Informática Ltda
I disabled the create buttons on some of my subpanel by creating a custom menu file.
Here is what I have you might be able to something similar
You may be able to use that to disable the Full Form button - I'm just not sure what you will have to use instead of CreateContacts?PHP Code:<?
foreach($module_menu as $key => menu_defs){
if($menu_defs[2] == 'CreateContacts'){
unset($module_menu[$key])
}
}
?>
Rgds
Chris
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks