
Other than having the RTF is it possible to insert a field that displays as a table with 4 columns. An Auction Lot Winner may win more than one prize and I figure its more structured than an RTF.
Thanks
1 answer
Andrew, Try the below, please
Replace the highlighted in BOLD with your actual field API namesAnd(
Auction_Lots_Won__c = True,
ISBLANK(RTF__C)
)