Field:file url@Notes
From MintHCM Wiki
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 |
Contents
[hide]Notes
Path to file (can be URL)
Related Features
Affected by
Initiating
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