I am trying to "Apply Lightning Experience Stylesheets" for my Visualforce pages, however when I go to view them once they have been applied I get this error message.
"List index out of bounds: 0
An unexpected error has occurred. Your development organization has been notified. "
Does anyone know what this means?
Thank you,
Robin
3 commentaires
Hi @Robin Gray , When you attempt to access an element at row 0, The code will throw an error if no data exist at row 0.
You can see this article to avoid it
https://help.salesforce.com/articleView?id=000181121&type=1