Establecer como favoritoAmin Ahcene ha preguntado en #Data Management31 may 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 respuestasOrdenarOrdenar por fechaOrdenar por más útilOrdenar por fechaCargar más comentarios...Respuesta aceptadaDeepak K Anand (Zoom Communications, Inc.)31 may 2019, 14:56Try this = AND( Checkbox__x = TRUE, ISBLANK(TEXT(PicklistFieldA__c)), ISBLANK(TEXT(PicklistFieldB__c)))Mostrar másAgregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
Respuesta aceptadaDeepak K Anand (Zoom Communications, Inc.)31 may 2019, 14:56Try this = AND( Checkbox__x = TRUE, ISBLANK(TEXT(PicklistFieldA__c)), ISBLANK(TEXT(PicklistFieldB__c)))Mostrar más