View Poll Results: Does this tool fits your needs?

Voters
44. You may not vote on this poll
  • Yes

    40 90.91%
  • No

    4 9.09%
Page 23 of 24 FirstFirst ... 13192021222324 LastLast
Results 221 to 230 of 237

Thread: Development Tool Kit released!

  1. #221
    montolla's Avatar
    montolla is offline Sugar Community Member
    Join Date
    Sep 2011
    Location
    Medellin, Colombia
    Posts
    49

    Default Re: Development Tool Kit released!

    Hello

    I tried to create it from "view.quickcreate.php" (attached file), but i don't have result.

    I modificate this file same way that I do it for view.edit.php on /<sugar>/custom/modules/xxxxx/views/*.*

    I will still try.


    can Andre help us please?


    Thanks




    Quote Originally Posted by marketadvantage View Post
    When you click the create button in a subpanel, the quickcreatedefs layout is invoked. When you click on full form the editviewdefs si invoked they are 2 different layouts.

  2. #222
    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: Development Tool Kit released!

    Quote Originally Posted by montolla View Post
    Hello


    Today, Develoment Tool kit just support editview, detailview and listview, is it true Andre lopez?

    So quickview it isn't support yet.

    Thanks
    Yes, it is right.
    quickview is not supported by DevToolKit.
    In order to get it working it is required to add some SugarCRM customization and, unfortunately, the strategy of those customizations depend on your specific version.

    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. #223
    montolla's Avatar
    montolla is offline Sugar Community Member
    Join Date
    Sep 2011
    Location
    Medellin, Colombia
    Posts
    49

    Default Re: Development Tool Kit released!

    Hello Andre


    Thank you very much for the prompt response

    Where can I find more information about this customization?


    Thank you very much.






    Quote Originally Posted by andopes View Post
    Yes, it is right.
    quickview is not supported by DevToolKit.
    In order to get it working it is required to add some SugarCRM customization and, unfortunately, the strategy of those customizations depend on your specific version.

    Cheers

  4. #224
    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: Development Tool Kit released!

    Quote Originally Posted by montolla View Post
    Hello Andre


    Thank you very much for the prompt response

    Where can I find more information about this customization?


    Thank you very much.
    There is no a definitely guide for this customization. Perhaps Developer Guide has some clues.

    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.

  5. #225
    marketadvantage is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Orlando, FL
    Posts
    140

    Default Re: Development Tool Kit released!

    I have another question. My dropdown fields edit toggle is working great. I can't seem to get a text field edit to toggle. I am trying to make a text field editable only if it is null. Thanks for the help.
    Keith Heald
    Market Advantage - Harte Hanks
    Sugar Pro 6.2
    Windows 2003
    MS SQL2008

  6. #226
    montolla's Avatar
    montolla is offline Sugar Community Member
    Join Date
    Sep 2011
    Location
    Medellin, Colombia
    Posts
    49

    Default Re: Development Tool Kit released!

    Hello


    You need to use sugar logic or a logichook.

    Look the following for sugar logic:

    Sugar Community Edition Documentation | Open Source Business & Social CRM - SugarCRM


    Thanks

  7. #227
    larsel is offline Junior Member
    Join Date
    Jan 2012
    Location
    Trondheim Norway
    Posts
    1

    Default Re: Development Tool Kit released!

    Quote Originally Posted by andopes View Post
    Hi folks

    Find the Development Tool Kit project on Sugar Forge.

    Kind regards
    Hei,
    I like your development kit, but i have a question about the example on RequiredFields function.
    If i Implement this as a customer action on sales_stage in opportunity module, the default behaviour for updating Probability does top working.
    Is there a work around for this, so that the standard behaviour and RequiredFields works togetter?

  8. #228
    montolla's Avatar
    montolla is offline Sugar Community Member
    Join Date
    Sep 2011
    Location
    Medellin, Colombia
    Posts
    49

    Default Re: Development Tool Kit released!

    Quote Originally Posted by larsel View Post
    Hei,
    I like your development kit, but i have a question about the example on RequiredFields function.
    If i Implement this as a customer action on sales_stage in opportunity module, the default behaviour for updating Probability does top working.
    Is there a work around for this, so that the standard behaviour and RequiredFields works togetter?
    Hello every body.

    Of course if you use this for an other listbox that changes on sales_stages field, You haven't worry for change the functionality of % on the module. But if you wanna change the sales_stage field you need to write the new functionality too.

    Thanks.


    So I now use JavaScript, logichook and php for do everything.

  9. #229
    elmobile is offline Junior Member
    Join Date
    Apr 2010
    Location
    CA, US
    Posts
    3

    Default Re: Development Tool Kit released!

    Happy to report that the DevToolKit version 0.7 works on Sugar v.6.2.4.
    We followed the steps in tonesugaradmin's


    Quote Originally Posted by tonesugaradmin View Post
    I've been banging my head against the wall all weekend trying to get dependent drop to work but I cant seem to figure it out. Here are my steps if someone could please point out my mistake. I'm not getting any errors of any kind the dependent drop down just doesn't work.

    I'm trying to create a dependent dropdown in the cases module.

    1. Installed devToolkit 0.7 using module loader
    2. Created 'views' directory in /var/www/SugarCRM/html/custom/modules/Cases/ because it didn't exist.
    3. In the views directory I created view.detail.php, view.edit.php, view.list.php using the example for new files from the user guide. The only thing I modified was the class name to CasesViewList, etc. (Files are attached)
    4. The dropdown I want to use as the required dropdown already existed, "tsc_case_product_dom_c", so I created another dropdown "tsc_reason_c" which will be the dependent dropdown.
    5. I created 2 different lists for tsc_reason_c dropdown, tsc_reason_ems_list and tsc_reason_mps_list. By default tsc_reason_ems_list is loaded.
    6. I created update_dropdown_field_defs.php in /var/www/SugarCRM/html/custom/modules/Cases/metadata. (The fle is attached)
    7. I added the second dropdown to edit and detail view, saved & deploy, then did a quick rebuild and repair.
    8. I checked that all names match in update_dropdown_fields_defs.php and *defs.php files.

    Everything loads fine, I can create a new case but when i select from the product dropdown the "Reason" dropdown which is dependent does not load the new list. Could someone please review what I did and tell me where i went wrong or what I'm missing?

    Thanks much to everyone!

  10. #230
    elmobile is offline Junior Member
    Join Date
    Apr 2010
    Location
    CA, US
    Posts
    3

    Default Re: Development Tool Kit released!

    Happy to report that the DevToolKit version 0.7 works on Sugar v.6.2.4.
    We followed the steps in tonesugaradmin's list except only doing for EditView on Accounts module.
    Assigning a default list for the blank option in the first dropdown seems helpful too.

    Thanks to Andre for the great work.


    Quote Originally Posted by tonesugaradmin View Post
    I've been banging my head against the wall all weekend trying to get dependent drop to work but I cant seem to figure it out. Here are my steps if someone could please point out my mistake. I'm not getting any errors of any kind the dependent drop down just doesn't work.

    I'm trying to create a dependent dropdown in the cases module.

    1. Installed devToolkit 0.7 using module loader
    2. Created 'views' directory in /var/www/SugarCRM/html/custom/modules/Cases/ because it didn't exist.
    3. In the views directory I created view.detail.php, view.edit.php, view.list.php using the example for new files from the user guide. The only thing I modified was the class name to CasesViewList, etc. (Files are attached)
    4. The dropdown I want to use as the required dropdown already existed, "tsc_case_product_dom_c", so I created another dropdown "tsc_reason_c" which will be the dependent dropdown.
    5. I created 2 different lists for tsc_reason_c dropdown, tsc_reason_ems_list and tsc_reason_mps_list. By default tsc_reason_ems_list is loaded.
    6. I created update_dropdown_field_defs.php in /var/www/SugarCRM/html/custom/modules/Cases/metadata. (The fle is attached)
    7. I added the second dropdown to edit and detail view, saved & deploy, then did a quick rebuild and repair.
    8. I checked that all names match in update_dropdown_fields_defs.php and *defs.php files.

    Everything loads fine, I can create a new case but when i select from the product dropdown the "Reason" dropdown which is dependent does not load the new list. Could someone please review what I did and tell me where i went wrong or what I'm missing?

    Thanks much to everyone!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Translation Tool Help
    By amostafa in forum Translators
    Replies: 1
    Last Post: 2005-12-09, 12:22 AM
  2. Translation Tool
    By ruchida in forum Translators
    Replies: 15
    Last Post: 2005-09-02, 02:06 PM
  3. Translation tool
    By kiang in forum Developer Help
    Replies: 1
    Last Post: 2005-04-12, 08:16 AM

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
  •