Field:status@Calls

From MintHCM Wiki

Calls - Status

Name status
Module Calls
Type ColoredActivityStatus
Label Status
VName LBL_STATUS
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search No
Auditable No
Options
* Planned,
* Held,
* Not Held
Options List Name call_status_dom
Needs Validation No

Notes

The status of the call (Held, Not Held, etc.)


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Calls/vardefs.php

'status' => array( 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'ColoredActivityStatus', 'dbType' => 'varchar', 'len' => 100, 'options' => 'call_status_dom', 'comment' => 'The status of the call (Held, Not Held, etc.)', 'required' => true, 'importable' => 'required', 'default' => 'Planned', 'studio' => array('detailview' => false) ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles