Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-14441

Source Record ID not accepted in API Activity Get

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Cannot Reproduce
    • Affects Version/s: 4.4.4
    • Fix Version/s: 4.5
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      1. Log into the demo site
      2. Go to the api explorer
      3. Select "Activity" and "Get"
      4. In the parameters, enter source_record_id=202
      5. Observe that the values returned are :
      "is_error":0,
      "undefined_fields":["source_record_id"],
      "version":3,
      "count":0,
      "values":[]
      6. Yet if you enter source_contact_id=202 it returns:
      "is_error":0,
      "undefined_fields":["source_contact_id"],
      "version":3,
      "count":25,
      "values":[{
      "id":"1",
      7. Also observe that in the 4.4.4 mysql DB structure there is source_record_id under the activity type

        Attachments

          Activity

            People

            • Assignee:
              eileen Eileen McNaughton
              Reporter:
              johnff John Kirk
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: