Field:onboardingtemplate name@Onboardings

From MintHCM Wiki

Onboardings - Onboarding Template

Name onboardingtemplate_name
Module Onboardings
Type relate
Label Onboarding Template
VName LBL_ONBOARDINGTEMPLATE_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/Onboardings/vardefs.php

'onboardingtemplate_name' => array( 'name' => 'onboardingtemplate_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_ONBOARDINGTEMPLATE_NAME', 'save' => true, 'id_name' => 'onboardingtemplate_id', 'link' => 'onboardingtemplate', 'table' => 'onboardingtemplates', 'module' => 'OnboardingTemplates', 'rname' => 'name', 'required' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles