You need to sign in to do that
Don't have an account?

Issue while completing Simulate a Cross-Site Scripting Attack trailhead
Getting the following issue while solving the Understand Cross-Site Scripting (XSS) trail under Understand Cross-Site Scripting (XSS) Module.
"There was an unhandled exception. Please reference ID: VNEMXUKK. Error: Faraday::ClientError. Message: INVALID_TYPE: select id from cvcs__c where name = 'xbc1' and ^ ERROR at Row:1:Column:16 sObject type 'cvcs__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."
The cvcs__c is a custom setting.
"There was an unhandled exception. Please reference ID: VNEMXUKK. Error: Faraday::ClientError. Message: INVALID_TYPE: select id from cvcs__c where name = 'xbc1' and ^ ERROR at Row:1:Column:16 sObject type 'cvcs__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."
The cvcs__c is a custom setting.
https://www.youtube.com/watch?v=1rKrBR5qbTg
Jeff Douglas
Trailhead Developer Advocate
All Answers
https://www.youtube.com/watch?v=1rKrBR5qbTg
Jeff Douglas
Trailhead Developer Advocate
I am using this string "<a onmouseover="alert('hello')"> Hi </a>" as input string, but i am not getting result.
do i need to make changes in code as well i am not sure, can u please help me on this issue.
i am new to SFDC development.
Thanks,
Ram
<a onmouseover="alert(\'Alert Message!!\');"> HTML Text </a>
It will work for.
Thanks,
Nachiket
The answer helped me.
Can anyone help me understand why have we used /' inside alert. I mean how is it making any difference when we are using alert inside onmouseover?
Thanks,
Nishant
<A onmouseover="alert('Here!')" href="">hello</A>