Announcement

Collapse
No announcement yet.

How to Delete All Stream posts (it's all test data)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Delete All Stream posts (it's all test data)

    I have several users testing today and need to at the end of the day delete all the Stream posts. Is there a way to do that w/o coding?
    I think I saw it somewhere but can not find the thread.

    100's of posts of garbage entries for testing

  • #2
    Hello crmclients,
    i have not a response w/o coding .. but i have a idea with coding : let me explain.. i think this must be a feature request

    stream -> is "note" entity with type "Post"
    so i have make a code : when user post "@sms hello you" .. . a sms is go to the contact.
    imagine we can develop this to : @deletePost ... so we delete post of contact
    or @deleteTodayPost ...
    we need to respect espocrm language... but a idea is there... like template

    Regards



    Comment


    • #3
      Just run this sql statement:

      DELETE FROM `note` WHERE type='Post'
      CEO & Founder of Eblasoft.
      Professional EspoCRM development & extensions.

      Comment


      • #4
        Thanks for the input however we are using espocrm cloud ---> no coding, no SQL statements, no back end access

        so it looks like it is not possible except to manually delete each one, yikes!

        Comment


        • #5
          Yes, no way to for GUI Front End method.

          I doubt even API work for stream. I said API because although it is not GUI but it is accessible for Cloud user.

          Comment


          • crmclients
            crmclients commented
            Editing a comment
            ok thanks for confirming - i ended up manually deleting the posts but for EspoCloud users in the same situation - you can put a ticket in and support can delete them for you
        Working...
        X