Results 1 to 5 of 5

Thread: Dev toolkit 0.5 docs.

  1. #1
    Linnane is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    64

    Default Dev toolkit 0.5 docs.

    I have installed devtoolkit 0.5 (http://www.sugarforge.org/projects/devtoolkit/) into my installation of sugarcrm 5.2f, I want to filter the sales stage based on the opportunity type, I have read on the sugar forms that this tool will enable me to do just that. I have been unable to find any doc on how to utilise your product, can anyone please advise me on how to achieve my goal or direct me to some docs that can do same.

    I would really appreciated any help thanks.

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Dev toolkit 0.5 docs.

    The User Guide can be found here.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@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.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    Linnane is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Dev toolkit 0.5 docs.

    Hi Thanks for that

    Sorry for being a little daft but:

    I was looking at the Dependent Dropdowns. In the solution outlined in the docs provided is it necessary to have the toolkit installed?

    in the notes it refers to directory "custom/modules/<Module>/metadata/" what should <Module> be equal to -- should I see devToolkit in here? (I don't!).

    regards
    A. L.

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Dev toolkit 0.5 docs.

    Hi A. L.

    <Module> refers to module for what you wan to implement the Dependent Dropdowns.
    It may be Accounts, Contacts, Opportunities.
    Have a look at the Opportunities sample customization on DevToolKit page.

    Regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@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.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    Linnane is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Dev toolkit 0.5 docs.

    Hi,
    p.s. sorry about my previous questions I see now they were all in the download page
    (http://www.sugarforge.org/frs/?group_id=753) all-along.


    From the look of it its a fairly simple process to do what you have outlined,
    so I'd image my issue is small.

    I create the additional dropdowns in the DropDown editor
    e.g.

    Name: sales_stage_carIns_list
    Language:
    List Items:
    Item Name[Display Label]

    * AJL[AJL]
    * Sophie[Sophie]
    * Joe[Joe]


    I've modified the opportunity type drop down.

    Name: opportunity_type_dom
    Language:
    List Items:
    Item Name[Display Label]

    * -blank-[-blank-]
    * carInsurance[Car Insurance]
    * homeInsurance[Home Insurance]


    I've tried this and a couple variations of below: and up loaded it to "custom/modules/Opportunities/metadata/"
    I had to create the metadata folder.

    <?php
    $update_dropdown_field_defs = array(
    'opportunity_type_dom' => array(
    '' => array(
    'sales_stage_dom' => 'sales_stage_dom',
    ),
    'Car Insurance' => array(
    'sales_stage_dom' => 'sales_stage_carIns_list',
    ),
    'Home Insurance' => array(
    'sales_stage_dom' => 'sales_stage_homeIns_list',
    ),
    ),
    );
    ?>

    When I go into Create Opportunity and select either car insurance or home insurance
    There is no difference to the sales stage DD.

    I Then ftp'ed the sample "views" Directory to custom/modules/Opportunities/

    However when I connect to Create Opportunity the full page is not displayed
    and no part of the Create Opportunity form is visible.

    I've since removed this folder and its contents.

    Do I have to do something with the views files? view.edit.php, view.detail.php, etc.
    Can you give me any advice on how to resolve my issue?

    Regards
    A. Linnane

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dev toolkit not displaying dynamic panels on load
    By rjohns621 in forum Developer Help
    Replies: 3
    Last Post: 2009-10-12, 04:27 PM
  2. VoIP SIP SDK Toolkit Home
    By pashtasuman in forum General Discussion
    Replies: 0
    Last Post: 2009-07-01, 10:43 AM
  3. Replies: 9
    Last Post: 2005-12-27, 05:01 PM
  4. What docs next?
    By clint in forum General Discussion
    Replies: 0
    Last Post: 2005-03-16, 11:21 PM

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
  •