Results 1 to 5 of 5

Thread: If hide module then couldn't insert values through SOAP API

  1. #1
    Seenivasn is offline Member
    Join Date
    Nov 2008
    Location
    Chennai
    Posts
    12

    Default If hide module then couldn't insert values through SOAP API

    I have Created one Custom Module through Studio.

    I can insert values via SOAP API (NuSOAP).

    If I made hide the module from "Configure Tabs" then I couldn't insert values via SOAP API .

    Please Help me.


    Thanks,
    Seeni..

  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: If hide module then couldn't insert values through SOAP API

    Hi Seeni

    The solution is not upgrade safe.
    You need to override the file soap/SoapHelperFunctions.php

    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
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: If hide module then couldn't insert values through SOAP API

    Why are you trying to do that? There may be something wrong with your interpretation here.

    * If you want to disable a module you should hide it in the admin
    * If you want to hide a module from sight you should prevent access to it from all but the SOAP user
    * If you want to only hide the tab you should add the module to $modInvisList
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  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: If hide module then couldn't insert values through SOAP API

    Quote Originally Posted by SugarDev.net View Post
    Why are you trying to do that? There may be something wrong with your interpretation here.

    * If you want to disable a module you should hide it in the admin
    * If you want to hide a module from sight you should prevent access to it from all but the SOAP user
    * If you want to only hide the tab you should add the module to $modInvisList
    Hi SugarDev

    A customer faced that same issue before and that makes sense.
    You can imagine a module like ProductTemplates (Product Catalog in licensed versions) which should be automatically updated through a SOAP process.
    You can imagine several scenarios like that.

    Kind 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
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: If hide module then couldn't insert values through SOAP API

    If those modules are active then they should be SOAPable. I wanted to point out that if you hide a module from the Admin then the module will be disabled altogether, everywhere. So this seems expected behaviour on Sugar's part. Does the poster still have a problem?
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SOAP - send multiple values for one custom field
    By derD in forum Developer Help
    Replies: 3
    Last Post: 2012-03-07, 04:31 PM
  2. Replies: 5
    Last Post: 2011-01-18, 07:43 AM
  3. how to insert the added custom fields through soap
    By laxmiprasanna9 in forum Help
    Replies: 0
    Last Post: 2007-01-16, 04:49 PM
  4. how to insert the added custom fields through soap
    By laxmiprasanna9 in forum Help
    Replies: 0
    Last Post: 2007-01-16, 04:48 PM
  5. Insert pictures in the contact module
    By Mentor in forum Help
    Replies: 1
    Last Post: 2006-07-25, 12:21 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
  •