Field:currency id@Candidatures

From MintHCM Wiki

Revision as of 17:20, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=currency_id |Field-module=Candidatures |Field-type=id |Field-label=Currency |Field-vname=LBL_CURRENCY |Field-required=No |Field-editable=No |Field-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Candidatures - Currency

Name currency_id
Module Candidatures
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidatures/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