Skip to content

Instantly share code, notes, and snippets.

@AjayKumar01
Created April 9, 2016 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AjayKumar01/5acc3c45833f714314bc8e46ade64373 to your computer and use it in GitHub Desktop.
Save AjayKumar01/5acc3c45833f714314bc8e46ade64373 to your computer and use it in GitHub Desktop.
Enabling 'View Change Log' Button in record view of module or Enabling Audit for module
<php
/*
* Enabling Audit for module
* Ajay Kumar
* Path : /crm//custom/Extension/modules/Project/Ext/Vardefs/enableAudit.php
*/
$dictionary['Project']['audited'] = true;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment