Results 1 to 2 of 2

Thread: SOAP access to custom built module

  1. #1
    thymeit is offline Member
    Join Date
    Mar 2007
    Posts
    7

    Question SOAP access to custom built module

    We have a hosted sugarcrm system. I have various php webpages/scripts that interact with the sugar system through SOAP using nusoap.

    I am looking at version 5 and have created a new module with the Module builder, in a demo version.

    When I list the modules through SOAP i do not see the new module listed. Does anyone know whether I can access this new module, through SOAP and if so how?

  2. #2
    nite_man is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Limassol, Cyprus
    Posts
    54

    Default Re: SOAP access to custom built module

    To grant access to the new modules ust run that:

    Code:
    <SUGARHOME>/index.php?module=ACL&action=install_actions
    Original post is here

    From SOAP interface you can access to the your module as usual - <PACKAGE_NAME>_<MODULE NAME>:

    PHP Code:
    $soap->set_entry($sessid->{id}, 'Test_Transactions',
    [
    {
    name => 'some property'value => 'some value'} ...
    ]
    ); 
    Best Regards,
    Michael Stepanov
    SugarCRM CE 5.0.0.0e, Fedora 8

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. can't access new custom modules
    By hhhzhang in forum Developer Help
    Replies: 6
    Last Post: 2010-06-16, 06:40 AM
  2. Replies: 12
    Last Post: 2008-03-03, 06:27 PM
  3. Custom Module - Build or modify?
    By alejandrops in forum Help
    Replies: 3
    Last Post: 2006-10-03, 01:06 PM
  4. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  5. Adding custom field when creating module.
    By Superman in forum General Discussion
    Replies: 1
    Last Post: 2005-11-16, 07:30 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
  •