
| Name | Value |
|---|---|
| NAME | SCUT GET USER RECORD |
| TAG | GETUSER |
| ROUTINE | SCUTBK3 |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | RESTRICTED |
| DESCRIPTION | This RPC returns user related data often needed by scheduling modules. The data returned is used to set instance variables for the TScUser object type on the client. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Using SCDATA to represent the array, the following is returned:
SCDATA(0) -> <ien of user> ^ <name of user> ^ <default query id>
--- OR ---
SCDATA(0) -> 0 - meaning errors found ^ <number of errors>
SCDATA(1...n) -> error text
|