cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

User Objects

ablyth
7-Bedrock

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

2 REPLIES 2
cdovholuk
6-Contributor
(To:ablyth)

Short answer - for this I'd file a support ticket. I expect these all to function. if they are not functioning for you I'd ask you to contact the support team with your exact issues. They are all tested by our code but it might be that you have some data in that user causing an issue and we'd need to look at your specific case.     

Thanks Clint!

Will open a case to investigate,

Alan

Top Tags