Global Variables
Variable | Return |
eform | The current eform object in EFTemplate type |
rdSrv.docName | The current eform object name |
rdSrv.userId | Current user login id |
rdSrv.userName | Current user login name |
rdSrv.userDesc | Current user description |
rdSrv.groupName | Current user first group name |
rdSrv.groupId | Current user first group id |
rdSrv.allGroup | Current user all user group |
rdSrv.allFuncLevel | Current user all functional level |
rdSrv.ouName | Current user company name |
rdSrv.phone | Current user phone number (sync from AD) |
rdSrv.jobTitle | Current user job title (sync from AD) |
rdSrv.props | To access current workflow index field e.g. rdSrv.props.getItem(‘Invoice No’) this get the current workflow process invoice no index value |
rdSrv.currentTask | The current workflow task label |
rdSrv.currentWitrId | The current task recipient id |
rdSrv.currentWitId | The current task id |
rdSrv.currentWiId | The current workflow instance id |
parent.currentAction | The current selected response in task |
rdSrv.today | Today value in yyyy-MM-dd string format |
rdSrv.user | Current user object |
The following example write the current login username to Textbox1 when the eForm is load.

Commenting is not enabled on this course.