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
bca321bca321 

New Class error

Message Edited by bca321 on 03-04-2009 09:37 AM
SuperfellSuperfell
what's the line # for the error ?
bca321bca321

hi,

 

These 3 errors in line #2

cvc-elt.1: Cannot find the declaration of element 'DashboardFolder'.   
cvc-elt.1: Cannot find the declaration of element 'DocumentFolder'.   
cvc-elt.1: Cannot find the declaration of element 'ReportFolder'. 

 

 

This error Line# 12  
Save error: Only top-level class variables can be declared static  

 

(private static List<String> monthList = new List<String>({'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'}); )