You need to sign in to do that
Don't have an account?

editable table of data
Hi,
I would like to create a table of data but it must be editable (think Excel)
Each row would be an entry in the object.
is this something that can be done in VF?
Thanks
I would like to create a table of data but it must be editable (think Excel)
Each row would be an entry in the object.
is this something that can be done in VF?
Thanks
Please tell me if you know:
can I use this to update fields in a related object?, that is:the SOQL select statement contains fields obtained via a relationship (using the dot notation).
Thanks so much.
I've done as you say, and it seems to be working.
Thanks.
Here's a problem though.
If the data entered fails custom validation rule (that is, the rule is triggered and save is not allowed), I would like to prompt these errors to the user in a reasonable manner.
From a look at the Apex documentation regarding error handling, it seems that I cannot tell which row of data failed the validation.
Any ideas on how to do this?
Thanks
Ben