Field:recurring source@Calls

From MintHCM Wiki

Calls - Recurring Source

Name recurring_source
Module Calls
Type varchar
Label Recurring Source
VName LBL_RECURRING_SOURCE
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

Source of recurring call


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Calls/vardefs.php

'recurring_source' => array( 'name' => 'recurring_source', 'vname' => 'LBL_RECURRING_SOURCE', 'type' => 'varchar', 'len' => 36, 'comment' => 'Source of recurring call', 'importable' => false, 'massupdate' => false, 'reportable' => false, 'studio' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles