-
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
![Salesforce Future Trends](https://images.forcetalks.com/wp-content/uploads/2022/06/27175104/Salesforce-Future-Trends.jpg)
Salesforce Future Trends: 5 Major Trends to Watch Out For (2022 - 2023)
Salesforce trends for the year 2022-2023! Has it created too much buzz around? Well, possibly yes! Coz it is worth it… For more than two…
![](https://images.forcetalks.com/wp-content/uploads/2024/03/14084133/sa_1710405235Anna%20MetsikPeshko_Data%20Migration-1024x576.png)
A Comprehensive Guide for Small and Medium Businesses on Data Migration to Salesforce
This article is tailored for businesses that embark on a journey toward digital transformation and navigate the complex path of migrating to the cloud, prompted…
![](https://images.forcetalks.com/wp-content/uploads/2023/08/24160903/Blog-banner-Sep-2022-2023-08-24T213822.345.png)
Mastering Your Path to Success: Preparing for the Salesforce Admin Certification
Introduction Are you ready to unlock new heights in your career within the dynamic realm of Salesforce administration? Achieving the esteemed title of a certified…
Popular Salesforce Videos
Integration: MuleSoft Composer for Salesforce
What you can do with MuleSoft Composer for Salesforce Enrich your 360-degree customer view by empowering your Salesforce admins with a no-code solution for quickly…
Improve Your Front and Backend Team Collaboration With Sinergify | Salesforce CRM
Businesses that use Salesforce CRM and Atlassian Jira separately face a lack of team collaboration, inconsistent customer data, slower case resolution, and reduced agent productivity.…
Salesforce Lightning User Tips and Tricks Spring 2023
SalesPath Corporation has created a video explaining tips and tricks that every Salesforce user will find helpful in order to increase productivity. This video also…
Popular Salesforce Infographics
![Salesforce portal](https://images.forcetalks.com/wp-content/uploads/2023/05/08061449/sa_1683526473education%20portal.png)
All the Ways Salesforce Portal for Education Can Help Logistically
The education industry is layered and has multiple logistical elements in its workflow. How would we do it if we were to improve it? The…
![customer engagement](https://images.forcetalks.com/wp-content/uploads/2021/10/01072001/customer-engagement.jpg)
Benefits of Using WhatsApp For Better Customer Engagement
WhatsApp makes businesses more interactive and reliable. Customers can directly connect with a company, clear their doubts, and leverage a connected experience. 5 million business…
![Maintaining Salesforce Data](https://images.forcetalks.com/wp-content/uploads/2020/04/03181758/Maintaining-Salesforce-Data.png)
Best Practices For Cleaning and Maintaining Salesforce Data [Infographic]
Once you’ve had Salesforce up and running for a while, your system’s data will need to be tidied up. Or if you’re looking to move…