DIVGET |
Retrieve the list of divisions for the current user.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FIRST PARAMETER |
Output |
If + of the value at the first-level 0 subscript of
the return value is false, then the user does not have any divisions to select
from.
Otherwise, for each division that a user has, a node will be present in the
return value, at the first subscript level, starting at 0 and incrementing
from there. The value of the node is three pieces:
ien^division name^station #
|
SECOND PARAMETER |
Input |
The DUZ of the user we're getting the division list
for.
|
|
DIVSET |
Set the division for the current user.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FIRST PARAMETER |
Output |
If +return value is true, division selection is
considered successful. If false, division selection failed.
|
SECOND PARAMETER |
Input |
This is the division to select. If passed with a
leading ` an IEN is being passed and will be processed as such.
|
|
USERINFO |
Retrieve various user demographic info for current
user.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FIRST PARAMETER |
Output |
RETURN(1)=user's name from the .01 field of the New
Person file RETURN(2)=concatenated user name from the NAME COMPONENTS file
RETURN(3)=logged on division: ien^name^number RETURN(4)=user's title from New
Person file RETURN(5)=user's service section from New Person file (external
format) RETURN(6)=user's language from the New Person file RETURN(7)=user's
timeout
|
|