php – 如何在suitecrm中的弹出窗口中显示特定的帐户记录

我在帐户模块中创建了一个“account_category”字段.它是下拉列表,有以下选项:

>原则
>客户
>供应商
>制造商

我创建了与商机模块的客户关系.

在“帐户”弹出窗口中,我只想显示那些以account_category为原则的记录.

我的文件路径:custom / modules / opportunity / Metadata / editviewdef.PHP

1 => 
          array (
            'name' => 'opportunities_accounts_1_name',
           'displayParams' => 
            array (
              'initial_filter' => '&account_category_c="Principle"',
            ),
          ),

但它不起作用..

请帮助根据account_category_c原则过滤帐户

解决方法:

像这样添加单词_advanced:

'initial_filter' => '&account_category_c_advanced="Principle"',

看到:

http://academe.co.uk/2013/03/sugarcrm-relate-field-passing-default-values-to-pop-up-select-form/

http://developer.sugarcrm.com/2011/08/31/howto-using-a-relate-field-to-populate-a-custom-field/

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...