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
Ankit AroraAnkit Arora 

Several Opening for Jaipur Location (Freshers + Salesforce Developers)

Several openings for Jaipur location, interested candidate please send your resumes on info@briskminds.com

1) Fresher (3 opening) - Must know Java, JS, HTML

2) Salesforce experienced developer (one opening for 2-3 years of experience) - Must have worked on Apex, Visualforce, Integrations, W/F, Approvals and a little knowledge on communities is needed

3) QA (one opening for 2-3 years of experience) - Must know automated testing (say selenium)

Please do respond ASAP, we need to fill these positions before October. Spread this to your friends who may be interested.

Thanks
Ankit Arora
Briskminds Software Solutions Pvt. Ltd.
http://www.briskminds.com/
k sfdck sfdc
Hi Sir,
           I saw i ur pagenation page.it is good,But how to add my query in ur pagenation?

My query like below

public pageReference doSearch()
    {
        System.debug('***dbPDF***'+dbPDF);
      
    display=true;
        String strQuery = 'SELECT Name, Accountnumber__c, Phone, Fax FROM Account ';
      
       // Date onOrAfterDate  = dbPDF.Instrument_Date__c;
       // Date onOrBeforeDate = con.Birthdate;
      
      
      
         if(dbPDF.name != null || dbPDF.Accountnumber__c != NULL || dbPDF.Phone != NULL || dbPDF.Fax  != NULL){
            strQuery += 'WHERE ';
        }
      
        if(dbPDF.Accountnumber__c != NULL){
            strQuery += 'name =\'' + dbPDF.name + '\' AND ' ;
        }
      
        if(dbPDF.Accountnumber__c != NULL){
            strQuery += 'Accountnumber__c =\'' + dbPDF.Accountnumber__c + '\' AND ' ;
        }
      
        if(dbPDF.Fax != NULL){
            strQuery += 'Fax  =\'' + dbPDF.Fax  + '\' AND ' ;
        }
      
        if(dbPDF.Phone != NULL){
            strQuery += 'Phone  =\''+dbPDF.Phone+ '\'AND ';
        }
 
      
      
         strQuery = strQuery.substring(0, strQuery.length()-4);
          System.debug('!!! '+strQuery);
        
            
            records = Database.query(strQuery);
                  
                   
        return null;
     }

please help me..............
Ashwin JAshwin J
Hi
I am interested please write to me ashwin.sfdc@gmail.com
Regards
Ashwin