User Objects
Hi,
I am having trouble with some methods of the User objects (6.6), from the mentor.axeda.com site the following methods work ok:
ID(u.getId())
Userneme(u.getUsername())
Name(u.getFullName())
Admin(u.isAdmin())
Active(u.isActive())
Email(u.getEmailAddresses())
TimeZone(u.getTimezone())
However these methods throw exceptions:
LastLogon(u.getLastLogon())
PhoneNumber(u.getPhoneNumber())
API(u.isApiOnly())
I wonder if i have done anything wrong here, or if these aren't yet implemented?
Thanks,
Alan

