Netsutie PHP Toolkit
CustomizationDynamicDefault.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _currentDateTime = "_currentDateTime";
23 
30  const _currentUser = "_currentUser";
31 
38  const _currentUsersDepartment = "_currentUsersDepartment";
39 
46  const _currentUsersLocation = "_currentUsersLocation";
47 
54  const _currentUsersSupervisor = "_currentUsersSupervisor";
55 
62  const _currentUsersSubsidiary = "_currentUsersSubsidiary";
63 
64 }