by Izertis

Advanced Marketing Lists automatically fill Target Lists and keep updated the Campaigns to which they are associated.

Includes a 30 day guarantee
Try it Now

By clicking you consent to share your profile with the developer

#1537 - Add other fields to the Advanced Marketing Lists view for my selections

Closed General Question created by warren.cohn 8 years ago

Hello,

Is there a way to show other related fields in a the Advanced Marketing Lists view for my selection besides the default for an account?

Currently only the following fields are shown. Name, Phone, Email, Assigned to

Thank you, Warren

  1. dharma member avatar

    Izertis Provider

    8 years ago

    Hi Warren,

    It seems that there is a bug or something in the Studio.... anyway, you can do it: you have to modify the
    /custom/modules/Accounts/metadata/subpanels/ForDHA_Mkt_List.php file adding the fields that you need, then do a Repair and Rebuild just in case.

    For example, you cad add:

      'billing_address_city' => array(
         'vname' => 'LBL_LIST_CITY',
         'width' => '10%',
      ), 
    
      'billing_address_country' => array (
         'vname' => 'LBL_BILLING_ADDRESS_COUNTRY',
         'width' => '10%',
      ),
    

    Please, back your changes, if you update the AML component in the future, the changes in this file could be lost

    Regads,

    Anabel

  2. warren.cohn member avatar

    warren.cohn

    8 years ago

    Thank you, Anabel!

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...