Replies: 2 comments
-
Oh, yes! You're absolutely right. I will update the documentation and add defensive coding to prevent the error. However, I will write a console log to indicate the discrepancy. Thanks for reporting, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Documentation has been updated. Norm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It should go without saying, but I made the mistake of using _recid without turning on inline editing. Attempting to update your Record ID field without this, causes a popup error message to appear when the Grid is rendered that says:
Record IDs update error: Invalid request
The field can't populate unless you turn on inline editing. The instructions don't mention it as it should be self-evident but I forgot to do it. So if you have this issue turning on inline editing will solve it.
Beta Was this translation helpful? Give feedback.
All reactions