Results 1 to 7 of 7

Thread: "Target List Action" not available

  1. #1
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default "Target List Action" not available

    I am currently using Sugar CE 6.3.1 and I don't not have the functionality of being able to add a "Contact", "Account" and custom module to a Target list in list view under the actions drop down.

    Add to Targets does appear in the Targets module.

    Does anyone have any ideas on this?

    Thank you

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: "Target List Action" not available

    You dont have this menu at all or just not the add to target list part?
    Attached Images Attached Images  
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: "Target List Action" not available

    I have the drop down menu. I do not have the "Add to Targets list" in the drop down menu. The only module I can view and select "Add to Targets list" is in the Targets Module.

    Please let me know if you need anything else on this!

    Regards,

    Glen

  4. #4
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: "Target List Action" not available

    do you have any roles set up? if so do you have any restrictions on Prospects/targets? If you do remove them and see what happens.

    Can you see it when signed in as an Admin account?

    Do you have any target lists set up? If not set one up.

    If none of the above helps then go to

    include/ListView/ListViewDisplay.php

    and comment out line 345 or so
    PHP Code:
    if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit',true) ) 
    changes to
    PHP Code:
    //if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit',true) ) 
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  5. #5
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: "Target List Action" not available

    I have answered your questions in blue below, unfortunately i confirmed everything you suggested but still no luck.

    Quote Originally Posted by kbrill View Post
    do you have any roles set up? if so do you have any restrictions on Prospects/targets? If you do remove them and see what happens.
    No roles set up with restirctions
    Can you see it when signed in as an Admin account?
    Using Sugar as the Admin already
    Do you have any target lists set up? If not set one up.
    Have a couple Target lists set up
    If none of the above helps then go to

    include/ListView/ListViewDisplay.php

    and comment out line 345 or so
    PHP Code:
    if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit',true) ) 
    changes to
    PHP Code:
    //if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit',true) ) 
    I checked the directory you suggested and it looks as you have described above, i have copied and pasted it below:
    if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit', true) )
    $menuItems .= $this->buildTargetList();

  6. #6
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: "Target List Action" not available

    I was able to get the "Add to Target List" function to appear in the "Actions" drop down by going to...

    sugarcrm/include/ListView/ListViewSmarty.php

    Then changing
    var $targetList = false; (roughly line 57)

    To
    var $targetList = ture;

    I have not tried this yet to make sure it is fully functional but will report back.

    Would someone be able to tell me if this is upgrade safe?

    Thank you!

  7. #7
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: "Target List Action" not available

    The change you describe is not upgrade safe, I will look into what that variable actually is for later today and get back to you. Since I dont know of anyone else having this issue I doubt its a bug and I bet the answer is a pretty simple one.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 19
    Last Post: 2010-10-07, 03:26 PM
  2. Replies: 1
    Last Post: 2009-08-03, 09:00 PM
  3. Replies: 1
    Last Post: 2008-02-08, 03:13 PM
  4. Email target list of all contacts of selected "Type"
    By CharlieArmor in forum Marketing/Campaign Management
    Replies: 2
    Last Post: 2006-12-16, 02:02 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •