-
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
Introduction to Salesforce Communities: Licenses and Benefits
What are Salesforce Communities? Salesforce is a San Francisco based organization that gives client connection to the board (CRM) programming arrangements. Most importantly, Salesforce people…
Salesforce Developer Job Opportunities in 2024
Salesforce Developers are in huge demand due to the rapid growth of Salesforce worldwide. Based on a research by IDC, the number of employment requisition…
Know The Importance of CRM and ERP Integration | Salesforce
At a high level, integrating ERP and CRM empowers your employees to provide fast, informed and more personalized customer service. The reason for ERP and CRM…
Popular Salesforce Videos
2020 Salesforce Administrator Certification Start Here
Get ready for the administrator certification exam with interactive study tools. Collaborate and study with fellow Trailblazers in the Trailblazer Community. Learn with Salesforce experts…
Introduction to Salesforce Function | Evergreen
Introduction to Salesforce Function and Evergreen. Deliver event-driven, connected experience fast. Evergreen: Serverless Functions Check out this video to learn everything you need to know…
Salesforce Service Cloud Telephony
Natterbox CTI and Telephony inside Salesforce ServiceCloud. Transform your telephony experience and empower your agents with fast and personalised support.
Popular Salesforce Infographics
CUSTOMER SERVICE TIPS: 4 SECRETS TO OFFERING EXCEPTIONAL CUSTOMER SERVICE
When it comes to customer service, our friends at Salesforce have a few tips and tricks up their sleeve. We were thrilled to help them illustrate four…
Salesforce vs SAP CRM
Although Salesforce and SAP both provide CRM software to the customer, both are still much different from each other. Salesforce is one of the earliest…
What is CRM Process?
CRM denotes Customer Relationship Management (CRM). The name itself says that it is a system for managing the relationship with customers. It includes effective software…