Results 1 to 2 of 2

Thread: Get Case Module Relationships

  1. #1
    banning's Avatar
    banning is offline Sugar Community Member
    Join Date
    Jul 2010
    Location
    Kansas
    Posts
    73

    Exclamation Get Case Module Relationships

    URGENT!! new problem with getting relationships

    when i use
    Code:
    $originalObj = new Case();
    i get this error

    Code:
    Parse error: syntax error, unexpected T_CASE, expecting T_STRING or T_VARIABLE or '$' in /custom/modules/Cases/metadata/detailviewdefs.php on line 3
    please help thank you... i tried new Case() & new Cases() neither seem to work

  2. #2
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: Get Case Module Relationships

    Try instead:

    PHP Code:
    <?php

    $originalObj 
    = new aCase();
    John Mertic
    Sugar Community Manager

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2011-09-21, 04:47 AM
  2. Replies: 3
    Last Post: 2010-01-05, 03:59 AM
  3. Relationships from Custom module to Built-in module
    By dantrainor in forum Developer Help
    Replies: 3
    Last Post: 2009-09-10, 03:01 AM
  4. Changing Case Status in Case Module
    By protrex in forum Developer Help
    Replies: 1
    Last Post: 2008-05-20, 08:29 PM
  5. Replies: 14
    Last Post: 2007-01-19, 09:35 PM

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
  •