Hello everyone,
I am phasing issue while saving detail in user extended table. User created in system user table but not in extended table.
but if i am debugging then detail created in extended table as well. without debugger gives error user not available.
If any one phased same issue or any input please help this.
Thanks in advance.
Shashi Mishra
Hi Shashi,
It would be helpful if you can share the action screenshot here or error you are facing in logs. Most probably it should be because User not created and getting Null User Id for user extended table. But without looking at logs we can't say anything.
regards
Thanks Vikas.
You are correct, but with debugger record is added. Below is error log
According to screen shots it seams you are violating the unique index rule. Either remove unique index from column or try to check the data that user id already exist or not if yes than handle it accordingly.
Thank you Naveen.
Working fine. Thank you naveen.
Thank you vikas it was issue of index and Id .
Hi,
Suppose the creation of the User record and the record in the extended table take place in separate transactions. In that case, the action may fail to identify the User record during the second operation. Kindly share the flow details to help identify the exact issue.