Skip to main content
Nintex Community Menu Bar
Question

I am creating a Salesforce site using Skuid, when i try to preview the Visualforce page I get an err

  • July 11, 2024
  • 1 reply
  • 15 views
  • Translate

Forum|alt.badge.img+2

Error Message “The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include spaces, end with an underscore, or contain two consecutive underscores.”

The page only has 1 word, it is all letters so I am not sure why this is happening.

Visualforce code:

 ```

How do i fix this?
Did this topic help you find an answer to your question?

Forum|alt.badge.img+9

Hi Rhyannon,

I was able to reproduce the error message in my own test environment. The recommendations in this document helped me resolve it:

https://docs.skuid.com/latest/v1/en/skuid/deploy/salesforce/visualforce/#troubleshooting

Specifically: These errors may be related to the action attribute in your Visualforce markup, especially if you’re working with actions other than tab and list.

Try replacing {!redirect}?page= with {!redirect}&page= or vice versa.

These issues relate to URL parameters and their temperamental punctuation. The ? and & characters are used to indicate variables that may be of use within a page.

The ? character must always be used for the first variable in a URL. Using the & character for a URL’s first variable will cause errors. You also cannot use ? after there is already another ? in the URL. This is why, depending on the Salesforce action you are overriding, you may need to swap a ? for an & or vice versa.

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings