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
AniqaaaAniqaaa 

error during deployment

static resourse data table does not exist, check spelling

 

It does not highlight anything in the code and I changed the spelling as well

 

thanks

SurpriseSurprise

statiic resources are uploaded in salesforce .Are u sure u have those uploaded in salesforce and then referring them in you code .I am just guessing ,others might be able to help you more on this.

AniqaaaAniqaaa

I am not sure how to do that, could you please guide me?

in eclipse i went to force.com -> add/remove metadata-> and ticked the static resource checbox then tried yo deploy but same error.

 

thanks

 

anika

AniqaaaAniqaaa

 Deploy Results:
   File Name:    pages/ProfilePermissionManagement.page
   Full Name:  ProfilePermissionManagement
   Action:  NO ACTION
   Result:  FAILED
   Problem: Static Resource named DataTable does not exist. Check spelling.

 

this is the main issue.

SurpriseSurprise

Check this link on how to upload staytic resources.First upload in salesforce and then try to deplaoy your code.

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_resources.htm

AniqaaaAniqaaa

No worries it figured it out :)

 

Just need to create datatable on sandbox