9
Views
3
Comments
Solved
Record being overwrited instead of added in entity database.
Question

I'm having an issue where my database is not being added with a new record. I have tried almost everything I found on the internet such as setting ID to NullIdentifier. 

To explain further, 

The ProjectDetails Page will be the page where I add data into the database by clicking the "Save" button. 

Eureka_Dashboard.oml
2024-09-12 02-43-38
Deepsagar Dubey
Solution

Hi @Hazim Jamal 

I found the issue why you are facing this problem, Just change the P_ID Is autonumber property to Yes in your Project table then your issue will be resolved.

Attached screenshot for your reference.



Thanks

Deep

2024-09-12 02-43-38
Deepsagar Dubey

Additionally for your record which created with 0 Primary Id either you can delete or update it.

Thanks

Deep

UserImage.jpg
Hazim Jamal

Thank you @Deepsagar Dubey . I appreciate it, was quite irritated on what went wrong :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.