How can I get value from EPEmployee for POOrder? I tried to join them by EmployeeID for POOrder and AcctCD for EPEmployee but got error that EmployeeID does not exist in POOrder. How should I join them?
Solved
How to get Employee Name for POOrder
Best answer by Sagar Greytrix
Hi
You need to join them by OwnerID for POOrder and BAccountID for EPEmployee and then select AcctName as Employee Name.
Hope this solution works for you!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.