Activity Forums Salesforce® Discussions After clicking preview button for the vf page for inserting record in Salesforce org, I am getting some error?

  • After clicking preview button for the vf page for inserting record in Salesforce org, I am getting some error?

    Posted by Deepak on October 11, 2019 at 12:50 pm

    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 templates

    If 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>

    Deepak replied 4 years, 6 months ago 1 Member · 0 Replies
  • 0 Replies

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

Popular Salesforce Infographics