カスタムフィールドsugarfield_ast_rec_link_c.phpをcustom/Extension/modules/Calls/Ext/Vardefsに次のような内容で作成しました: `
<?php
$dictionary['Calls']['fields']['ast_rec_link_c'] = array
('name' => 'ast_rec_link_c',
'vname' => 'LBL_AST_REC_LINK_C',
'type' => 'varchar',
'len' => '255',
'source' => 'non-db',
'function' => array('name'=>'getRecordLink',
'returns'=>'html',
'include'=>'custom/modules/Calls/CustomLogic.php')
);
?>
` また、custom/Extension/modules/Calls/Ext/Languageに言語ファイルを追加しました。クイック修復後、カスタム フィールドが Studio -> Calls -> Fields に表示されません。だから私はそれをビューに置くことはできません。誰でも助けることができますか?