FavoritosRenai McCullagh (ADA Australia) perguntou em #Collaboration29 de abr. de 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 respostaClassificarClassificar por dataClassificar por mais útilClassificar por dataEric Praud (Activ8 Solar Energies)29 de abr. de 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 maisAdicionar um comentárioEscrever uma resposta...NegritoItálicoSublinhadoTachadoLista com marcadoresLista numeradaAdicionar linkBloco de códigosInserir imagemAnexar arquivosURL do linkCancelarSalvar0/9000Responder
Eric Praud (Activ8 Solar Energies)29 de abr. de 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 mais