Project getProjectByCode: Difference between revisions
From Catglobe Wiki
More actions
|  Created page with "Category:Project  {{HelpFiles}}  ==== Project_getProjectByCode ====  To check that it is a dictionary or is not  '''Syntax'''  Project_getProjectByCode(string projec..." | 
| (No difference) | 
Latest revision as of 09:43, 11 November 2016
Project_getProjectByCode
To check that it is a dictionary or is not
Syntax
Project_getProjectByCode(string projectCode)
Arguments
projectCode: is project code string of project
Return type
array
Example
return Project_getProjectByCode("0358ccc");
//result: {4,12469993,CG0022cem - Non billable hours,3330,True,False,3329,0358ccc,0,,0,False,{1,1,1,7,0,0,0,1,65},{1,1,1,7,0,0,0,1,65},{9999,12,31,23,59,59,999,52,65},{9999,12,31,23,59,59,999,52,65}}
Availability
Version 5.8
