Toggle Side Panel

  • Home
  • Articles
    • All Articles
    • Blogs
    • Videos
    • Infographics
  • Consultants
    • Salesforce Product Expertise
      • Top Salesforce ConsultantsTop Salesforce Consultants
      • Marketing Cloud ConsultantsMarketing Cloud Consultants
      • Service Cloud ConsultantsService Cloud Consultants
      • Experience Cloud ConsultantsExperience Cloud Consultants
      • Analytics Cloud ConsultantsAnalytics Cloud Consultants
    • Salesforce Industry Expertise
      • Non-Profit Cloud ConsultantsNon-Profit Cloud Consultants
      • Financial Service Cloud ConsultantsFinancial Service Cloud Consultants
      • Health Cloud ConsultantsHealth Cloud Consultants
      • Commerce Cloud ConsultantsCommerce Cloud Consultants
      • Manufacturing Cloud ConsultantsManufacturing Cloud Consultants
    • Salesforce Experts by Location
      • USATop Salesforce Consultants in USA
      • IndiaTop Salesforce Consultants in India
      • AustraliaTop Salesforce Consultants in Australia
      • United KingdomTop Salesforce Consultants in UK
      • CanadaTop Salesforce Consultants in Canada
  • Webinars
  • Marketplace
  • Advertise With Us
  • Contact Us
  • Discussions
