Field:currency id@Recruitments

From MintHCM Wiki

Recruitments - Currency

Name currency_id
Module Recruitments
Type id
Label Currency
VName LBL_CURRENCY
Required No
Editable No
Visible No
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

An id of the currency which is selected in the record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Recruitments/vardefs.php

'currency_id' => array( 'name' => 'currency_id', 'type' => 'id', 'group' => 'currency_id', 'vname' => 'LBL_CURRENCY', 'function' => array( 'name' => 'getCurrencyDropDown', 'returns' => 'html' ), 'reportable' => false, 'comment' => 'Currency used for display purposes' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles