Hi all
Below picture is from my custom module's list view
I cant solve that; items/titles of this modüle in list view are not ACTIVE ?
I mean they are not clickable (not a link)
Any idea?
Regards
![]()
Hi all
Below picture is from my custom module's list view
I cant solve that; items/titles of this modüle in list view are not ACTIVE ?
I mean they are not clickable (not a link)
Any idea?
Regards
![]()
No Idea ?
![]()
![]()
![]()
![]()
Hi, cagatay.
How did you customize the ListView of your module?
Perhaps I can help you knowing exactly what did you do.
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Hi cagatay,
In this file:
modules/<MODULE_NAME>/metadata/ listviewdefs.php
you can find the fields that should be display in ListView, and in the array have a parameter: 'link' => true/false, for each field. is just you put true.
i.e.:
'NAME' => array(
'width' => '40',
'label' => 'LBL_NAME',
'link' => true,
'default' => true,
),
For Studio I think don't is possible change this.
I Hold help you.
Diego Lorenzetti
Lampada Global Services - Open Source Solutions
Phone: +55 11 3237-3110
Email: equipe@lampadaglobal.com
Site: www.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.
For andopes:
I built my modüle in MODULE BUILDER
And then added field and developed layouts (edit+list+searc etc.) in STUDIO
Then entered to my module and filled all required fields..
Thats all...
For dlorenzetti:
I have opened modules/<MODULE_NAME>/metadata/ listviewdefs.php
and it is TRUE what you pointed out....
'NAME' => array(
'width' => '40',
'label' => 'LBL_NAME',
'link' => true,
'default' => true,
),
Below is my listviewdefs.php
Nothing changed yet![]()
Code:$module_name = 'GF_gorusmeformu'; $OBJECT_NAME = 'GF_GORUSMEFORMU'; $listViewDefs[$module_name] = array( 'NAME' => array( 'width' => '40', 'label' => 'LBL_ACCOUNT_NAME', 'link' => true, 'default' => true), 'BILLING_ADDRESS_CITY' => array( 'width' => '10', 'label' => 'LBL_CITY', 'default' => true ), 'PHONE_OFFICE' => array( 'width' => '10', 'label' => 'LBL_PHONE', 'default' => true), $OBJECT_NAME . '_TYPE' => array( 'width' => '10', 'label' => 'LBL_TYPE'), 'INDUSTRY' => array( 'width' => '10', 'label' => 'LBL_INDUSTRY'), 'ANNUAL_REVENUE' => array( 'width' => '10', 'label' => 'LBL_ANNUAL_REVENUE'), 'PHONE_FAX' => array( 'width' => '10', 'label' => 'LBL_PHONE_FAX'), 'BILLING_ADDRESS_STREET' => array( 'width' => '15', 'label' => 'LBL_BILLING_ADDRESS_STREET'), 'BILLING_ADDRESS_STATE' => array( 'width' => '7', 'label' => 'LBL_BILLING_ADDRESS_STATE'), 'BILLING_ADDRESS_POSTALCODE' => array( 'width' => '10', 'label' => 'LBL_BILLING_ADDRESS_POSTALCODE'), 'BILLING_ADDRESS_COUNTRY' => array( 'width' => '10', 'label' => 'LBL_BILLING_ADDRESS_COUNTRY'), 'SHIPPING_ADDRESS_STREET' => array( 'width' => '15', 'label' => 'LBL_SHIPPING_ADDRESS_STREET'), 'SHIPPING_ADDRESS_CITY' => array( 'width' => '10', 'label' => 'LBL_SHIPPING_ADDRESS_CITY'), 'SHIPPING_ADDRESS_STATE' => array( 'width' => '7', 'label' => 'LBL_SHIPPING_ADDRESS_STATE'), 'SHIPPING_ADDRESS_POSTALCODE' => array( 'width' => '10', 'label' => 'LBL_SHIPPING_ADDRESS_POSTALCODE'), 'SHIPPING_ADDRESS_COUNTRY' => array( 'width' => '10', 'label' => 'LBL_SHIPPING_ADDRESS_COUNTRY'), 'PHONE_ALTERNATE' => array( 'width' => '10', 'label' => 'LBL_PHONE_ALT'), 'WEBSITE' => array( 'width' => '10', 'label' => 'LBL_WEBSITE'), 'OWNERSHIP' => array( 'width' => '10', 'label' => 'LBL_OWNERSHIP'), 'EMPLOYEES' => array( 'width' => '10', 'label' => 'LBL_EMPLOYEES'), 'TICKER_SYMBOL' => array( 'width' => '10', 'label' => 'LBL_TICKER_SYMBOL'), 'ASSIGNED_USER_NAME' => array( 'width' => '2', 'label' => 'LBL_ASSIGNED_USER', 'default' => true), ); ?>
Hi, cagatay.
try to configure your sugar as developer mode:
Go to admin guide, System Settings, and check the developer mode.
Cheers
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Dear andopes
I did what you said...(checked developer mode)
Then clear all caches.
List view is still same as my picture above![]()
![]()
Hi, cagatay.
Can you provide us the vardefs and listviewdefs from your custom module?
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Here they are
Hi, cagatay.
The field without link shouldn't be the kurumadi?
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks