-
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
Mass/Bulk Insert Custom MetaData Records through CSV | Salesforce Developer Guide
Why do We need to Mass Insert Custom MetaData Records? Basically in business, there are lots of perspectives when we need to use static values…
How to Automate Salesforce Call Logging to Save Time and Increase Productivity
Calls are one of the most significant tasks of sales reps. All the emails that you send and all the social outreach you do is…
Salesforce Demand tool: Data Quality & Data Cleaning
Hi all, As you all know about the Demand tool which is used for Salesforce data cleaning and maintaining its quality. In this article, you…
Popular Salesforce Videos
Introducing Salesforce Experience Cloud LWR Sites | Lightning Web Runtime
In the first episode of this series, we'll walk you through what the Build-Your-Own (BYO) LWR template is. Based on our new sample app "AZ…
Marketing Cloud | Salesforce Send Email
There are two ways to send an email in Marketing Cloud; Guided Send Wizard & Salesforce Send Email. The benefit of the Salesforce Send Email…
Service Work Order with Salesforce CRM Cases
In this video, Steve Campisi explains how the Service Work Order works with Salesforce CRM Cases. Watch this video and learn all about Service Work…
Popular Salesforce Infographics
What are the Top 5 Affordable Salesforce Integration Apps for SMBs?
Salesforce CRM is one of the core tools for any business looking to build B2B and B2C leads – and while the CRM itself is…
Boost Sales and Marketing with Salesforce Einstein 1
Salesforce Einstein 1 is a suite of artificial intelligence (AI) tools designed to enhance business efficiency and decision-making. Around 80% of customers expect companies to…
Timing is Everything : Understanding B2B Buyer Behavior
B2B buyer activity and research peaks at different times of the year, week, and day. Software Advice conducted a study gathering data from six million…