on 2019 Sep 24 8:13 AM
i just need to have the SQL query, from which IP/ Client name the Journal Entry or Outgoing payment has been made from SAP business One 9.0.
Request clarification before answering.
Hi
open the outgoing payment screen, search the payment and select in the menu Tools --> Log. You can see the detail, then search in OUSR table the user info, and check the info in USR5 table.
Kind regards
Agustín
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
when you know the user code, use this data to query in usr5:
select * from usr5 where usercode = yourusercode
Kind regards
Agustín
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I think you need to know the user in the log screen did the payment, and then check in usr5 table all data you want.
Kind regards
Agustín
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
8 | |
8 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.