Hello All,
I’m trying to migrate users between environments and I’m missing data.
Why can’t I migrate the email address?
If so, what do I add to the migration job.
The field seems to be part of the same table, but does not get added to the migration job.
Thanks,
Rob
Best answer by Jens
Hi @rfedorchuk
I suppose you already use the fnd_user db-view to export and import the users.
To get the email_address of a user please have a look into the db-view fnd_user_property (filter for name = ‘SMTP_MAIL_ADDRESS’).
Identity = user_id
name = SMTP_MAIL_ADDRESS
VALUE = email address
/Jens