More options
    Sign in Sign up
    • Home
    • Articles
      • All Articles
      • Blogs
      • Videos
      • Infographics
    • Consultants
      • Salesforce Product Expertise
        • Top Salesforce ConsultantsTop Salesforce Consultants
        • Marketing Cloud ConsultantsMarketing Cloud Consultants
        • Service Cloud ConsultantsService Cloud Consultants
        • Experience Cloud ConsultantsExperience Cloud Consultants
        • Analytics Cloud ConsultantsAnalytics Cloud Consultants
      • Salesforce Industry Expertise
        • Non-Profit Cloud ConsultantsNon-Profit Cloud Consultants
        • Financial Service Cloud ConsultantsFinancial Service Cloud Consultants
        • Health Cloud ConsultantsHealth Cloud Consultants
        • Commerce Cloud ConsultantsCommerce Cloud Consultants
        • Manufacturing Cloud ConsultantsManufacturing Cloud Consultants
      • Salesforce Experts by Location
        • USATop Salesforce Consultants in USA
        • IndiaTop Salesforce Consultants in India
        • AustraliaTop Salesforce Consultants in Australia
        • United KingdomTop Salesforce Consultants in UK
        • CanadaTop Salesforce Consultants in Canada
    • Webinars
    • Marketplace
    • Advertise With Us
    • Contact Us
    • Discussions
    Close search

    Activity › Forums › Salesforce® Discussions › A string ‘updated’ is added to all users in Account object via batch apex, now how to remove 'updated' in Salesforce Apex?

    Tagged: Account Object, Developer Console, Salesforce Apex Code, Salesforce Batch Apex, Salesforce Visualforce Page, String

    • Salesforce® Discussions

      A string ‘updated’ is added to all users in Account object via batch apex, now how to remove 'updated' in Salesforce Apex?

      Posted by Aman on September 22, 2018 at 11:27 AM

      A string ‘updated’ is added to all users in Account object via batch apex, now how to remove 'updated' in Salesforce Apex?

      Parul replied 7 years, 2 months ago 3 Members · 0 Replies
      • Account Object
      • Developer Console
      • Salesforce Apex Code
      • Salesforce Batch Apex
      • Salesforce Visualforce Page
      • String
    • 0 Replies
    • shariq

      Member
      September 22, 2018 at 11:28 AM

      Run the below code in developer console

      List acc =[SELECT Id, Name FROM Account];

      for(Account a : acc)

      {

      a.Name = a.Name.removeEnd(‘Updated’);

      update a;

      }
      (Top 30 Salesforce Apex Interview Questions and Answers Pdf)
      16. How do you pass the parameters from on apex class to another to another ?
      Answer: You can simply pass the parameters through the URL.

      say you are redirecting from one VF page to another

      string value = ‘your param value’;

      string url;

      url = ‘/apex/VF_Page_Name?param1=’ + value;

      PageReference pageRef = new PageReference(url);

      pageRef.setRedirect(true);

      return pageRef;

      Then in the controller of the VF page, you just can get the param like this

      String param_value = system.CurrentPageReference.GetParameters().get(‘param1’);

    • Parul

      Member
      September 22, 2018 at 12:30 PM

      hi

      As far i understand your problem you can try to Run the below code in developer console

      List<Account> acc =[SELECT Id, Name FROM Account];
      for(Account a : acc)
      {
      a.Name = a.Name.removeEnd(‘Updated’);
      update a;
      }

      Hoping it will help you:

       

      Thanks

    Log In to reply.

    • Public
    • All Members
    • My Connections
    • Only Me
    • Public
    • All Members
    • My Connections
    • Only Me
    • Public
    • All Members
    • My Connections
    • Only Me

    application solution

    Popular Salesforce Blogs

    Apex Test Class

    All You Need to Know About Apex Test Class in Salesforce

    Blog in Salesforce Apex

    You may create and run tests for your apex classes and triggers on the lightning platform using the apex testing framework.  Apex unit tests help…

    Apex Tests, Apex Triggers, Apex Unit Tests, Class Level, Code Coverage Criteria
    ashutosh pandey Jan 3, 2023
    2,866  Views
    Product Rules

    Product Rules in Salesforce CPQ - Learning Guide

    Blog in Salesforce Products

    Product Rules Product Rules allow us to define advanced configuration logic, compared to Option Constraints.  It also allows us to examine product options within a…

    App Launcher, Configuration Logic, Configuration Rule, CPQ, Customer
    arpit Jun 17, 2022
    4,926  Views

    Mastering Salesforce Data Migration: A Complete Guide

    Blog in Salesforce Consultant

    Salesforce is a leading CRM platform that helps businesses manage their customer relationships efficiently. However, moving data into Salesforce can be tricky. This guide will…

    CRM Migration, Customer Records, Data Consistency, Data Errors, Data Management
    Nishant Aug 1, 2024
    492  Views

    Popular Salesforce Videos

    5 Things Salesforce Lightning Does Better

    5 Things Salesforce Lightning Does Better

    Video in Lightning

    In this 30-minute recorded webinar, Jamie Grettum talked about her favorite Lightning features, how to set them up, and how to get hands-on experience with…

    Salesforce Lightning, How To Learn Salesforce Lightning, Lightning App Builder, How to Salesforce Lightning Component, Building Lightning Components in Salesforce
    Prafull May 18, 2018
    1,938  Views
    Salesforce Service Cloud Training Videos For Beginners

    Salesforce Service Cloud Training Videos For Beginners

    Video in Salesforce Cloud Platform, Salesforce Training

    This Salesforce Training video will explain how to create case assignment rules, creating a web-to-case form in Salesforce. The demo in this video will help…

    Salesforce Training, Salesforce Tutorial, Salesforce Service Cloud, Salesforce Certification, Simplilearn
    Hazel Feb 14, 2018
    4,414  Views
    Direct Messaging In Salesforce | Salesforce Lightning

    Direct Messaging In Salesforce | Salesforce Lightning

    Video in Lightning

    Salesforce has addressed the main challenge retailers face is replicating the one-to-one in-store interactions with their customers, and supporting a seamless buying experience. Resolving these…

    Salesforce Tutorial, Salesforce Lightning, salesforce, Salesforce Video, Customers
    Algoworks Aug 3, 2021
    2,935  Views

    Popular Salesforce Infographics

    salesforce cloud consultants

    How to Hire Hire Salesforce Cloud Consultants For Business Growth

    Infographic in Salesforce Cloud Platform, Salesforce Consultant

    Need Trusted Salesforce Cloud Experts For Business Transformation? Hire certified cloud experts from Concretio to unleash the power of Salesforce cloud & leverage its potential…

    Cloud, Salesforce Cloud, Salesforce Cloud Services, Salesforce Infographics, business
    Concretio Sep 15, 2023
    921  Views

    Six Reasons Clients Love Salesforce Community Cloud

    Infographic in Others

    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…

    Salesforce Cloud, Salesforce Infographics, Salesforce Community Cloud, Infographics
    lavish Nov 20, 2019
    2,621  Views

    Salesforce's Take On Sales vs Marketing [Infographic]

    Infographic in Others

    Let’s face it: you don’t need to be watching HBO’s acclaimed series Game of Thrones to see a rivalry like the Starks and Lannisters. A…

    Salesforce, Salesforce Infographics, Sales and Marketing, Sales Vs Marketing
    lavish Nov 14, 2019
    2,297  Views
    Footer Forcetalks logo

    support@forcetalks.com

    • twitterx

    Quick Links

    Advertise with Us

    Salesforce® Articles

    Dreamforce 2023

    Top Salesforce® Bloggers 2023

    Top Salesforce Consultants

    Get Listed

    Company

    Contact Us

    About Us

    Privacy Policy

    Terms & Conditions

    InsightHub

    Salesforce Blogs

    Salesforce Videos

    Salesforce Groups

    Salesforce Jobs

    © 2026 - Forcetalks ● All Rights Reserved

    Salesforce® is a trademark of Salesforce® Inc. No claim is made to the exclusive right to use “Salesforce”. Any services offered within the Forcetalks website/app are not sponsored or endorsed by Salesforce®.

    Try AuditMyCRM - It is a Salesforce CRM Audit tool which comprehensively scans your Salesforce org and gives you the list of errors or warnings you need to take care of.
    We use cookies to enhance your browsing experience. Please see our privacy policy if you'd like more information on our use of cookies.