Current logged in user for GI / Reports in 4.2

谁都会走 提交于 2019-12-08 11:39:52

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!