2 risposte
Formula fields are only populated when you retrieve a record from the database - they aren't fields that contain a value, instead they contain the formula and this is executed on the record that has been retrieved. Thus you can't dispaly these without saving a record to the database. The best that you can do is to replicate the formulas in apex, which is a rather fragile solution.