0
Two trigger from same field
I'm trying to make both triggers work but only the second one works.
At the beginning I had this formula and it worked fine:
Periodo := appointment('Check-In', 'Check-out')
After I added this formula:
and ('Allestimento anticipato' := appointment('Check-In', Evento.'Inizio montaggio ufficiale'))
and now this part works but not the first part
This is the complete formula:
Periodo := appointment('Check-In', 'Check-out') and ('Allestimento anticipato' := appointment('Check-In', Evento.'Inizio montaggio ufficiale'))
Can someone help me?
2 replies
-
Does this work?
Periodo := appointment('Check-In', 'Check-out');
'Allestimento anticipato' := appointment('Check-In', Evento.'Inizio montaggio ufficiale')
-
It work's fine now! Thanks!!!
Content aside
- 4 yrs agoLast active
- 2Replies
- 528Views