Field:file url@Notes

From MintHCM Wiki

Revision as of 19:28, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=file_url |Field-module=Notes |Field-type=function |Field-label=File URL |Field-vname=LBL_FILE_URL |Field-required=No |Field-editable=Yes |Field-vis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes - File URL

Name file_url
Module Notes
Type function
Label File URL
VName LBL_FILE_URL
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Path to file (can be URL)


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Notes/vardefs.php

'file_url'=> array( 'name'=>'file_url', 'vname' => 'LBL_FILE_URL', 'type'=>'function', 'function_class'=>'UploadFile', 'function_name'=>'get_upload_url', 'function_params'=> array('$this'), 'source'=>'function', 'reportable'=>false, 'comment' => 'Path to file (can be URL)', 'importable' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles