Motorola CA50 Developer & User Manual page 311

Table of Contents

Advertisement

Related Classes
public class UserInfo
{
public UserInfo(){}
public string ExtUsrID;
public string firstName;
public string lastName;
public string userName;
public string RoleToken;
public string locExtID;
public string userStatus;
public string userPhExtn;
//Groups are listed by Rank
public UserGroupInfo[] aUserGroups;
}
public class UserGroupInfo
{
public UserGroupInfo(){}
public string GroupToken;
public int Rank;
public bool IsSelectable;
public string GroupName;
}
UserInfo Class Members
UserInfo Class Members
Table 11-1
Class Member
ExtUsrID
firstName
lastName
userName
RoleToken
locExtID
userStatus
userPhExtn
User login ID.
User first name.
User last name.
User display name.
Format = last name, first initial.
Token representing user role (e.g., Manager, Sales, FrontEnd, etc.).
This data is found in the B_Roles table.
Location ID (store number).
User status (e.g., Active, Suspended, Disabled).
This data is found in the S_UserStatusType table.
User phone extension (if user is logged into server).
If not available the value is NA
UCA Server Optional APIs 11 - 9
Description

Advertisement

Table of Contents
loading

Table of Contents