-
After clicking preview button for the vf page for inserting record in Salesforce org, I am getting some error?
I'm getting an error message when I try to save records. The error message is:
URL No Longer Exists
You have attempted to reach a URL that no longer exists on salesforce.com.You may have reached this page after clicking on a direct link to the application. This direct link might be:
• A bookmark to a particular page, such as a report or view
• A link to a particular page in the Custom Links section of your Home Tab, or a Custom Link
• A link to a particular page in your email templatesIf you reached this page through a bookmark, you are probably trying to access something that has moved. Please update your bookmark.
If you reached this page through any of the other direct links listed above, please notify your administrator to update the link.
If you reached this page through a link on our site, please report the broken link directly to our Support Team and we will fix it promptly. Please indicate the page you were on when you clicked the link as well as any other related information. We apologize for the inconvenience.
Thank you again for your patience and assistance. And thanks for using salesforce.com!
The Visualforce page:
<apex:page controller="sampleitem">
<apex:form >
<apex:pageblock >
<apex:pageblocksection >
<apex:pageblocktable value="{!lstWS}" var="S">
<apex:column headerValue="Select">
<apex:inputcheckbox value="{!S.ischecked}"/>
</apex:column>
<apex:column headerValue="Name">
<apex:outputtext value="{!S.swi.Name}"></apex:outputtext>
</apex:column>
<apex:column headerValue="Stage">
<apex:outputtext value="{!S.swi.Stage__r.Name}"></apex:outputtext>
</apex:column>
<apex:column headerValue="Item Name">
<apex:outputtext value="{!S.swi.Item__r.name}"></apex:outputtext>
</apex:column>
</apex:pageblocktable>
</apex:pageblocksection>
<apex:commandButton value="Select" Action="{!doSave}"/>
</apex:pageblock>
</apex:form>
Log In to reply.
Popular Salesforce Blogs
How Salesforce Training And Certifications Help with Better Career Opportunities for IT Professionals
About: If you're looking for it, then BismilSoft gives you the fine Salesforce education direction in Noida with stay task and certification. The Salesforce education…
What are List Views in Salesforce?
Hello everyone, In this blog, we will discuss about “List Views in Salesforce". Let's begin with what list views are. What are List Views? In…
Unlocking the Power of Salesforce for Insurance Agency Management
Agency management is an essential part of the insurance industry, as it involves managing the relationships between insurance companies and their agents. This includes tasks…
Popular Salesforce Videos
How to Transform Sales Processes with Salesforce Anywhere
Salesforce Anywhere – a real-time interface that extends the power of Salesforce – is here to give sales leaders more visibility into what’s going on…
Salesforce Apex Rest API Integration | Salesforce Integration
As you know Salesforce is an online cloud solution, we might be required to integrate Salesforce with some other third party tool. We have released…
Salesforce CPQ Implementation Best Practices
Follow these Salesforce CPQ implementation best practices across various phases for optimal results: Preparation phase, Implementation phase, Customization, User adoption, and Post Implementation phase. Each…
Popular Salesforce Infographics
Salesforce and QuickBooks Integration With Fexle Services
How To Leverage Quickbooks and Salesforce Integration for Businesses? The pairing of the two most powerful platforms – Salesforce and Quickbooks – always garner the…
10 Steps for Hassle-Free Insurance CRM Software Installation | Salesforce
CRM system? It’s a platform that connects your different departments, from marketing to sales to customer service, and organizes their notes, activities, and metrics into…
How IT Leaders Can Build Employee Advocacy | Salesforce Infographic
We created the APAC Employee Engagement report based on this research, to provide key insights that are critical to IT and people leaders now and…