Required fields only after creation

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

Parents
  • 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

Reply
  • 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

Children
No Data