Question

Capture code under "Change company"

  • 8 August 2022
  • 2 replies
  • 86 views

Userlevel 4
Badge +9

In Apps10, I want to find what  value is changed when the user RMB’s on the screen ad selects “Change Company”. It isn’t User_Profile_SYS.Get_Default('COMPANY',<Username>) FROM DUAL because when I change company and execute that in SQL it gives me the company name I changed from, not the one I changed to. I tried to capture it in the Debug window but it doesn’t seem to show it.

I need to know the name of the table it is stored in (if it is in fact stored in a table).

Thank you for any replies.


2 replies

Badge +1

Initially, when the user changes or adds a global company, the data given by the user is stored in the “user_profile_sys_tabtable.

Userlevel 4
Badge +9

Initially, when the user changes or adds a global company, the data given by the user is stored in the “user_profile_sys_tabtable.

 

Nope, that isn’t it. It stays at the same company name in that table when I change screens.

Reply