How do I make an standard field auditable. I am using 5.0.0g on linux, I know how to make custom fields auditable but how do i do it for standard fields. I am trying to make the home phone field in the lead module an audit field.
thank you
How do I make an standard field auditable. I am using 5.0.0g on linux, I know how to make custom fields auditable but how do i do it for standard fields. I am trying to make the home phone field in the lead module an audit field.
thank you
Hi Stephen
You need to create an extended vardefs file: custom/Extension/modules/Leads/Ext/Vardefs/vardefs.ext.php
And modify the attribute audit to true for the field:
$dictionary['Lead']['fields']['phone_home']['audit'] = true;
Then you need to go to Admin -> Repair -> Rebuild Extension.
Now the field is auditable in a upgrade safe way.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
I have tried this method to audit the description field in cases, however it doesn't seem to work. Please help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks