calculated_name

Description

Use calculated_name to access the name the system gives an instance.

Example

p is Person
p.calculated_name = 'Thorben Croisé'

This condition evaluates to 'true' if the person involved has a name that calculates to 'Thorben Croisé', so for example has a first name 'Thorben' and a last name 'Croisé'.

Last updated