- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 12:51 AM
Hi All,
for the past 2 months in the sys_user table I see more empty records which is created under my name. But I checked all the customisations with sys_user table. I couldn't find any. Anyone had the similar situation like this or Please give me out some suggestions
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 12:57 AM
Hi,
Did you do any data load for group membership or for any other table involving users? If so, seems the reference field value was not passed as expected and you see these records.
Seems, some job or some action on any table involving user was handled which resulted in this. If all are at the same time more or less then look for scheduled job or try to see if there was any manual load actioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 01:24 AM
Actually I was looking in the logs table. Then I came to find out, I import some datas to the Problem table and export it back again. So during that time only this empty user IDs are getting created. Now I have to take a look at the Transform map where we have a referncefield to the sys_user

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 12:57 AM
Hi,
Did you do any data load for group membership or for any other table involving users? If so, seems the reference field value was not passed as expected and you see these records.
Seems, some job or some action on any table involving user was handled which resulted in this. If all are at the same time more or less then look for scheduled job or try to see if there was any manual load actioned.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 01:19 AM
Hi,
Check the source of records (a field on User table).
Is there any integration running on your instance that loads data like SuccessFactor integration or AD integration or LDAP ?
You might have executed any Job (or Flow) manually and it might have created some records.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 01:19 AM
Hi @Lavanya11 Kindly check if there are any scheduled jobs, data load via transform maps, or any other jobs which creates record on User table.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 01:24 AM
Actually I was looking in the logs table. Then I came to find out, I import some datas to the Problem table and export it back again. So during that time only this empty user IDs are getting created. Now I have to take a look at the Transform map where we have a referncefield to the sys_user