J
jsniemi79
Guest
I'm not sure. I don't use expression fields because of some of the oddities they can present if you are using values from more than one object, but they should work just like a formula field in general. I think maybe the ID is what is wrong on the formula. If you are trying to find the value for a specific partner, I assume that partner is an object in your application. If that is the case, replace the id =? with the field name of partner relationship. Then, replace the {!id} token with the token for the related partner. That will change the query to return the date for the most recent appointment with a type of Partner - Breakfast and only for the related partner of the current record. I hope that helps.
Continue reading...
Continue reading...