Hello everyone,
how can I display the customer name (if refers to) in the calendar.
I have already made the following changes.
ifThen(entity\isAttributeChanged('name'),
ifThen(name == "Montage Elektrik", entity\setAttribute('color', '#FF0000'));
ifThen(name == "Montage WP", entity\setAttribute('color', '#1E90FF'));
ifThen(name == "Montage Solar", entity\setAttribute('color', '#000000'));
ifThen(name == "Urlaub", entity\setAttribute('color', '#DAA520'));
)
how can I display the customer name (if refers to) in the calendar.
I have already made the following changes.
ifThen(entity\isAttributeChanged('name'),
ifThen(name == "Montage Elektrik", entity\setAttribute('color', '#FF0000'));
ifThen(name == "Montage WP", entity\setAttribute('color', '#1E90FF'));
ifThen(name == "Montage Solar", entity\setAttribute('color', '#000000'));
ifThen(name == "Urlaub", entity\setAttribute('color', '#DAA520'));
)
Comment