Difference between revisions of "Field:salary from usdollar@Recruitments"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=salary_from_usdollar |Field-module=Recruitments |Field-type=currency |Field-label=Salary From (base currency) |Field-vname=LBL_SALARY_FROM_USDOLLAR...")
 
(No difference)

Latest revision as of 19:50, 29 September 2019

Recruitments - Salary From (base currency)

Name salary_from_usdollar
Module Recruitments
Type currency
Label Salary From (base currency)
VName LBL_SALARY_FROM_USDOLLAR
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/Recruitments/vardefs.php

'salary_from_usdollar' => array( 'required' => false, 'name' => 'salary_from_usdollar', 'vname' => 'LBL_SALARY_FROM_USDOLLAR', 'type' => 'currency', 'massupdate' => false, 'default' => 0, 'no_default' => false, 'importable' => false, 'duplicate_merge' => 'disabled', 'audited' => false, '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