Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,Is it possible to retrieve the "Self-Service User ID" / Meeting Number per user via AXL?The AXL function listuser, doesn't have it in it's return values. The updateUser function, does have a function to set the "Self-Service User ID" : <selfSe...
Found my own solution.In the DB it is stored as "keypadenteredalternateidentifier" in the enduser table. So running a query and the information is there. I preferred to stay away from the executeSQLQuery, and use listuser.Anyway here is the code, for...