Field:doc url@Documents

From MintHCM Wiki

Documents - Document Source URL

Name doc_url
Module Documents
Type varchar
Label Document Source URL
VName LBL_DOC_URL
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

Document URL from documents web server provider


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Documents/vardefs.php

'doc_url' => array( 'name' => 'doc_url', 'vname' => 'LBL_DOC_URL', 'type' => 'varchar', 'len' => '255', 'comment' => 'Document URL from documents web server provider', 'importable' => false, 'massupdate' => false, 'studio' => 'false', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles