Yuri
-
Create an Array from a dynamic Choice field
I want to create one row for every choice selected in the DCF. I wrote this code and something don't work. let a := numbers('ISTRUTTORI.'); let aa := 'ISTRUTTORI.…
- Answered
-
right syntax of a trigger with double condition
I want to make a trigger that is execute on ly in case of 2 condition of the same record are verificate….but I don’t find the way with the syntax….I tried with comma, +, nothing….…
-
right syntax of a trigger with double condition
I want to make a trigger that is execute on ly in case of 2 condition of the same record are verificate….but I don’t find the way with the syntax….I tried with comma, +, nothing….…
-
send email with images in html
It's possible to send email with images inside an html?
-
send email from a different address
It's possible to send email from an adress that is not in the team?
-
HOWTO PUT A TABLE VIEW IN A PRINT LAYOUT
How can I display in the print layout the same table-view as displayed? The table-view is displayed with a different order of column and has filtered fields....
-
tick any choice on a multiple-choice field with a trigger
I'm trying to make a pre-determinated combenation of choice already ticked by selecting from another field. The syntax could be similar to the following:…
-
error in a trigger with multiple choice, alert and create command
Hi to all... I writed this trigger that creates a new one task with a pre-determinated delay of days to chose... but works only for the first choise... I lost something in the the sintax..…
-
order a formatted date
I want to order ascending the result of this code: let a := 'Feedback consegna'.'Creato il';format(a, "DD MMM YYYY")
-
trigger to understand if there's an attached file
There is a way to to write a trigger that understand if there is an attached file to a determinated entry? Something like: if there are attached to that entry -> do this