Field:m accept status fields@Users

From MintHCM Wiki

Users - Accept Status

Name m_accept_status_fields
Module Users
Type relate
Label Accept Status
VName LBL_LIST_ACCEPT_STATUS
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable No
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/Users/vardefs.php

'm_accept_status_fields' => array( 'name' => 'm_accept_status_fields', 'rname' => 'id', 'relationship_fields' => array( 'id' => 'accept_status_id', 'accept_status' => 'accept_status_name' ), 'vname' => 'LBL_LIST_ACCEPT_STATUS', 'type' => 'relate', 'link' => 'meetings', 'link_type' => 'relationship_info', 'source' => 'non-db', 'importable' => 'false', 'studio' => array( 'listview' => false, 'searchview' => false, 'formula' => false ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles