Forum Discussion
Nathan_H_
4 years agoIdeator 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(); |