Tuesday 19 July 2016

Pick List and the Text field validation:

            AND 
             ( 
                 ISPICKVAL( Type_of_Dispute__c , "Other"), 
                 ISBLANK( If_Other_selected_please_explain__c ) 
             )

No comments:

Post a Comment

Batch Apex

1. What are transaction limits in apex? Total number of SOQL queries issued1 - 100 Total number of records retrieved by SOQL queries - 50...