Skip to main content
Question

How to find a user that create another user

  • November 21, 2022
  • 3 replies
  • 139 views

Forum|alt.badge.img+2

Can somebody help me with that topic? I am trying to find in IFS Cloud info what user was created another user account. Is there a table in database that contains this info?

3 replies

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • November 21, 2022

Hi @lwieronski 

in IFS APPS 10 it isn’t possible to find out the creator. 

In IFS Cloud i think it is the same. But you can active the history logs.


Forum|alt.badge.img+2
  • Author
  • 6 replies
  • November 21, 2022

Hi @lwieronski 

in IFS APPS 10 it isn’t possible to find out the creator. 

In IFS Cloud i think it is the same. But you can active the history logs.

I try on IFS Cloud database and found this:

select *
from IFSAPP.user_client_profile

it shows who create user_id and when.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • November 21, 2022

Hi @lwieronski 

in IFS APPS 10 it isn’t possible to find out the creator. 

In IFS Cloud i think it is the same. But you can active the history logs.

I try on IFS Cloud database and found this:

select *
from IFSAPP.user_client_profile

it shows who create user_id and when.

 

But it shows you the profiles. What if you delete it (a profile) or import form another environment?

It isn’t clear for me.