Newbies terrypink Posted August 19, 2014 Newbies Posted August 19, 2014 Wondered if anyone could help me? Right now, I have a layout based on a table where if a person presses the "Submit" button, they commit the record and also start a new record. In addition, I created a script trigger that when the layout is "OnRecordLoad" that a new record is created and the AccountName of the user is set to this record's foreign key. The problem is that now I have way too many empty rows in my data. Whenever a user just loads the layout and exits out (even without entering any data), they end up leaving an empty row.
Steven Swallow Posted August 19, 2014 Posted August 19, 2014 It sounds like you haven't got any validation in place. First step would be to make any relevant fields 'required' values. You can do this in the options of the individual field under 'Validation'. You can then create a validation message...something along the lines of, "You must enter a blah de blah". That should get you somewhere.
Recommended Posts
This topic is 4097 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now