Results 1 to 2 of 2

Thread: 4.2.0d - Adding History / Activities subpanels to a new module.

  1. #1
    Join Date
    Jun 2006
    Posts
    6

    Default 4.2.0d - Adding History / Activities subpanels to a new module.

    I've implemented a new leads module and want to have the same ability for users to create calls and set task as you would using the leads module

    I am having issues I beleive with the var_defs and language file.

    Has anyone been able to implement in the same manor subpanels seen in leads in a new module.

  2. #2
    Join Date
    Jun 2006
    Posts
    6

    Default Re: 4.2.0d - Adding History / Activities subpanels to a new module.

    Error running count query for Lead_Adv List: Query Failed SELECT count(*) FROM meetings where ( leads.id= '' AND leads.deleted=0 AND (meetings.status='Planned')) AND meetings.deleted=0 ) UNION ALL ( SELECT count(*) FROM tasks where ( leads.id= '' AND leads.deleted=0 AND (tasks.status='Not Started' OR tasks.status='In Progress' OR tasks.status='Pending Input')) AND tasks.deleted=0 ) UNION ALL ( SELECT count(*) FROM calls where ( leads.id= '' AND leads.deleted=0 AND (calls.status='Planned')) AND calls.deleted=0 )::MySQL error 1109: Unknown table 'leads' in where clause

    The subpanel is attempting to still pull from the leads table. I've search for where this association is coming from with no luck.

Thread Information

Users Browsing this Thread

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

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
  •