Question

How to find a user that create another user

  • 21 November 2022
  • 3 replies
  • 99 views

Badge +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

Userlevel 7
Badge +22

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.

Badge +2

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.

Userlevel 7
Badge +22

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.

Reply