Field:currency name@Candidatures

From MintHCM Wiki

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

Candidatures - LBL_CURRENCY_NAME

Name currency_name
Module Candidatures
Type relate
Label LBL_CURRENCY_NAME
VName LBL_CURRENCY_NAME
Required No
Editable Yes
Visible Yes
Reportable Yes
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_name' => array( 'name' => 'currency_name', 'rname' => 'name', 'id_name' => 'currency_id', 'vname' => 'LBL_CURRENCY_NAME', 'type' => 'relate', 'isnull' => 'true', 'table' => 'currencies', 'module' => 'Currencies', 'source' => 'non-db', 'function' => array('name' => 'getCurrencyNameDropDown', 'returns' => 'html'), 'studio' => 'false', 'duplicate_merge' => 'disabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles