CRM Software - CABC | Maximizer | Maximizer Add-ons | Services | Support | Store | News

    Find out about Linktracker for Maximzier
CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Support    Assign multiple competitors
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
Does anyone have a good method for assigning competitors to opportunities? We have about 100 address book records that are tagged properly as competitors, and I can assign one or more to an opportunity manually. I need to assign all competitors to all opportunities so that sales staff can select the proper competitor when changing opportunity status to lost. One method would be to have the sales staff assign the appropriate competitor to the opportunity at the beginning (or during) the opportunity. Management says that's too much work for the sales people. How can I assign all competitors to all opportunities? Workflow? I can't get a macro to work because the competitors aren't automatically alphabetized and the list doesn't change once one competitor has been selected, so the program complains about the competitor already being assigned? Surely someone else has run into this...
 
Posts: 8 | Registered: September 02, 2008Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
Workflow Automation should be able to do that for you.
 
Posts: 725 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
I agree, if I can figure out the proper code to do it. I can't find the right table or view in order to create the SQL expression to assign competitors to opportunities.
 
Posts: 8 | Registered: September 02, 2008Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
Search the User's Guide for the description of the [AMGR_Opportunity_Link] table. You would be interested in the rows where Type=8.
 
Posts: 725 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Thanks for the response. I am able to implement the AMGR_Opportunity_Link table to create a SQL expression that returns the opportunity that was lost and the competitor that it was lost to. That's kind of after the fact for what I need.
What I need is some way to fill the field that becomes available when the opportunity status ic changed to "Lost". That drop-down menu is drawn from the list of competitors that are assigned on the Competitors/Partners tab of the opportunity. I really need to know how to automatically fill the competitors area on the Competitors tab with all records that are categorized as competitors.

I can't seem to find the field that would contain all competitors that have been assigned to a single opportunity. Any ideas?
 
Posts: 8 | Registered: September 02, 2008Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
Umm, if you want to attach competitors to an opportunity you need to _insert_ them into the AMGR_Opportunity_Link table, something like this:

INSERT INTO AMGR_Opportunity_Link (
      Opp_Id,
      Opp_Number,
      Client_Id,
      Contact_Number,
      Type
   ) VALUES (
      '080108000530772238169O',
      0,
      '001125000993063671156C',
      0,
      8
   )
 
Posts: 725 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Thanks again for responding. That allows me to pull companies which have already been selected as the competitor to which the opportunity was lost. I can't figure out how to assign or link companies as competitors on current opportunities.
 
Posts: 8 | Registered: September 02, 2008Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Support    Assign multiple competitors

© CABC Ltd 2002 - 2005. All Rights Reserved.
Maximizer is a trademark of Maximizer Software inc.