Skip to main content
10-Marble
November 14, 2014
Question

User Objects

  • November 14, 2014
  • 1 reply
  • 892 views

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

    1 reply

    5-Regular Member
    November 14, 2014

    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.     

    ablyth10-MarbleAuthor
    10-Marble
    November 14, 2014

    Thanks Clint!

    Will open a case to investigate,

    Alan