Establecer como favoritoRenai McCullagh (ADA Australia) preguntó en #Collaboration29 abr 2021, 07:54Validation RuleI need to write a Validation Rule where a particular Contact Record Type selects a status of closed it can't close until 2 picklist fields have selections in them1 respuestaOrdenarClasificar por fechaClasificar por más útilClasificar por fechaEric Praud (Activ8 Solar Energies)29 abr 2021, 08:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))Mostrar másAgregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
Eric Praud (Activ8 Solar Energies)29 abr 2021, 08:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))Mostrar más