Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for AgentWorkflowEventRecord

example
const agentWorkflowEventRecord = new AgentWorkflowEventRecord();

Hierarchy

  • AgentWorkflowEventRecord

Index

Constructors

Properties

display: string

display name

CRM fields dynamic data

id: string

record id

label: string

CRM label

linkable: boolean

linkable flag

CRM related data

screenPop: boolean

Flag to determine if screen pop is required or not

title: string

CRM title

type: string

CRM type

updated: Date

updated at

url: string

CRM url

Methods

  • parse(data: any): void
  • Used to parse data

    example
    agentWorkflowEventRecord.parse(data);
    

    Parameters

    • data: any

      data to be parsed

    Returns void

Generated using TypeDoc