function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lizeth SánchezLizeth Sánchez 

Pleas Help me in Validation :

 AND(  ISPICKVAL(TipoIdent__c, "Cedula Ruc"),  ISNULL(RUC__c)  ) Error Message "Is required"
Israel (Izzy) BoydIsrael (Izzy) Boyd
Maybe there's a better way to express this formula. In plain english, what are you trying to accomplish?
Lizeth SánchezLizeth Sánchez
I need in dependence of the field of selection takes the value as it is in this case the value: RUC ID, it should be obligatory for another field called RUC to ask the user to enter value in theUser-added image
Israel (Izzy) BoydIsrael (Izzy) Boyd
Formula de condicion de error:
ISPICKVAL(TipoIdent__c, "Cedula Ruc") &&  ISNULL(RUC__c) 

Mensaje de error:
Error Message "Is Required"