Open Salesforce Object
    • Dark
      Light

    Open Salesforce Object

    • Dark
      Light

    Article summary

    Overview

    This method is used to open a Salesforce object in the Salesforce Console.

    Pre-requisite

    The Agent must be on an active call.

    Sequence Diagram

    Message Structure

    Request Parameters

    Parameter

    Value

    channel

    Salesforce

    topic

    Call

    subtopic

    OpenObject

    source

    «Source Application Name»

    data

    «JSON Object»

    Request Data Parameters

    Parameter

    Data Type

    Description

    Sample Value

    sfid

    String

    Salesforce object identifier.

    00T7F000027L43nUAC

    DisplayField

    String

    Object field to be displayed in the UI.

    Subject

    Response Parameters

    No response parameters.

    Sample Request

    {
        "channel": "Salesforce",
        "topic": "Call",
        "subtopic": "OpenObject",
        "source": "myapp",
        "data": 
        {
            "sfid": "00T7F000027L43nUAC"
        }
    }


    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.