Hi,
I add records using a picklist on field ID. The Link field is ID and this is the only field which is checked for Inline Add & Inline edit on the FIELDS Page. For this reason, the $values array is not populated with all of the results which are retrieved from a joined table. I need to validate one of the fields which is retreived. Now I can do this with a simple SELECT statement which works fine in BeforeAdd.
Is there a way to populate the $values clause without running the extra SELECT. It's not a big deal if there isn't a way but if I can save processing time then that would be best.
Thanks
Al