-
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 to Create User in Salesforce | The Developer Guide
Introduction: A user is a person who has credentials to login into Salesforce and is able to use the assigned application in Salesforce. The user…
What Is Data Loader In Salesforce and How To Use It?
Data Loader Overview Salesforce Data Loader is an instrument given by deals power to perform the following operation on the information. By utilizing Salesforce information…
Integrating Salesforce and Jira for a Secure Bidirectional Sync
Customers want personalized experiences. In order to give customers what they want, you need to integrate the tools your teams use to serve them. Integrating…
Popular Salesforce Videos
Salesforce Data Management - Data Loader - Insert, Update, Upsert, Export, Delete
Use the Data Loader wizards to add, modify, or delete records. The upsert wizard combines inserting and updating a record. If a record in your…
The Only Salesforce Developer Video Tutorial Course You Will Ever Need!
A Salesforce developer is a programmer who builds Salesforce applications across various PaaS (Platform as a Service) platforms. A Salesforce developer has an understanding of…
Salesforce Pay Expectations $$$ US and UK
Do you agree or disagree with these numbers? How do you think Mason Frank could have surveyed differently? In this video, Brad discusses just how…
Popular Salesforce Infographics
Salesforce Marketing Cloud
Salesforce Marketing Cloud is a platform where relevant and personalized journeys are delivered across different devices and channels. This allows the marketers to deliver right…
Six Reasons Clients Love Salesforce Community Cloud
While there are way more than six reasons to love Salesforce Community Cloud, here are the top six reasons that keep coming up again and…
Enable Ideas Management in Salesforce LEX to Drive Innovation
Leveraging and managing ideas on your Salesforce-powered communities can lead to business growth, improved product quality, and stellar customer experience. Not only does the Ideas…