Field:reschedule count@Calls

From MintHCM Wiki

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