我试图过滤目录项目的基础上登录的客户业务帐户。如何在acumatica门户中获取登录的客户业务帐户价值?
你好,R.Muralidharan
发布于 2016-04-22 15:13:22
正如您已经发现的,PXAccess.GetUserID()
允许您获取这些信息,但是您也可以在AccessInfo查询中使用AccessInfo DAC:
Current<AccessInfo.userID>
Current<AccessInfo.userName>
发布于 2016-04-22 19:37:33
我使用过Base.currentCustomer.BAccountID,它工作得很好
https://stackoverflow.com/questions/36288044
复制相似问题