i
 Miscellaneous
This category groups functions that return information on different topics.
Descriptive Name  | 
Description  | 
Example  | 
|---|---|---|
Organizational Unit Email  | 
Returns the email address of an organizational unit whose code is entered as a parameter.  | 
orgUnitEmail(orgUnitId)  | 
Organizational Unit Users Emails  | 
Returns the email address of an organizational unit users whose code is entered as a parameter.  | 
orgUnitUserEmail(orgUnitId)  | 
Organizational Unit Administrator Email  | 
Returns the email address of an organizational unit administrator whose code is entered as a parameter.  | 
orgUnitAdminEmail(orgUnitId)  | 
Role Coordinator Email  | 
Returns the email address of a role coordinator whose code is entered as a parameter.  | 
roleCoordinatorEmail(roleid)  | 
Email of the Activity Responsible Participant  | 
Returns the email address of the participant responsible for executing an activity whose code is entered as a parameter. If the participant is a role or an organizational unit, it returns the emails of all its members.  | 
activityResponsibleEmail(activityNo)  | 
User Email  | 
Returns the email address of a user whose code is entered as a parameter.  | 
userEmail(userid)  | 
Role Users Emails  | 
Returns the email addresses of an organizational unit users whose code is entered as a parameter.  | 
roleUserEmail(roleid)  | 
Case Show Link  | 
Returns the link to the case show in progress. Requires the user to be logged in.  | 
caseShowLink()  | 
Activity Execution Link  | 
Returns the link to the execution of the activity in progress, requires the user to be connected.  | 
activityExecLink()  | 
My Tasks Link  | 
Returns the link to the user's task list.  | 
myTasksLink()  | 
Login Link  | 
Returns the link to the user portal home panel.  | 
loginLink()  |