Activity Forums Salesforce® Discussions When to use IsNew() in formula in process builder in Salesforce?

  • Deepak

    Member
    June 30, 2020 at 5:42 pm

    ISNEW() will check if the formula you create is running when a new record is created and will return TRUE if it is. If the record is being edited, the function returns FALSE.

  • Ratnesh

    Member
    June 30, 2020 at 6:22 pm

    ISNEW. Description: Checks if the formula is running during the creation of a new record and returns TRUE if it is. If an existing record is being updated, this function returns FALSE.

  • Pooja

    Member
    July 1, 2020 at 6:46 am

    It Checks if the formula is running during the creation of a new record and returns TRUE if it is. If an existing record is being updated, this function returns FALSE.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos