I built a screen for inputting credit card purchases from scratch that was modeled from the "Check" screen (I started from scratch so I could use the correct table). Everything is displaying properly, the dropdowns work fine, looks like the correct information is pulling in. However, when I go to save, I'm getting this error message: The 'Save' action could not be completed.Validation on: RecordID.Validation rule: must a numeric value"
I also noticed that as soon as I click in the "Account" field in my grid, there is a message at the bottom of the screen that says "Insert New Record in Progress". My assumption is that the new record is not getting a unique identifier assigned. However, I'm at a loss as to where to go next, since the RecordID field doesn't show up on Step 2 of the grid wizard (it's listed in Step 9).
Any ideas?