Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Jignesh Mehta
2
Views
2
Comments
How to Resolve """OSADMIN_DEV1"".""OSUSR_HMO_LIABILI1"" with key 0 was not found"
Question
Hello,
i have update some field in Edit Page and the table Name is
Liabilities which is empty Table(No Record).
when i am trying open this page it goes to internal error page and i checked with debugger then i found this error
"""OSADMIN_DEV1"".""OSUSR_HMO_LIABILI1"" with key 0 was not found".
Please let me know the solution for the same.
Thanks
Jigs Mehta
Paulo Ramos
Staff
Hi,
This usually means you're using the
Get
Entity
action (
GetLiabilities
) with an empty identifier. An error will be raised if you're trying to fetch a record whose identifier does not exist.
Santiago Suarez
Hi,
Just to check, you are not pointing to a specific record, are you?
If you try something like this Mylist[0] instead of Mylist.Current you need to be 110% sure that there is a record in the [0] possition of your list (also, this is bad coding!)
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...