Hi,
I want to turn off the auditing of Team ID, Team Set Id & Assigned To User. These fields are not available in the Studio to just uncheck the audited checkbox where can these be turned off?
Rgds
Chris
Hi,
I want to turn off the auditing of Team ID, Team Set Id & Assigned To User. These fields are not available in the Studio to just uncheck the audited checkbox where can these be turned off?
Rgds
Chris
You need to create an extended vardefs.
Remember to run Quick Repair and RebuildPHP Code:$dictionary['BeanName']['fields']['assigned_user_id']['audited'] = 0;
Regards
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.
Hi,
I tried that yesterday with the team_id but that didn't work, tried it again with the assigned_user_id and team_set_id and they both worked so the following line is not working
$dictionary['BeanName']['fields']['team_id']['audited']=0;#
Rgds
Chris
I can in the cache vardefs for the module in question that the team_id field has audited=0 set but for whatever reason it is not picked up.
Has anyone come across this before? I will check the bugs now
Rgds
Chris
Let me know the extended vardefs you created.
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.
Hi,
Here are the three lines of code in /custom/Extensions/'MyModule'/Ext/Vardefs/vardef.ext.php
RgdsPHP Code:<?php
$dictionary['FDC_Deposits']['fields']['assigned_user_id']['audited']=0;
$dictionary['FDC_Deposits']['fields']['team_id']['audited']=0;
$dictionary['FDC_Deposits']['fields']['team_set_id']['audited']=0;
?>
Chris
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks