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
vivek singh 26vivek singh 26 

Please reply how we make its tracker

global class CallIntermediateTRpageEmail
{
    
   WebService static void  CallIntermedateClass(string TenantId)
   {
        system.debug('TenantId'+TenantId);
        IntermediateTRpageEmail CallIntermediate = new IntermediateTRpageEmail(TenantId);
        CallIntermediate.Returnpage();
   }  
   
}
Ankit AroraAnkit Arora
What do you mean by tracker? Debug logs?
vivek singh 26vivek singh 26
How we start i m new
Ankit AroraAnkit Arora
Am not able to understand what exactly you want here?
vivek singh 26vivek singh 26
i want how make test class i m not any test clas in sales force
Ankit AroraAnkit Arora
Recently sent some good links to lear how to write a test class here : https://developer.salesforce.com/forums/ForumsMain?id=906F0000000Ab6fIAC

Also this will help you to write test class for web service : https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts_wsdl2apex_testing.htm