Forum Discussion
Nathan_H_
3 years agoAccelerator I
Good day. Is your problem getting the current user so you can run the query from that? Here are a couple of things in my system that pull current user info.
| C# | var currentUserId = inn.getUserID(); |
| JavaScript | var userID = aras.getCurrentUserID(); |