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
monkeykingmonkeyking 

Question regarding Debug logs

I saw debugs for some VF page which is not working.

In the Line SOQL Execute Begin: I got the below query
SELECT Id,CaseNumber,AV_Custom_Case_Number__c,AV_Product__c,AV_Reporter_Name__r.Name,AV_Facilitator_Name__r.Name,ClosedDate,CreatedDate,AV_Review_Required__c,AV_Has_Custom_Responses__c,AV_Case_Sub_Type__c,AV_RecordType_Alias__c,AV_SubCaseReceivedDate__c,Status,AV_Std_Product__r.Name,AV_Facilitator_Name_Sub_Case__c,AV_Requestor_Name_Sub_case__c,Parent.AV_Reporter_Name__r.Name, (Select AV_Category__c, AV_Label_Type__c,AV_Question__c From Additional_Questions__r  WHERE AV_Category__c = &#3

Here under category this is not the value i gave. It shows these undefined characters.

My question is why is that showing these characters?
Is there any limit like it will only display limited number of characters?
 
SUCHARITA MONDALSUCHARITA MONDAL

Hi Raj,

What is the category value that you have given? , Is it coming from any variable or hardcoded that is getting used in condition?

Thanks,

Sucharita