Difference between revisions of "Field:reschedule count@Calls"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=reschedule_count |Field-module=Calls |Field-type=varchar |Field-label=Call Attempts |Field-vname=LBL_RESCHEDULE_COUNT |Field-required=No |Field-edi...")
 
(No difference)

Latest revision as of 17:23, 29 September 2019

Calls - Call Attempts

Name reschedule_count
Module Calls
Type varchar
Label Call Attempts
VName LBL_RESCHEDULE_COUNT
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Calls/vardefs.php

'reschedule_count' => array( 'required' => false, 'name' => 'reschedule_count', 'vname' => 'LBL_RESCHEDULE_COUNT', 'type' => 'varchar', 'source' => 'non-db', 'studio' => 'visible', 'massupdate' => 0, 'importable' => 'false', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => 0, 'audited' => false, 'reportable' => false, 'function' => array( 'name' => 'reschedule_count', 'returns' => 'html', 'include' => 'modules/Calls/reschedule_history.php', ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles