Field:do not call@person

From MintHCM Wiki

Person - Do Not Call

Name do_not_call
Module Person
Type bool
Label Do Not Call
VName LBL_DO_NOT_CALL
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
Options List Name
Needs Validation No

Notes

An indicator of whether contact can be called


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'do_not_call' => array( 'name' => 'do_not_call', 'vname' => 'LBL_DO_NOT_CALL', 'type' => 'bool', 'default' => '0', 'audited' => true, 'comment' => 'An indicator of whether contact can be called' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles