Opened Object Event
    • Dark
      Light

    Opened Object Event

    • Dark
      Light

    Article summary

    Overview

    This is an event sent by Salesforce core when a Salesforce object is opened in Salesforce Console.

    Pre-requisite

    The user must be logged in to Salesforce.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    No request parameters

    Data Parameters

    Parameter

    Data Type

    Description

    Sample Value

    Not applicable

    Response Parameters

    Value

    channel

    Salesforce

    topic

    Call

    subtopic

    ObjectFieldParams

    message

    «JSON Object»

    Response Data Parameters

    Parameter

    Data Type

    Description

    Sample Value

    whoId

    Array

    Collection of contacts and leads object.

    whatId

    Array

    Collection of Salesforce objects other than contacts and leads.

    1230035g00000v6E04AAE45

    sfid

    String

    Salesforce object identifier.

    00T7F000027L43nUAC

    value

    String

    The display name of the object.

    Ash2023-03-22

    Sample Request

    Not applicable

    Sample Response

     {
        "channel": "Salesforce",
        "topic": "Call",
        "subtopic": "ObjectFieldParams",
        "message": 
        {
            "WhoId": [],
            "WhatId": 
            [
                {
                    "sfid": "0065g00000X50xNAAR",
                    "value": "Ash2023-03-22 18:44:30"
                }
            ]
        }
    }


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.