Field:contract name@TermsOfEmployment

From MintHCM Wiki

Terms of Employment - Contract

Name contract_name
Module Terms of Employment
Type relate
Label Contract
VName LBL_CONTRACT_NAME
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Affected by

Initiating


Dev Notes


Location and Code definition

modules/TermsOfEmployment/vardefs.php

"contract_name" => array( 'name' => 'contract_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_CONTRACT_NAME', 'save' => true, 'id_name' => 'contract_id', 'link' => 'contracts_termsofemployment', 'module' => 'Contracts', 'table' => 'contracts', 'rname' => 'name', 'required' => true, 'vt_readonly' => "callCustomApi(TermsOfEmployment, checkIfTermInBetween, {id: \$id})", ),



Missing User input


Affected by

Initiating