FavoritosAmin Ahcene perguntou em #Data Management31 de mai. de 2019, 14:45Validation rule between two fieldsHello everyone, i am trying to create a validation, that will do the following: If the Checkbox = True , Picklist_A or Picklist_B need to be field Thank you in advance :)6 respostasClassificarClassificar por dataClassificar por mais útilClassificar por dataCarregar mais comentários...Resposta aceitaDeepak K Anand (Zoom Communications, Inc.)31 de mai. de 2019, 14:56Try this = AND( Checkbox__x = TRUE, ISBLANK(TEXT(PicklistFieldA__c)), ISBLANK(TEXT(PicklistFieldB__c)))Mostrar maisAdicionar um comentárioEscrever uma resposta...NegritoItálicoSublinhadoTachadoLista com marcadoresLista numeradaAdicionar linkBloco de códigosInserir imagemAnexar arquivosURL do linkCancelarSalvar0/9000Responder
Resposta aceitaDeepak K Anand (Zoom Communications, Inc.)31 de mai. de 2019, 14:56Try this = AND( Checkbox__x = TRUE, ISBLANK(TEXT(PicklistFieldA__c)), ISBLANK(TEXT(PicklistFieldB__c)))Mostrar mais