Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for AgentWorkflowEventPinRecords

example
const AgentWorkflowEventPinRecords = new AgentWorkflowEventPinRecords();

Hierarchy

  • AgentWorkflowEventPinRecords

Index

Constructors

Properties

dataMemo: string

CRM Data Memo

display: string

display name

CRM fields dynamic data

id: string

record id

label: string

CRM label

linkable: boolean

CRM linkable flag

linked: string

CRM linked flag to maintain linked data for CT & DM

screenPop: boolean

Flag to determine if screen pop is required or not

type: string

CRM type

url: string

CRM url

Methods

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

    example
    AgentWorkflowEventPinRecords.parse(data);
    

    Parameters

    • data: any

      data to be parsed

    Returns void

Generated using TypeDoc