问题
In Acumatica 4.2, is there a method to get the currently logged in user for a GI and reports?
The "@me" was introduced in 5.x but I believe there was a way to do it before.
We need to create GI's and Reports such as "My Customers" that shows all business accounts where the current user is the owner.
回答1:
Add the AccessInfo table to your GI or report (cross-join) and you'll find the information you need.
来源:https://stackoverflow.com/questions/32467211/current-logged-in-user-for-gi-reports-in-4-2