Hello all,
I have the need to set a couple of fields required only after the creation of a record.
Is there a standard way to do it?
Thanks
Hello all,
I have the need to set a couple of fields required only after the creation of a record.
Is there a standard way to do it?
Thanks
Hi Marco,
Whether a field is mandatory can be determined by a formula. Is there a status you can use for that?
If not, you can test whether the creation date exists. Just add this in the "required if" field in the Studio:
isValidDate(toString($date_entered))
Others may have more elegant solutions, but this one works :)
Cheers,
Damien
Damien Pochon
CRM & Digital consultant @ ITS4U Group
Hi Marco,
Whether a field is mandatory can be determined by a formula. Is there a status you can use for that?
If not, you can test whether the creation date exists. Just add this in the "required if" field in the Studio:
isValidDate(toString($date_entered))
Others may have more elegant solutions, but this one works :)
Cheers,
Damien
Damien Pochon
CRM & Digital consultant @ ITS4U Group