Hi,I am getting this Error "String length exceeds maximum: 6000000" while I am converting Body of an attachment to String.Please find my code and Screen shot.Please help me, how to fix this error. Code:-reportAttachment = [SELECT Id, Name, Body, ContentType FROM Attachment WHERE ParentId = :idReport]; public string getReportBody() { return reportAttachment.get(0).Body.toString(); }Screen Shot:-