Field:salary to@Recruitments

From MintHCM Wiki

Recruitments - Salary To

Name salary_to
Module Recruitments
Type currency
Label Salary To
VName LBL_SALARY_TO
Required Yes
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable Yes
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/Recruitments/vardefs.php

'salary_to' => array( 'required' => true, 'name' => 'salary_to', 'vname' => 'LBL_SALARY_TO', 'type' => 'currency', 'massupdate' => false, 'default' => 0, 'no_default' => false, 'importable' => false, 'duplicate_merge' => 'enabled', 'duplicate_merge_dom_value' => '1', 'audited' => true, 'reportable' => false, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 26, 'size' => '20', 'enable_range_search' => false, 'precision' => 6, 'related_fields' => array( 'currency_id', ), 'enforced' => false, 'calculated' => false, 'formula' => '', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles